EPFL Web2018 Theme based on Elements.
Several quick start options are available:
- Web2018 CDN
- Download the latest release
- Install with npm:
npm install epfl-theme-elements
- Install with yarn:
yarn add epfl-theme-elements
Read the Wiki for more information.
Within the download you'll find the following directories and files, logically grouping common assets and providing minified versions. You'll see something like this:
dist/
├──css/
│ └── elements.min.css
├──icons/
│ ├── apple-touch-icon.png
│ ├── epfl-logo.png
│ ├── epfl-logo.svg
│ ├── epfl-logo-negative.svg
│ ├── favicon-16.png
│ ├── favicon-32.png
│ ├── favicon.ico
| ├── feather-sprite.svg
│ ├── icons.svg
│ └── square.png
├──images/
│ └── icons/
│ ├── icon-course-exercise.svg
│ ├── icon-course-project.svg
│ └── icon-teaser-video.svg
└──js/
├── elements.min.js.LICENSE.txt
├── elements.min.js
└── vendors.min.js.LICENSE.txt
Contributions are always welcome.
See Contributing.
EPFL Theme Elements is maintained under the Semantic Versioning guidelines.