Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epfl-si/epfl-theme-elements
EPFL Web 2018 Styleguide based on Elements
https://github.com/epfl-si/epfl-theme-elements
css-framework epfl g14
Last synced: about 19 hours ago
JSON representation
EPFL Web 2018 Styleguide based on Elements
- Host: GitHub
- URL: https://github.com/epfl-si/epfl-theme-elements
- Owner: epfl-si
- Created: 2018-06-22T08:35:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T13:01:40.000Z (20 days ago)
- Last Synced: 2024-10-25T08:19:26.023Z (19 days ago)
- Topics: css-framework, epfl, g14
- Language: HTML
- Homepage: https://web2018.epfl.ch/
- Size: 1.1 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
EPFL Theme Elements
EPFL Web2018 Theme based on Elements.---
Documentation
-------------* [EPFL Theme Elements](https://github.com/epfl-si/epfl-theme-elements/wiki)
* [Elements](https://epfl-si.github.io/elements/#/)
* [Bootstrap](https://getbootstrap.com/)Quick start
-----------Several quick start options are available:
* [Web2018 CDN](https://github.com/epfl-si/epfl-theme-elements/wiki/Web2018-CDN)
* [Download the latest release](https://github.com/epfl-si/epfl-theme-elements/releases/latest)
* Install with [npm](https://www.npmjs.com/package/epfl-theme-elements): `npm install epfl-theme-elements`
* Install with [yarn](https://yarnpkg.com/en/package/epfl-theme-elements): `yarn add epfl-theme-elements`Read the [Wiki](https://github.com/epfl-si/epfl-theme-elements/wiki/Technical-documentation)
for more information.What's included
---------------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
```Applications Showcase
---------------------* [Actu](https://actu.epfl.ch)
* [Media Library](https://mediatheque.epfl.ch/)
* [Memento](https://memento.epfl.ch)
* [Press review](https://rdp.epfl.ch)Contributing
------------Contributions are always welcome.
See [Contributing](CONTRIBUTING.md).
Versioning
----------EPFL Theme Elements is maintained under the Semantic Versioning guidelines.
Developers
----------* [Olivier Bieler](https://github.com/obieler)
* [William Belle](https://github.com/williambelle)