Skip to content

Commit

Permalink
update folders/files
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieKuehl committed Jun 1, 2019
1 parent c062ab4 commit 08495b5
Show file tree
Hide file tree
Showing 23 changed files with 725 additions and 322 deletions.
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Docs

If you have created documenst to use with this lesson plan, please provide a link to them within this Readme file and upload the files in this folder if needed.
3 changes: 3 additions & 0 deletions images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Images

Please store any screenshots or other images used in the lesson plan in this folder and link to them from here.
322 changes: 0 additions & 322 deletions index.md

This file was deleted.

14 changes: 14 additions & 0 deletions slides/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true

[*]
indent_style = tab
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8

[{bower.json,package.json,.travis.yml}]
indent_style = space
indent_size = 2
3 changes: 3 additions & 0 deletions slides/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
prepared
archive.zip
3 changes: 3 additions & 0 deletions slides/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "6"
21 changes: 21 additions & 0 deletions slides/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# The MIT License

Copyright © 2010–2015 Vadim Makeev, http://pepelsbey.net/

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

---

# Лицензия MIT

Copyright © 2010–2015 Вадим Макеев, http://pepelsbey.net/

Данная лицензия разрешает лицам, получившим копию данного программного обеспечения и сопутствующей документации (в дальнейшем именуемыми «Программное Обеспечение»), безвозмездно использовать Программное Обеспечение без ограничений, включая неограниченное право на использование, копирование, изменение, добавление, публикацию, распространение, сублицензирование и/или продажу копий Программного Обеспечения, также как и лицам, которым предоставляется данное Программное Обеспечение, при соблюдении следующих условий:

Указанное выше уведомление об авторском праве и данные условия должны быть включены во все копии или значимые части данного Программного Обеспечения.

ДАННОЕ ПРОГРАММНОЕ ОБЕСПЕЧЕНИЕ ПРЕДОСТАВЛЯЕТСЯ «КАК ЕСТЬ», БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ, ЯВНО ВЫРАЖЕННЫХ ИЛИ ПОДРАЗУМЕВАЕМЫХ, ВКЛЮЧАЯ, НО НЕ ОГРАНИЧИВАЯСЬ ГАРАНТИЯМИ ТОВАРНОЙ ПРИГОДНОСТИ, СООТВЕТСТВИЯ ПО ЕГО КОНКРЕТНОМУ НАЗНАЧЕНИЮ И ОТСУТСТВИЯ НАРУШЕНИЙ ПРАВ. НИ В КАКОМ СЛУЧАЕ АВТОРЫ ИЛИ ПРАВООБЛАДАТЕЛИ НЕ НЕСУТ ОТВЕТСТВЕННОСТИ ПО ИСКАМ О ВОЗМЕЩЕНИИ УЩЕРБА, УБЫТКОВ ИЛИ ДРУГИХ ТРЕБОВАНИЙ ПО ДЕЙСТВУЮЩИМ КОНТРАКТАМ, ДЕЛИКТАМ ИЛИ ИНОМУ, ВОЗНИКШИМ ИЗ, ИМЕЮЩИМ ПРИЧИНОЙ ИЛИ СВЯЗАННЫМ С ПРОГРАММНЫМ ОБЕСПЕЧЕНИЕМ ИЛИ ИСПОЛЬЗОВАНИЕМ ПРОГРАММНОГО ОБЕСПЕЧЕНИЯ ИЛИ ИНЫМИ ДЕЙСТВИЯМИ С ПРОГРАММНЫМ ОБЕСПЕЧЕНИЕМ.
9 changes: 9 additions & 0 deletions slides/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Slides

If you wish to create slides using the team's official format, go to the [SHOWER.md](SHOWER.md) file for information on how to do that.

If you have created slides to use with this lesson plan using other formats (such as PowerPoint or Google Slides), please either provide a link to them within this README file or upload the files in this folder and mention it here. Adding your name and the date you used the slides is very helpful.

## Contributor Slide Resources

*
28 changes: 28 additions & 0 deletions slides/SHOWER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# WordPress Training Team Presentation Template based on Shower

> Shower ['ʃəuə] noun. A person or thing that shows.
1. Built on HTML, CSS and vanilla JavaScript
2. Works in all modern browsers
3. Themes are separated from engine
4. Modular and extensible
5. Fully keyboard accessible
6. Printable to PDF

## Quick Start

1. Download and unzip [template archive](https://github.com/JulieKuehl/wptrainingteam.github.io/raw/master/shower/wordpress-training-team-slides.zip)
2. Open `index.html` and start creating your presentation

## Documentation

- [List of Features (reference for building slides)](https://github.com/shower/shower/blob/master/docs/features.md)
- [Printing the Slides](https://github.com/shower/shower/blob/master/docs/printing.md)
- [Keyboard Shortcuts (reference for presenting slides)](https://github.com/shower/shower/blob/master/docs/shortcuts.md)

## Browser Support

Latest stable versions of Chrome, Edge, Firefox, and Safari are supported.

---
Licensed under [MIT License](LICENSE.md).
Loading

0 comments on commit 08495b5

Please sign in to comment.