https://github.com/santisoler/ingles-unsj-2021
Presentación para rendir exámen de inglés en la UNSJ
https://github.com/santisoler/ingles-unsj-2021
Last synced: about 1 year ago
JSON representation
Presentación para rendir exámen de inglés en la UNSJ
- Host: GitHub
- URL: https://github.com/santisoler/ingles-unsj-2021
- Owner: santisoler
- Created: 2021-09-27T12:14:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T17:09:47.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T23:28:48.381Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://santisoler.github.io/ingles-unsj-2021
- Size: 7.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template for creating slides using reveal.js
This template uses [reveal.js](https://revealjs.com/) for creating nice looking
slides by only editing a Markdown file, with some html syntax for adding some
cool stuff, like columns, fade-in animations, footnotes and more.
## Content
The template contains the following files and directories:
- `content.md`: Markdown file with the content of the slides.
- `style.less`: define custom CSS classes using [Less](http://lesscss.org/).
- `index.html`: HTML file that can be served to show the slides, also contains
the configurations for reveal.js.
The `pkg` directory contains all dependencies to run the website: reveal.js,
fontawesome and less. Having these files in the same repository allows to
serve the slides completely offline.
## Serving the slides
Install [livereload](https://github.com/lepture/python-livereload):
```
pip install livereload
```
or
```
conda install livereload -c conda-forge
```
Use `make serve` to start a server at `http://localhost:8000`. The page will
automatically reload the page when you update any of the files in the
repository.
## Acknowledgements
This template is based on the
[`talk-template`](https://github.com/leouieda/talk-template) created by
[Leonardo Uieda](https://www.leouieda.com).
## License
The template (`content.md`, `index.html`, and `style.less`) is licensed under
a Creative Commons Attribution 4.0 International License.