{"id":13400689,"url":"https://github.com/epfl-si/epfl-theme-elements","last_synced_at":"2025-02-28T06:49:45.944Z","repository":{"id":38197210,"uuid":"138277386","full_name":"epfl-si/epfl-theme-elements","owner":"epfl-si","description":"EPFL Web 2018 Styleguide based on Elements","archived":false,"fork":false,"pushed_at":"2024-10-24T13:01:40.000Z","size":1158,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-25T08:19:26.023Z","etag":null,"topics":["css-framework","epfl","g14"],"latest_commit_sha":null,"homepage":"https://web2018.epfl.ch/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epfl-si.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-22T08:35:07.000Z","updated_at":"2024-10-24T12:57:32.000Z","dependencies_parsed_at":"2024-10-24T16:34:52.612Z","dependency_job_id":null,"html_url":"https://github.com/epfl-si/epfl-theme-elements","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epfl-si%2Fepfl-theme-elements","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epfl-si%2Fepfl-theme-elements/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epfl-si%2Fepfl-theme-elements/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epfl-si%2Fepfl-theme-elements/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epfl-si","download_url":"https://codeload.github.com/epfl-si/epfl-theme-elements/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241114062,"owners_count":19912009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css-framework","epfl","g14"],"created_at":"2024-07-30T19:00:54.635Z","updated_at":"2025-02-28T06:49:45.912Z","avatar_url":"https://github.com/epfl-si.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://web2018.epfl.ch\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/epfl-si/epfl-theme-elements/master/docs/readme/logo.png\" alt=\"EPFL Theme Elements logo\" width=\"100\" height=\"100\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  EPFL Theme Elements\n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  EPFL Web2018 Theme based on Elements.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/epfl-si/epfl-theme-elements/actions\"\u003e\n    \u003cimg alt=\"Build Status\" src=\"https://github.com/epfl-si/epfl-theme-elements/workflows/Build/badge.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/epfl-theme-elements\"\u003e\n    \u003cimg alt=\"npm version\" src=\"https://img.shields.io/npm/v/epfl-theme-elements.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nDocumentation\n-------------\n\n* [EPFL Theme Elements](https://github.com/epfl-si/epfl-theme-elements/wiki)\n* [Elements](https://epfl-si.github.io/elements/#/)\n* [Bootstrap](https://getbootstrap.com/)\n\nQuick start\n-----------\n\nSeveral quick start options are available:\n\n* [Web2018 CDN](https://github.com/epfl-si/epfl-theme-elements/wiki/Web2018-CDN)\n* [Download the latest release](https://github.com/epfl-si/epfl-theme-elements/releases/latest)\n* Install with [npm](https://www.npmjs.com/package/epfl-theme-elements): `npm install epfl-theme-elements`\n* Install with [yarn](https://yarnpkg.com/en/package/epfl-theme-elements): `yarn add epfl-theme-elements`\n\nRead the [Wiki](https://github.com/epfl-si/epfl-theme-elements/wiki/Technical-documentation)\nfor more information.\n\nWhat's included\n---------------\n\nWithin the download you'll find the following directories and files,\nlogically grouping common assets and providing minified versions.\nYou'll see something like this:\n\n```\ndist/\n├──css/\n│  └── elements.min.css\n├──icons/\n│  ├── apple-touch-icon.png\n│  ├── epfl-logo.png\n│  ├── epfl-logo.svg\n│  ├── epfl-logo-negative.svg\n│  ├── favicon-16.png\n│  ├── favicon-32.png\n│  ├── favicon.ico\n|  ├── feather-sprite.svg\n│  ├── icons.svg\n│  └── square.png\n├──images/\n│  └── icons/\n│      ├── icon-course-exercise.svg\n│      ├── icon-course-project.svg\n│      └── icon-teaser-video.svg\n└──js/\n   ├── elements.min.js.LICENSE.txt\n   ├── elements.min.js\n   └── vendors.min.js.LICENSE.txt\n```\n\nApplications Showcase\n---------------------\n\n* [Actu](https://actu.epfl.ch)\n* [Media Library](https://mediatheque.epfl.ch/)\n* [Memento](https://memento.epfl.ch)\n* [Press review](https://rdp.epfl.ch)\n\nContributing\n------------\n\nContributions are always welcome.\n\nSee [Contributing](CONTRIBUTING.md).\n\nVersioning\n----------\n\nEPFL Theme Elements is maintained under the Semantic Versioning guidelines.\n\nDevelopers\n----------\n\n* [Olivier Bieler](https://github.com/obieler)\n* [William Belle](https://github.com/williambelle)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepfl-si%2Fepfl-theme-elements","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepfl-si%2Fepfl-theme-elements","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepfl-si%2Fepfl-theme-elements/lists"}