epfl-elements 1.0.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -0
- package/{src/scss → assets}/config/bootstrap-variables.scss +14 -9
- package/{src → assets}/config/colors.json +3 -1
- package/assets/config/variables.scss +41 -0
- package/dist/components/atoms/alert/alert-types.twig +16 -0
- package/dist/components/atoms/alert/alert.twig +7 -0
- package/dist/components/atoms/alert/alert.yml +13 -0
- package/dist/components/atoms/button/button-secondary-states.twig +4 -0
- package/dist/components/atoms/button/button-secondary.twig +1 -0
- package/dist/components/atoms/button/button-sizes.twig +12 -0
- package/dist/components/atoms/button/button-states.twig +4 -0
- package/dist/components/atoms/button/button.twig +1 -0
- package/dist/components/atoms/button/button.yml +29 -0
- package/dist/components/atoms/checkbox/checkbox-inline.twig +5 -0
- package/dist/components/atoms/checkbox/checkbox-states.twig +4 -0
- package/dist/components/atoms/checkbox/checkbox.twig +4 -0
- package/dist/components/atoms/checkbox/checkbox.yml +11 -0
- package/dist/components/atoms/collapse/collapse-header.twig +22 -0
- package/dist/components/atoms/collapse/collapse-partial.twig +19 -0
- package/dist/components/atoms/collapse/collapse-title.twig +14 -0
- package/dist/components/atoms/collapse/collapse.twig +14 -0
- package/dist/components/atoms/collapse/collapse.yml +20 -0
- package/dist/components/atoms/definition-list/definition-list-grid.twig +17 -0
- package/dist/components/atoms/definition-list/definition-list.twig +9 -0
- package/dist/components/atoms/definition-list/definition-list.yml +13 -0
- package/dist/components/atoms/drawer/drawer.twig +10 -0
- package/dist/components/atoms/drawer/drawer.yml +4 -0
- package/dist/components/atoms/dropdown/dropdown.twig +11 -0
- package/dist/components/atoms/dropdown/dropdown.yml +10 -0
- package/dist/components/atoms/favicon/favicon.twig +16 -0
- package/dist/components/atoms/favicon/favicon.yml +2 -0
- package/dist/components/atoms/figure/figure.twig +4 -0
- package/dist/components/atoms/figure/figure.yml +4 -0
- package/dist/components/atoms/icon/icon-list-feather.twig +10 -0
- package/dist/components/atoms/icon/icon-list.twig +10 -0
- package/dist/components/atoms/icon/icon.twig +2 -0
- package/dist/components/atoms/icon/icon.yml +18 -0
- package/dist/components/atoms/input/input-disabled.twig +1 -0
- package/dist/components/atoms/input/input-error.twig +1 -0
- package/dist/components/atoms/input/input-focus.twig +1 -0
- package/dist/components/atoms/input/input-hover.twig +1 -0
- package/dist/components/atoms/input/input-value.twig +1 -0
- package/dist/components/atoms/input/input.twig +1 -0
- package/dist/components/atoms/input/input.yml +30 -0
- package/dist/components/atoms/link/link-icon.twig +4 -0
- package/dist/components/atoms/link/link-login.twig +4 -0
- package/dist/components/atoms/link/link.twig +4 -0
- package/dist/components/atoms/link/link.yml +26 -0
- package/dist/components/atoms/list/list-inline.twig +11 -0
- package/dist/components/atoms/list/list-ordered.twig +28 -0
- package/dist/components/atoms/list/list-unordered.twig +24 -0
- package/dist/components/atoms/list/list-unstyled.twig +5 -0
- package/dist/components/atoms/list/list.twig +13 -0
- package/dist/components/atoms/list/list.yml +13 -0
- package/dist/components/atoms/loader/loader.twig +3 -0
- package/dist/components/atoms/loader/loader.yml +2 -0
- package/dist/components/atoms/nav-lang/nav-lang-short.twig +30 -0
- package/dist/components/atoms/nav-lang/nav-lang.twig +29 -0
- package/dist/components/atoms/nav-lang/nav-lang.yml +7 -0
- package/dist/components/atoms/nav-toggle/nav-toggle-async.twig +6 -0
- package/dist/components/atoms/nav-toggle/nav-toggle.twig +6 -0
- package/dist/components/atoms/nav-toggle/nav-toggle.yml +10 -0
- package/dist/components/atoms/nav-toggle-mobile/nav-toggle-mobile.twig +8 -0
- package/dist/components/atoms/nav-toggle-mobile/nav-toggle-mobile.yml +4 -0
- package/dist/components/atoms/picture/picture-avatar.twig +18 -0
- package/dist/components/atoms/picture/picture-cover.twig +19 -0
- package/dist/components/atoms/picture/picture-fullwidth-teaser.twig +21 -0
- package/dist/components/atoms/picture/picture-news-thumb.twig +8 -0
- package/dist/components/atoms/picture/picture-one-third-square.twig +18 -0
- package/dist/components/atoms/picture/picture-one-third.twig +18 -0
- package/dist/components/atoms/picture/picture-portrait.twig +18 -0
- package/dist/components/atoms/picture/picture-question.twig +18 -0
- package/dist/components/atoms/picture/picture-thumb-square.twig +8 -0
- package/dist/components/atoms/picture/picture.twig +18 -0
- package/dist/components/atoms/picture/picture.yml +43 -0
- package/dist/components/atoms/popover/popover.twig +11 -0
- package/dist/components/atoms/popover/popover.yml +6 -0
- package/dist/components/atoms/radio/radio-inline.twig +4 -0
- package/dist/components/atoms/radio/radio-list.twig +4 -0
- package/dist/components/atoms/radio/radio.twig +4 -0
- package/dist/components/atoms/radio/radio.yml +8 -0
- package/dist/components/atoms/range/range.twig +8 -0
- package/dist/components/atoms/range/range.yml +4 -0
- package/dist/components/atoms/select/select-multiple.twig +13 -0
- package/dist/components/atoms/select/select.twig +11 -0
- package/dist/components/atoms/select/select.yml +11 -0
- package/dist/components/atoms/separator/separator.twig +7 -0
- package/dist/components/atoms/separator/separator.yml +5 -0
- package/dist/components/atoms/social-icon/social-icon-discrete-link.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-group.twig +24 -0
- package/dist/components/atoms/social-icon/social-icon-link-group.twig +21 -0
- package/dist/components/atoms/social-icon/social-icon-link.twig +9 -0
- package/dist/components/atoms/social-icon/social-icon-negative-link.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-negative.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-round-discrete-link.twig +4 -0
- package/dist/components/atoms/social-icon/social-icon-round-link.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-round.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-single-link-with-details.twig +11 -0
- package/dist/components/atoms/social-icon/social-icon-single-link.twig +10 -0
- package/dist/components/atoms/social-icon/social-icon-single.twig +9 -0
- package/dist/components/atoms/social-icon/social-icon.twig +9 -0
- package/dist/components/atoms/social-icon/social-icon.yml +30 -0
- package/dist/components/atoms/tag/tag-input.twig +5 -0
- package/dist/components/atoms/tag/tag.twig +25 -0
- package/dist/components/atoms/tag/tag.yml +19 -0
- package/dist/components/atoms/trapeze/trapeze-horizontal.twig +9 -0
- package/dist/components/atoms/trapeze/trapeze-pseudo.twig +11 -0
- package/dist/components/atoms/trapeze/trapeze.twig +9 -0
- package/dist/components/atoms/trapeze/trapeze.yml +17 -0
- package/dist/components/atoms/upload/upload.twig +8 -0
- package/dist/components/atoms/upload/upload.yml +6 -0
- package/dist/components/atoms/video/video.twig +8 -0
- package/dist/components/atoms/video/video.yml +9 -0
- package/dist/components/content-types/association/association.twig +10 -0
- package/dist/components/content-types/association/association.yml +3 -0
- package/dist/components/content-types/bachelor-project/bachelor-project.twig +13 -0
- package/dist/components/content-types/bachelor-project/bachelor-project.yml +3 -0
- package/dist/components/content-types/basic-page/basic-page-highlighted.twig +1 -0
- package/dist/components/content-types/basic-page/basic-page.twig +12 -0
- package/dist/components/content-types/basic-page/basic-page.yml +10 -0
- package/dist/components/content-types/coursebook/coursebook-legend.twig +47 -0
- package/dist/components/content-types/coursebook/coursebook-program.twig +65 -0
- package/dist/components/content-types/coursebook/coursebook.twig +142 -0
- package/dist/components/content-types/coursebook/coursebook.yml +13 -0
- package/dist/components/content-types/cursus/cursus.twig +6 -0
- package/dist/components/content-types/cursus/cursus.yml +3 -0
- package/dist/components/content-types/event/event-highlight-listing.twig +10 -0
- package/dist/components/content-types/event/event-highlight.twig +13 -0
- package/dist/components/content-types/event/event-invitation.twig +20 -0
- package/dist/components/content-types/event/event-just-finished.twig +8 -0
- package/dist/components/content-types/event/event-listing-featured.twig +5 -0
- package/dist/components/content-types/event/event-listing.twig +16 -0
- package/dist/components/content-types/event/event-wrapper.twig +1 -0
- package/dist/components/content-types/event/event.twig +34 -0
- package/dist/components/content-types/event/event.yml +26 -0
- package/dist/components/content-types/institute/institute.twig +12 -0
- package/dist/components/content-types/institute/institute.yml +3 -0
- package/dist/components/content-types/laboratory/laboratory.twig +16 -0
- package/dist/components/content-types/laboratory/laboratory.yml +3 -0
- package/dist/components/content-types/news/news-basic-teaser.twig +16 -0
- package/dist/components/content-types/news/news-distinction.twig +11 -0
- package/dist/components/content-types/news/news-highlighted-carousel.twig +11 -0
- package/dist/components/content-types/news/news-highlighted.twig +1 -0
- package/dist/components/content-types/news/news-latest-two.twig +11 -0
- package/dist/components/content-types/news/news-press-release.twig +19 -0
- package/dist/components/content-types/news/news.twig +25 -0
- package/dist/components/content-types/news/news.yml +21 -0
- package/dist/components/content-types/press-review/press-review.twig +25 -0
- package/dist/components/content-types/press-review/press-review.yml +3 -0
- package/dist/components/content-types/program/program.twig +10 -0
- package/dist/components/content-types/program/program.yml +3 -0
- package/dist/components/content-types/project/project.twig +11 -0
- package/dist/components/content-types/project/project.yml +2 -0
- package/dist/components/content-types/project-list/project-list.twig +82 -0
- package/dist/components/content-types/project-list/project-list.yml +2 -0
- package/dist/components/content-types/publication/publication.twig +68 -0
- package/dist/components/content-types/publication/publication.yml +2 -0
- package/dist/components/content-types/research-field/research-field.twig +11 -0
- package/dist/components/content-types/research-field/research-field.yml +3 -0
- package/dist/components/content-types/research-project/research-project.twig +21 -0
- package/dist/components/content-types/research-project/research-project.yml +3 -0
- package/dist/components/content-types/school/school.twig +13 -0
- package/dist/components/content-types/school/school.yml +3 -0
- package/dist/components/content-types/science-question/science-question.twig +9 -0
- package/dist/components/content-types/science-question/science-question.yml +2 -0
- package/dist/components/content-types/section/section.twig +21 -0
- package/dist/components/content-types/section/section.yml +3 -0
- package/dist/components/content-types/study-plan/study-plan-bachelor.twig +1042 -0
- package/dist/components/content-types/study-plan/study-plan-master.twig +483 -0
- package/dist/components/content-types/study-plan/study-plan-mineur.twig +135 -0
- package/dist/components/content-types/study-plan/study-plan.twig +5 -0
- package/dist/components/content-types/study-plan/study-plan.yml +10 -0
- package/dist/components/content-types/training/training.twig +17 -0
- package/dist/components/content-types/training/training.yml +3 -0
- package/dist/components/molecules/access-nav/access-nav.twig +22 -0
- package/dist/components/molecules/access-nav/access-nav.yml +8 -0
- package/dist/components/molecules/avatar-teaser/avatar-teaser-multiple.twig +19 -0
- package/dist/components/molecules/avatar-teaser/avatar-teaser.twig +10 -0
- package/dist/components/molecules/avatar-teaser/avatar-teaser.yml +13 -0
- package/dist/components/molecules/breadcrumb/breadcrumb-tagged.twig +18 -0
- package/dist/components/molecules/breadcrumb/breadcrumb.twig +11 -0
- package/dist/components/molecules/breadcrumb/breadcrumb.yml +7 -0
- package/dist/components/molecules/card/card-event.twig +69 -0
- package/dist/components/molecules/card/card-inside-links.twig +27 -0
- package/dist/components/molecules/card/card-link.twig +16 -0
- package/dist/components/molecules/card/card.twig +19 -0
- package/dist/components/molecules/card/card.yml +24 -0
- package/dist/components/molecules/card-deck/card-deck-duo-gray.twig +4 -0
- package/dist/components/molecules/card-deck/card-deck-duo.twig +4 -0
- package/dist/components/molecules/card-deck/card-deck-link-duo-gray.twig +4 -0
- package/dist/components/molecules/card-deck/card-deck-link-duo.twig +4 -0
- package/dist/components/molecules/card-deck/card-deck-link-single-gray.twig +3 -0
- package/dist/components/molecules/card-deck/card-deck-link-single.twig +3 -0
- package/dist/components/molecules/card-deck/card-deck-mini-cards.twig +38 -0
- package/dist/components/molecules/card-deck/card-deck-single-gray.twig +3 -0
- package/dist/components/molecules/card-deck/card-deck-single.twig +3 -0
- package/dist/components/molecules/card-deck/card-deck.twig +8 -0
- package/dist/components/molecules/card-deck/card-deck.yml +36 -0
- package/dist/components/molecules/carousel/carousel-base.twig +24 -0
- package/dist/components/molecules/carousel/carousel.twig +9 -0
- package/dist/components/molecules/carousel/carousel.yml +8 -0
- package/dist/components/molecules/collapse-group/collapse-group-people-contacts.twig +124 -0
- package/dist/components/molecules/collapse-group/collapse-group-rich-content.twig +102 -0
- package/dist/components/molecules/collapse-group/collapse-group.twig +49 -0
- package/dist/components/molecules/collapse-group/collapse-group.yml +11 -0
- package/dist/components/molecules/cover/cover.twig +6 -0
- package/dist/components/molecules/cover/cover.yml +2 -0
- package/dist/components/molecules/datepicker/datepicker-fancy.twig +5 -0
- package/dist/components/molecules/datepicker/datepicker.twig +3 -0
- package/dist/components/molecules/datepicker/datepicker.yml +7 -0
- package/dist/components/molecules/filters/filters-blog.twig +48 -0
- package/dist/components/molecules/filters/filters.twig +23 -0
- package/dist/components/molecules/filters/filters.yml +8 -0
- package/dist/components/molecules/footnotes/footnotes.twig +14 -0
- package/dist/components/molecules/footnotes/footnotes.yml +4 -0
- package/dist/components/molecules/form-group/form-group-checkboxes.twig +10 -0
- package/dist/components/molecules/form-group/form-group-error.twig +13 -0
- package/dist/components/molecules/form-group/form-group-radio.twig +10 -0
- package/dist/components/molecules/form-group/form-group-search.twig +13 -0
- package/dist/components/molecules/form-group/form-group-select.twig +3 -0
- package/dist/components/molecules/form-group/form-group-textarea.twig +4 -0
- package/dist/components/molecules/form-group/form-group-upload.twig +4 -0
- package/dist/components/molecules/form-group/form-group.twig +13 -0
- package/dist/components/molecules/form-group/form-group.yml +21 -0
- package/dist/components/molecules/gallery/gallery.twig +27 -0
- package/dist/components/molecules/gallery/gallery.yml +5 -0
- package/dist/components/molecules/key-number/key-number-large.twig +29 -0
- package/dist/components/molecules/key-number/key-number.twig +23 -0
- package/dist/components/molecules/key-number/key-number.yml +7 -0
- package/dist/components/molecules/links-group/links-group-teaser.twig +13 -0
- package/dist/components/molecules/links-group/links-group.twig +15 -0
- package/dist/components/molecules/links-group/links-group.yml +9 -0
- package/dist/components/molecules/list-group/list-group-borderless.twig +25 -0
- package/dist/components/molecules/list-group/list-group-infoscience.twig +32 -0
- package/dist/components/molecules/list-group/list-group-teasers.twig +55 -0
- package/dist/components/molecules/list-group/list-group.twig +4 -0
- package/dist/components/molecules/list-group/list-group.yml +21 -0
- package/dist/components/molecules/map/map.twig +7 -0
- package/dist/components/molecules/map/map.yml +2 -0
- package/dist/components/molecules/metabox/metabox.twig +56 -0
- package/dist/components/molecules/metabox/metabox.yml +6 -0
- package/dist/components/molecules/pagination/pagination-center.twig +39 -0
- package/dist/components/molecules/pagination/pagination-load-more.twig +1 -0
- package/dist/components/molecules/pagination/pagination.twig +39 -0
- package/dist/components/molecules/pagination/pagination.yml +13 -0
- package/dist/components/molecules/question/question.twig +26 -0
- package/dist/components/molecules/question/question.yml +2 -0
- package/dist/components/molecules/quote/quote.twig +10 -0
- package/dist/components/molecules/quote/quote.yml +6 -0
- package/dist/components/molecules/search/search-mobile.twig +39 -0
- package/dist/components/molecules/search/search.twig +25 -0
- package/dist/components/molecules/search/search.yml +9 -0
- package/dist/components/molecules/sidenotes/sidenotes.twig +20 -0
- package/dist/components/molecules/sidenotes/sidenotes.yml +6 -0
- package/dist/components/molecules/social/social-follow.twig +14 -0
- package/dist/components/molecules/social/social.twig +58 -0
- package/dist/components/molecules/social/social.yml +7 -0
- package/dist/components/molecules/social-feed/social-feed-facebook.twig +17 -0
- package/dist/components/molecules/social-feed/social-feed-instagram.twig +17 -0
- package/dist/components/molecules/social-feed/social-feed.twig +17 -0
- package/dist/components/molecules/social-feed/social-feed.yml +12 -0
- package/dist/components/molecules/sponsor/sponsor.twig +6 -0
- package/dist/components/molecules/sponsor/sponsor.yml +2 -0
- package/dist/components/molecules/tables/tables-boxed-sortable.twig +22 -0
- package/dist/components/molecules/tables/tables-boxed.twig +22 -0
- package/dist/components/molecules/tables/tables-sortable.twig +22 -0
- package/dist/components/molecules/tables/tables.twig +28 -0
- package/dist/components/molecules/tables/tables.yml +15 -0
- package/dist/components/molecules/tabs/tabs-light.twig +13 -0
- package/dist/components/molecules/tabs/tabs-vertical.twig +40 -0
- package/dist/components/molecules/tabs/tabs.twig +38 -0
- package/dist/components/molecules/tabs/tabs.yml +11 -0
- package/dist/components/organisms/card-slider/card-slider.twig +42 -0
- package/dist/components/organisms/card-slider/card-slider.yml +5 -0
- package/dist/components/organisms/contact/contact-banner.twig +30 -0
- package/dist/components/organisms/contact/contact-columns.twig +9 -0
- package/dist/components/organisms/contact/contact-compact-for-columns.twig +24 -0
- package/dist/components/organisms/contact/contact-compact.twig +18 -0
- package/dist/components/organisms/contact/contact-list.twig +14 -0
- package/dist/components/organisms/contact/contact.twig +20 -0
- package/dist/components/organisms/contact/contact.yml +22 -0
- package/dist/components/organisms/cookie-consent/cookie-consent.twig +1 -0
- package/dist/components/organisms/cookie-consent/cookie-consent.yml +4 -0
- package/dist/components/organisms/faq/faq.twig +15 -0
- package/dist/components/organisms/faq/faq.yml +2 -0
- package/dist/components/organisms/footer/footer-buttons.twig +25 -0
- package/dist/components/organisms/footer/footer-col.twig +34 -0
- package/dist/components/organisms/footer/footer-dark.twig +1 -0
- package/dist/components/organisms/footer/footer-de.twig +26 -0
- package/dist/components/organisms/footer/footer-en.twig +26 -0
- package/dist/components/organisms/footer/footer-faculties.twig +32 -0
- package/dist/components/organisms/footer/footer-legal.twig +38 -0
- package/dist/components/organisms/footer/footer-light-dark.twig +46 -0
- package/dist/components/organisms/footer/footer-light-de.twig +1 -0
- package/dist/components/organisms/footer/footer-light-en.twig +1 -0
- package/dist/components/organisms/footer/footer-light.twig +42 -0
- package/dist/components/organisms/footer/footer-socials.twig +13 -0
- package/dist/components/organisms/footer/footer.twig +26 -0
- package/dist/components/organisms/footer/footer.yml +26 -0
- package/dist/components/organisms/form/form.twig +7 -0
- package/dist/components/organisms/form/form.yml +2 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-horizontal.twig +40 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-left.twig +38 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser.twig +33 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser.yml +7 -0
- package/dist/components/organisms/header/header-de.twig +1 -0
- package/dist/components/organisms/header/header-en.twig +1 -0
- package/dist/components/organisms/header/header-fr.twig +1 -0
- package/dist/components/organisms/header/header-light-drawer.twig +37 -0
- package/dist/components/organisms/header/header-light.twig +36 -0
- package/dist/components/organisms/header/header.twig +32 -0
- package/dist/components/organisms/header/header.yml +23 -0
- package/dist/components/organisms/headlines/headlines.twig +44 -0
- package/dist/components/organisms/headlines/headlines.yml +2 -0
- package/dist/components/organisms/hero/hero-legend.twig +15 -0
- package/dist/components/organisms/hero/hero.twig +15 -0
- package/dist/components/organisms/hero/hero.yml +8 -0
- package/dist/components/organisms/introduction/introduction-gray.twig +10 -0
- package/dist/components/organisms/introduction/introduction.twig +13 -0
- package/dist/components/organisms/introduction/introduction.yml +5 -0
- package/dist/components/organisms/key-number-group/key-number-group.twig +10 -0
- package/dist/components/organisms/key-number-group/key-number-group.yml +3 -0
- package/dist/components/organisms/modal/modal.twig +25 -0
- package/dist/components/organisms/modal/modal.yml +6 -0
- package/dist/components/organisms/nav-aside/nav-aside.twig +45 -0
- package/dist/components/organisms/nav-aside/nav-aside.yml +2 -0
- package/dist/components/organisms/nav-main/nav-main.twig +65 -0
- package/dist/components/organisms/nav-main/nav-main.yml +13 -0
- package/dist/components/organisms/newsletter-sign-up/newsletter-sign-up.twig +19 -0
- package/dist/components/organisms/newsletter-sign-up/newsletter-sign-up.yml +2 -0
- package/dist/components/organisms/restauration/restauration.twig +114 -0
- package/dist/components/organisms/restauration/restauration.yml +4 -0
- package/dist/components/organisms/social-feed-group/social-feed-group.twig +11 -0
- package/dist/components/organisms/social-feed-group/social-feed-group.yml +3 -0
- package/dist/components/pages/about/about.twig +91 -0
- package/dist/components/pages/about/about.yml +2 -0
- package/dist/components/pages/association-homepage/association-homepage.twig +65 -0
- package/dist/components/pages/association-homepage/association-homepage.yml +2 -0
- package/dist/components/pages/association-list/association-list.twig +34 -0
- package/dist/components/pages/association-list/association-list.yml +2 -0
- package/dist/components/pages/basic-page/basic-page.twig +84 -0
- package/dist/components/pages/basic-page/basic-page.yml +2 -0
- package/dist/components/pages/blog-homepage/blog-homepage.twig +41 -0
- package/dist/components/pages/blog-homepage/blog-homepage.yml +2 -0
- package/dist/components/pages/blog-single/blog-single.twig +84 -0
- package/dist/components/pages/blog-single/blog-single.yml +2 -0
- package/dist/components/pages/campus/campus.twig +83 -0
- package/dist/components/pages/campus/campus.yml +2 -0
- package/dist/components/pages/education/education.twig +76 -0
- package/dist/components/pages/education/education.yml +2 -0
- package/dist/components/pages/error-404/error-404.twig +50 -0
- package/dist/components/pages/error-404/error-404.yml +2 -0
- package/dist/components/pages/event-detail/event-detail.twig +115 -0
- package/dist/components/pages/event-detail/event-detail.yml +2 -0
- package/dist/components/pages/event-homepage/event-homepage.twig +66 -0
- package/dist/components/pages/event-homepage/event-homepage.yml +2 -0
- package/dist/components/pages/event-list/event-list.twig +173 -0
- package/dist/components/pages/event-list/event-list.yml +2 -0
- package/dist/components/pages/facultes/facultes.twig +29 -0
- package/dist/components/pages/facultes/facultes.yml +2 -0
- package/dist/components/pages/homepage/homepage.twig +199 -0
- package/dist/components/pages/homepage/homepage.yml +2 -0
- package/dist/components/pages/innovation/innovation.twig +72 -0
- package/dist/components/pages/innovation/innovation.yml +2 -0
- package/dist/components/pages/lab-homepage/lab-homepage.twig +93 -0
- package/dist/components/pages/lab-homepage/lab-homepage.yml +2 -0
- package/dist/components/pages/layout-demo/layout-demo.twig +24 -0
- package/dist/components/pages/layout-demo/layout-demo.yml +2 -0
- package/dist/components/pages/news-detail/news-detail.twig +159 -0
- package/dist/components/pages/news-detail/news-detail.yml +2 -0
- package/dist/components/pages/news-homepage/news-homepage.twig +42 -0
- package/dist/components/pages/news-homepage/news-homepage.yml +2 -0
- package/dist/components/pages/people-detail/people-detail.twig +302 -0
- package/dist/components/pages/people-detail/people-detail.yml +2 -0
- package/dist/components/pages/people-list/people-list.twig +41 -0
- package/dist/components/pages/people-list/people-list.yml +2 -0
- package/dist/components/pages/programs/programs.twig +30 -0
- package/dist/components/pages/programs/programs.yml +2 -0
- package/dist/components/pages/research/research.twig +83 -0
- package/dist/components/pages/research/research.yml +2 -0
- package/dist/components/pages/study-plan/study-plan.twig +97 -0
- package/dist/components/pages/study-plan/study-plan.yml +2 -0
- package/dist/components/pages/study-plan-course/study-plan-course.twig +166 -0
- package/dist/components/pages/study-plan-course/study-plan-course.yml +2 -0
- package/dist/components/templates/base/base.twig +56 -0
- package/dist/components/templates/base/base.yml +2 -0
- package/dist/css/elements.css +20157 -0
- package/dist/css/elements.min.css +10 -0
- package/dist/css/elements.min.css.map +1 -0
- package/dist/css/reader.css +790 -0
- package/dist/css/reader.min.css +2 -0
- package/dist/css/reader.min.css.map +1 -0
- package/dist/css/vendors.css +1762 -0
- package/dist/css/vendors.min.css +9 -0
- package/dist/docs/accessibility.html +70 -0
- package/dist/docs/contribute/index.md +35 -0
- package/dist/docs/contribute/support-and-request.html +125 -0
- package/dist/docs/design/helpers.html +47 -0
- package/dist/docs/design/iconography.md +3 -0
- package/dist/docs/design/index.html +61 -0
- package/dist/docs/design/typography.html +225 -0
- package/dist/docs/index.html +162 -0
- package/dist/docs/summary.yml +15 -0
- package/dist/docs/user documentation/create a page.md +41 -0
- package/dist/docs/user documentation/index.md +51 -0
- package/dist/docs/user documentation/reports.md +35 -0
- package/dist/docs/user documentation/wordpress.md +3 -0
- package/{build/icons → dist/favicons}/android-chrome-192x192.png +0 -0
- package/{build/icons → dist/favicons}/android-chrome-512x512.png +0 -0
- package/{build/icons → dist/favicons}/apple-touch-icon.png +0 -0
- package/{build/icons → dist/favicons}/browserconfig.xml +0 -0
- package/{build/icons → dist/favicons}/favicon-120.png +0 -0
- package/{build/icons → dist/favicons}/favicon-128.png +0 -0
- package/{build/icons → dist/favicons}/favicon-144.png +0 -0
- package/{build/icons → dist/favicons}/favicon-152.png +0 -0
- package/{build/icons → dist/favicons}/favicon-16.png +0 -0
- package/{build/icons → dist/favicons}/favicon-180.png +0 -0
- package/{build/icons → dist/favicons}/favicon-228.png +0 -0
- package/{build/icons → dist/favicons}/favicon-32.png +0 -0
- package/{build/icons → dist/favicons}/favicon-57.png +0 -0
- package/{build/icons → dist/favicons}/favicon-76.png +0 -0
- package/{build/icons → dist/favicons}/favicon-96.png +0 -0
- package/{build/icons → dist/favicons}/favicon.ico +0 -0
- package/{build/icons → dist/favicons}/mstile-144x144.png +0 -0
- package/{build/icons → dist/favicons}/mstile-150x150.png +0 -0
- package/{build/icons → dist/favicons}/mstile-310x150.png +0 -0
- package/{build/icons → dist/favicons}/mstile-310x310.png +0 -0
- package/{build/icons → dist/favicons}/mstile-70x70.png +0 -0
- package/{build/icons → dist/favicons}/site.webmanifest +4 -4
- package/dist/icons/feather-sprite.svg +1 -0
- package/dist/icons/icons.svg +1 -0
- package/{src → dist}/images/defaults/person-avatar-default-small.png +0 -0
- package/dist/images/icons/icon-course-exercise.svg +3 -0
- package/dist/images/icons/icon-course-project.svg +3 -0
- package/{src → dist}/images/shortcode-icons/article_highlight.png +0 -0
- package/{src → dist}/images/shortcode-icons/article_list.png +0 -0
- package/{src → dist}/images/shortcode-icons/contact.png +0 -0
- package/{src → dist}/images/shortcode-icons/custom_teasers.png +0 -0
- package/{src → dist}/images/shortcode-icons/default.png +0 -0
- package/{src → dist}/images/shortcode-icons/definition_list.png +0 -0
- package/{src → dist}/images/shortcode-icons/definiton_list.png +0 -0
- package/{src → dist}/images/shortcode-icons/hero.png +0 -0
- package/{src → dist}/images/shortcode-icons/introduction.png +0 -0
- package/{src → dist}/images/shortcode-icons/links_block.png +0 -0
- package/{src → dist}/images/shortcode-icons/links_teaser.png +0 -0
- package/{src → dist}/images/shortcode-icons/map.png +0 -0
- package/{src → dist}/images/shortcode-icons/page_highlight.png +0 -0
- package/{src → dist}/images/shortcode-icons/page_teaser.png +0 -0
- package/{src → dist}/images/shortcode-icons/school.png +0 -0
- package/{src → dist}/images/shortcode-icons/teaser_news.png +0 -0
- package/{src → dist}/images/shortcode-icons/toggle.png +0 -0
- package/{src/icons → dist/images/styleguide}/accessibility.svg +0 -0
- package/{src → dist}/images/styleguide/basic_page_teaser.jpg +0 -0
- package/{src → dist}/images/styleguide/cover/cover01_1080x608.jpg +0 -0
- package/{src → dist}/images/styleguide/cover/cover01_1140x641.jpg +0 -0
- package/{src → dist}/images/styleguide/cover/cover01_1440x810.jpg +0 -0
- package/{src → dist}/images/styleguide/cover/cover01_1920x1080.jpg +0 -0
- package/{src → dist}/images/styleguide/cover/cover01_2280x1283.jpg +0 -0
- package/{src → dist}/images/styleguide/cover/cover01_2880x1620.jpg +0 -0
- package/{src → dist}/images/styleguide/cover/cover01_540x304.jpg +0 -0
- package/{src → dist}/images/styleguide/cover/cover01_720x405.jpg +0 -0
- package/{src → dist}/images/styleguide/cover/cover01_960x540.jpg +0 -0
- package/{src → dist}/images/styleguide/event_teaser.png +0 -0
- package/{src → dist}/images/styleguide/event_teaser_highlight.jpg +0 -0
- package/{src → dist}/images/styleguide/event_teaser_large.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_01.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_02.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_03.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_04.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_05.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_06.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_07.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_08.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_01.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_02.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_03.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_04.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_05.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_06.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_07.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_08.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/1-teaser-news-highlight.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/2-teaser-basic-page-column1.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/2-teaser-basic-page-column2.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/2-teaser-basic-page-column3.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/3-teaser-basic-page-highlight.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/4-teaser-news-highlight.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/5-teaser-mission-research-fribourg.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/5-teaser-mission-research-geneva.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/5-teaser-mission-research-lausanne.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/5-teaser-mission-research-middle-east.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/5-teaser-mission-research-neuchatel.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/5-teaser-mission-research-valais.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/6-teaser-basic-page-highlight.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/7-science-question-SF.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/8-teaser-news-highlight.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/9-social-facebook.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/9-social-instagram.jpg +0 -0
- package/{src → dist}/images/styleguide/homepage/9-social-twitter.jpg +0 -0
- package/{src → dist}/images/styleguide/icon-accessibility.png +0 -0
- package/{src → dist}/images/styleguide/illustrations/accessibility-teaser.png +0 -0
- package/{src → dist}/images/styleguide/illustrations/animation-balance.gif +0 -0
- package/{src → dist}/images/styleguide/illustrations/animation-clarity.gif +0 -0
- package/{src → dist}/images/styleguide/illustrations/animation-modularity.gif +0 -0
- package/{src → dist}/images/styleguide/illustrations/atomic-design-teaser.png +0 -0
- package/{src → dist}/images/styleguide/illustrations/brand-identity-teaser.png +0 -0
- package/{src → dist}/images/styleguide/illustrations/color-palette-teaser.png +0 -0
- package/{src → dist}/images/styleguide/illustrations/design-principles-teaser.png +0 -0
- package/{src → dist}/images/styleguide/illustrations/how-it-works-teaser.png +0 -0
- package/{src → dist}/images/styleguide/illustrations/how-to-start-teaser.png +0 -0
- package/{src → dist}/images/styleguide/illustrations/iconography-teaser.png +0 -0
- package/{src → dist}/images/styleguide/illustrations/three.png +0 -0
- package/{src → dist}/images/styleguide/illustrations/typography-teaser.png +0 -0
- package/{src → dist}/images/styleguide/key-numbers/collaborations.png +0 -0
- package/{src → dist}/images/styleguide/key-numbers/earth.png +0 -0
- package/{src → dist}/images/styleguide/key-numbers/flag.png +0 -0
- package/{src → dist}/images/styleguide/key-numbers/ranking.png +0 -0
- package/{src → dist}/images/styleguide/key-numbers/students.png +0 -0
- package/dist/images/styleguide/minicard_teaser.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-1080x608.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-120x58.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-160x90.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-190x107.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-240x135.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-540x304.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-80x45.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-95x53.jpg +0 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-A.svg +160 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Am.svg +166 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Ap.svg +172 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-B.svg +160 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Bm.svg +166 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Bp.svg +169 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-C.svg +166 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Cm.svg +172 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Cp.svg +175 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-D.svg +166 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Dm.svg +172 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Dp.svg +175 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-E.svg +166 -0
- package/{src → dist}/images/styleguide/restauration_illustration.png +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-928x520.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-928x520.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-928x520.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-928x520.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1440x810.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1600x900.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1920x1080.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-2240x1260.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-576x324.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-768x432.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-928x520.jpg +0 -0
- package/dist/index.html +43 -0
- package/dist/js/elements.js +8884 -0
- package/dist/js/elements.min.js +3 -0
- package/dist/js/elements.min.js.LICENSE.txt +46 -0
- package/dist/js/elements.min.js.map +1 -0
- package/dist/js/reader.js +67938 -0
- package/dist/js/reader.min.js +3 -0
- package/dist/js/reader.min.js.LICENSE.txt +72 -0
- package/dist/js/reader.min.js.map +1 -0
- package/dist/js/spritemap.js +17 -0
- package/dist/js/vendors.js +24004 -0
- package/dist/js/vendors.min.js +2 -0
- package/dist/js/vendors.min.js.LICENSE.txt +61 -0
- package/dist/package.json +216 -0
- package/{src → dist}/svg/avatar-placeholder.svg +0 -0
- package/{src → dist}/svg/element.svg +0 -0
- package/{src → dist}/svg/epfl-logo-negative-old.svg +0 -0
- package/{src → dist}/svg/epfl-logo-negative.svg +0 -0
- package/{src → dist}/svg/epfl-logo-old.svg +0 -0
- package/{build/icons → dist/svg}/epfl-logo.svg +0 -0
- package/{src → dist}/svg/flag.svg +0 -0
- package/dist/svg/portrait-placeholder.svg +1 -0
- package/package.json +208 -24
- package/.npmignore +0 -1
- package/build/css/base.css +0 -8
- package/build/css/base.css.map +0 -1
- package/build/js/base.js +0 -66
- package/gulpfile.js +0 -82
- package/src/config/data.json +0 -630
- package/src/favicons/android-chrome-192x192.png +0 -0
- package/src/favicons/android-chrome-512x512.png +0 -0
- package/src/favicons/apple-touch-icon.png +0 -0
- package/src/favicons/browserconfig.xml +0 -9
- package/src/favicons/favicon-120.png +0 -0
- package/src/favicons/favicon-128.png +0 -0
- package/src/favicons/favicon-144.png +0 -0
- package/src/favicons/favicon-152.png +0 -0
- package/src/favicons/favicon-16.png +0 -0
- package/src/favicons/favicon-180.png +0 -0
- package/src/favicons/favicon-228.png +0 -0
- package/src/favicons/favicon-32.png +0 -0
- package/src/favicons/favicon-57.png +0 -0
- package/src/favicons/favicon-76.png +0 -0
- package/src/favicons/favicon-96.png +0 -0
- package/src/favicons/favicon.ico +0 -0
- package/src/favicons/mstile-144x144.png +0 -0
- package/src/favicons/mstile-150x150.png +0 -0
- package/src/favicons/mstile-310x150.png +0 -0
- package/src/favicons/mstile-310x310.png +0 -0
- package/src/favicons/mstile-70x70.png +0 -0
- package/src/favicons/site.webmanifest +0 -19
- package/src/icons/.gitkeep +0 -0
- package/src/icons/arrow-left.svg +0 -3
- package/src/icons/arrow-right.svg +0 -3
- package/src/icons/browse.svg +0 -3
- package/src/icons/chevron-last-left.svg +0 -3
- package/src/icons/chevron-last-right.svg +0 -3
- package/src/icons/chevron-left.svg +0 -3
- package/src/icons/chevron-right.svg +0 -3
- package/src/icons/close.svg +0 -3
- package/src/icons/elements.svg +0 -4
- package/src/icons/facebook.svg +0 -1
- package/src/icons/googleplus.svg +0 -1
- package/src/icons/home.svg +0 -3
- package/src/icons/info.svg +0 -3
- package/src/icons/instagram.svg +0 -1
- package/src/icons/linkedin.svg +0 -3
- package/src/icons/lock.svg +0 -3
- package/src/icons/mail-plane.svg +0 -1
- package/src/icons/planet.svg +0 -5
- package/src/icons/search-bold.svg +0 -6
- package/src/icons/search.svg +0 -1
- package/src/icons/svg-icons.js +0 -13
- package/src/icons/triangle.svg +0 -3
- package/src/icons/twitter.svg +0 -1
- package/src/icons/upload.svg +0 -3
- package/src/icons/whatsapp.svg +0 -1
- package/src/icons/youtube.svg +0 -4
- package/src/images/.gitkeep +0 -0
- package/src/images/styleguide/.gitkeep +0 -0
- package/src/images/styleguide/accessibility.svg +0 -1
- package/src/images/styleguide/gallery/gallery_01.jpg +0 -0
- package/src/images/styleguide/gallery/gallery_02.jpg +0 -0
- package/src/images/styleguide/gallery/gallery_03.jpg +0 -0
- package/src/images/styleguide/gallery/gallery_04.jpg +0 -0
- package/src/images/styleguide/gallery/gallery_05.jpg +0 -0
- package/src/images/styleguide/gallery/gallery_06.jpg +0 -0
- package/src/images/styleguide/gallery/gallery_07.jpg +0 -0
- package/src/images/styleguide/gallery/thumb_01.jpg +0 -0
- package/src/images/styleguide/gallery/thumb_02.jpg +0 -0
- package/src/images/styleguide/gallery/thumb_03.jpg +0 -0
- package/src/images/styleguide/gallery/thumb_04.jpg +0 -0
- package/src/images/styleguide/gallery/thumb_05.jpg +0 -0
- package/src/images/styleguide/gallery/thumb_06.jpg +0 -0
- package/src/images/styleguide/gallery/thumb_07.jpg +0 -0
- package/src/js/base.js +0 -66
- package/src/js/breadcrumb.js +0 -51
- package/src/js/card-slider.js +0 -47
- package/src/js/cookie-consent.js +0 -102
- package/src/js/coursebook.js +0 -28
- package/src/js/datepicker-fancy.js +0 -212
- package/src/js/datepicker.js +0 -19
- package/src/js/gallery.js +0 -73
- package/src/js/nav-main.js +0 -107
- package/src/js/popover.js +0 -13
- package/src/js/search.js +0 -7
- package/src/js/select-multiple.js +0 -11
- package/src/js/share.js +0 -21
- package/src/js/social-feed.scss +0 -27
- package/src/js/tag-input.js +0 -14
- package/src/js/upload.js +0 -20
- package/src/scss/atoms/alert.scss +0 -44
- package/src/scss/atoms/button.scss +0 -130
- package/src/scss/atoms/checkbox.scss +0 -19
- package/src/scss/atoms/collapse.scss +0 -200
- package/src/scss/atoms/definition-list.scss +0 -77
- package/src/scss/atoms/drawer.scss +0 -78
- package/src/scss/atoms/dropdown.scss +0 -10
- package/src/scss/atoms/favicon.scss +0 -1
- package/src/scss/atoms/figure.scss +0 -13
- package/src/scss/atoms/icon.scss +0 -27
- package/src/scss/atoms/input.scss +0 -35
- package/src/scss/atoms/link.scss +0 -62
- package/src/scss/atoms/list.scss +0 -81
- package/src/scss/atoms/loader.scss +0 -16
- package/src/scss/atoms/nav-lang.scss +0 -208
- package/src/scss/atoms/nav-toggle-mobile.scss +0 -62
- package/src/scss/atoms/nav-toggle.scss +0 -52
- package/src/scss/atoms/picture.scss +0 -4
- package/src/scss/atoms/popover.scss +0 -71
- package/src/scss/atoms/radio.scss +0 -7
- package/src/scss/atoms/select.scss +0 -139
- package/src/scss/atoms/separator.scss +0 -9
- package/src/scss/atoms/social-icon.scss +0 -128
- package/src/scss/atoms/tag.scss +0 -162
- package/src/scss/atoms/trapeze.scss +0 -31
- package/src/scss/atoms/upload.scss +0 -17
- package/src/scss/atoms/video.scss +0 -1
- package/src/scss/atoms.scss +0 -27
- package/src/scss/base.scss +0 -9
- package/src/scss/config/helpers.scss +0 -161
- package/src/scss/config/layout.scss +0 -96
- package/src/scss/config/mixins.scss +0 -217
- package/src/scss/config/social-color.scss +0 -78
- package/src/scss/config/typography.scss +0 -80
- package/src/scss/config/variables.scss +0 -17
- package/src/scss/config/wordpress.scss +0 -17
- package/src/scss/config.scss +0 -10
- package/src/scss/content-types/association.scss +0 -1
- package/src/scss/content-types/bachelor-project.scss +0 -1
- package/src/scss/content-types/coursebook.scss +0 -192
- package/src/scss/content-types/cursus.scss +0 -1
- package/src/scss/content-types/event.scss +0 -1
- package/src/scss/content-types/institute.scss +0 -1
- package/src/scss/content-types/laboratory.scss +0 -1
- package/src/scss/content-types/news.scss +0 -2
- package/src/scss/content-types/press-review.scss +0 -5
- package/src/scss/content-types/program.scss +0 -1
- package/src/scss/content-types/project.scss +0 -1
- package/src/scss/content-types/publication.scss +0 -1
- package/src/scss/content-types/research-field.scss +0 -1
- package/src/scss/content-types/research-project.scss +0 -1
- package/src/scss/content-types/school.scss +0 -1
- package/src/scss/content-types/science-question.scss +0 -1
- package/src/scss/content-types/section.scss +0 -1
- package/src/scss/content-types/study-plan/study-plan-ie.scss +0 -50
- package/src/scss/content-types/study-plan/study-plan.scss +0 -284
- package/src/scss/content-types/study-plan.scss +0 -2
- package/src/scss/content-types/training.scss +0 -1
- package/src/scss/content-types.scss +0 -20
- package/src/scss/molecules/access-nav.scss +0 -33
- package/src/scss/molecules/avatar-teaser.scss +0 -106
- package/src/scss/molecules/breadcrumb.scss +0 -124
- package/src/scss/molecules/card-deck.scss +0 -198
- package/src/scss/molecules/card.scss +0 -241
- package/src/scss/molecules/collapse-group.scss +0 -1
- package/src/scss/molecules/cover.scss +0 -17
- package/src/scss/molecules/datepicker/datepicker-fancy.scss +0 -161
- package/src/scss/molecules/datepicker/datepicker.scss +0 -107
- package/src/scss/molecules/datepicker.scss +0 -2
- package/src/scss/molecules/filters.scss +0 -1
- package/src/scss/molecules/footnotes.scss +0 -106
- package/src/scss/molecules/form-group.scss +0 -11
- package/src/scss/molecules/gallery.scss +0 -170
- package/src/scss/molecules/key-number.scss +0 -1
- package/src/scss/molecules/links-group.scss +0 -18
- package/src/scss/molecules/list-group.scss +0 -109
- package/src/scss/molecules/map.scss +0 -29
- package/src/scss/molecules/metabox.scss +0 -1
- package/src/scss/molecules/pagination.scss +0 -83
- package/src/scss/molecules/question.scss +0 -213
- package/src/scss/molecules/quote.scss +0 -1
- package/src/scss/molecules/search.scss +0 -63
- package/src/scss/molecules/share.scss +0 -78
- package/src/scss/molecules/sidenotes.scss +0 -8
- package/src/scss/molecules/social-feed.scss +0 -27
- package/src/scss/molecules/sponsor.scss +0 -1
- package/src/scss/molecules/tables.scss +0 -129
- package/src/scss/molecules/tabs.scss +0 -167
- package/src/scss/molecules.scss +0 -27
- package/src/scss/organisms/card-slider.scss +0 -99
- package/src/scss/organisms/contact.scss +0 -120
- package/src/scss/organisms/cookie-consent.scss +0 -9
- package/src/scss/organisms/footer/footer-light.scss +0 -60
- package/src/scss/organisms/footer/footer.scss +0 -197
- package/src/scss/organisms/footer.scss +0 -2
- package/src/scss/organisms/form.scss +0 -1
- package/src/scss/organisms/fullwidth-teaser.scss +0 -285
- package/src/scss/organisms/header.scss +0 -202
- package/src/scss/organisms/headlines.scss +0 -1
- package/src/scss/organisms/hero.scss +0 -80
- package/src/scss/organisms/introduction.scss +0 -15
- package/src/scss/organisms/key-number-group.scss +0 -31
- package/src/scss/organisms/nav-aside.scss +0 -96
- package/src/scss/organisms/nav-main.scss +0 -371
- package/src/scss/organisms/newsletter-sign-up.scss +0 -33
- package/src/scss/organisms/restauration.scss +0 -1
- package/src/scss/organisms/social-feed-group.scss +0 -58
- package/src/scss/organisms.scss +0 -16
- package/src/svg/.gitkeep +0 -0
- package/src/svg/epfl-logo.svg +0 -1
package/src/config/data.json
DELETED
|
@@ -1,630 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"icons":[
|
|
3
|
-
"accessibility",
|
|
4
|
-
"arrow-left",
|
|
5
|
-
"arrow-right",
|
|
6
|
-
"browse",
|
|
7
|
-
"chevron-last-left",
|
|
8
|
-
"chevron-last-right",
|
|
9
|
-
"chevron-left",
|
|
10
|
-
"chevron-right",
|
|
11
|
-
"elements",
|
|
12
|
-
"facebook",
|
|
13
|
-
"googleplus",
|
|
14
|
-
"home",
|
|
15
|
-
"info",
|
|
16
|
-
"instagram",
|
|
17
|
-
"lock",
|
|
18
|
-
"mail-plane",
|
|
19
|
-
"triangle",
|
|
20
|
-
"search",
|
|
21
|
-
"search-bold",
|
|
22
|
-
"twitter",
|
|
23
|
-
"upload",
|
|
24
|
-
"whatsapp",
|
|
25
|
-
"planet",
|
|
26
|
-
"youtube",
|
|
27
|
-
"linkedin"
|
|
28
|
-
],
|
|
29
|
-
"gallery": [
|
|
30
|
-
"https://source.unsplash.com/Po7XKYVp1Mc",
|
|
31
|
-
"https://source.unsplash.com/YtY64RB3DFw",
|
|
32
|
-
"https://source.unsplash.com/75CxJTYeUYs",
|
|
33
|
-
"https://source.unsplash.com/rTZW4f02zY8",
|
|
34
|
-
"https://source.unsplash.com/f7YQo-eYHdM",
|
|
35
|
-
"https://source.unsplash.com/rG1LNUFgJhI",
|
|
36
|
-
"https://source.unsplash.com/99neAF8kqhg"
|
|
37
|
-
],
|
|
38
|
-
"restauration": [
|
|
39
|
-
"Lu",
|
|
40
|
-
"Ma",
|
|
41
|
-
"Me",
|
|
42
|
-
"Je",
|
|
43
|
-
"Ve",
|
|
44
|
-
"Sa",
|
|
45
|
-
"Di"
|
|
46
|
-
],
|
|
47
|
-
"people": [
|
|
48
|
-
{
|
|
49
|
-
"nom": "Buratto",
|
|
50
|
-
"prenom": "Philip",
|
|
51
|
-
"email": "philip.buratto@epfl.ch",
|
|
52
|
-
"photo_url": "https://images.unsplash.com/photo-1503443062224-9f77d743cf25?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=81129fd559fa94dda68324798a6ad632&auto=format&fit=crop&w=2618&q=80",
|
|
53
|
-
"people_url": "https://people.epfl.ch/philip.buratto",
|
|
54
|
-
"functions": [
|
|
55
|
-
"Staff"
|
|
56
|
-
],
|
|
57
|
-
"phones" : [
|
|
58
|
-
"34567"
|
|
59
|
-
],
|
|
60
|
-
"rooms" : [
|
|
61
|
-
"BM 4129"
|
|
62
|
-
]
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"nom": "Reeves O'Neill Edwards",
|
|
66
|
-
"prenom": "Shawna",
|
|
67
|
-
"email": "shawna.reeves.oneill.edwards@epfl.ch",
|
|
68
|
-
"photo_url": "",
|
|
69
|
-
"people_url": "https://people.epfl.ch/shawna.reeves.oneill.edwards",
|
|
70
|
-
"functions": [
|
|
71
|
-
"Staff"
|
|
72
|
-
],
|
|
73
|
-
"phones" : [
|
|
74
|
-
"34868"
|
|
75
|
-
],
|
|
76
|
-
"rooms" : [
|
|
77
|
-
"BM 4129"
|
|
78
|
-
]
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"nom": "Camus",
|
|
82
|
-
"prenom": "Vail",
|
|
83
|
-
"email": "vail.camus@epfl.ch",
|
|
84
|
-
"photo_url": "https://cdn.plixs.com/uploads/preview/girl-2051733-10891527607591fgjvd0458b.jpg",
|
|
85
|
-
"people_url": "https://people.epfl.ch/vail.camus",
|
|
86
|
-
"functions": [
|
|
87
|
-
"Staff"
|
|
88
|
-
],
|
|
89
|
-
"phones" : [
|
|
90
|
-
"31171"
|
|
91
|
-
],
|
|
92
|
-
"rooms" : [
|
|
93
|
-
"EM 3129"
|
|
94
|
-
]
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"nom": "Charbonneau",
|
|
98
|
-
"prenom": "Amorette",
|
|
99
|
-
"email": "amorette.charbonneau@epfl.ch",
|
|
100
|
-
"photo_url": "https://randomuser.me/api/portraits/women/3.jpg",
|
|
101
|
-
"people_url": "https://people.epfl.ch/amorette.charbonneau",
|
|
102
|
-
"functions": [
|
|
103
|
-
"Staff"
|
|
104
|
-
],
|
|
105
|
-
"phones" : [
|
|
106
|
-
"31471"
|
|
107
|
-
],
|
|
108
|
-
"rooms" : [
|
|
109
|
-
"CM 3129"
|
|
110
|
-
]
|
|
111
|
-
}
|
|
112
|
-
],
|
|
113
|
-
"schools": [
|
|
114
|
-
{
|
|
115
|
-
"namefr": "Faculté de l'environnement naturel, architectural et construit",
|
|
116
|
-
"nameen": "School of architecture, civil and environmental engineering",
|
|
117
|
-
"acronym": "ENAC",
|
|
118
|
-
"urlfr": "https://www.epfl.ch/schools/enac/fr/home/",
|
|
119
|
-
"urlen": "https://www.epfl.ch/schools/enac/"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"namefr": "Faculté des sciences de base",
|
|
123
|
-
"nameen": "School of basic sciences",
|
|
124
|
-
"acronym": "SB",
|
|
125
|
-
"urlfr": "https://www.epfl.ch/schools/sb/fr/",
|
|
126
|
-
"urlen": "https://www.epfl.ch/schools/sb/"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"namefr": "Faculté des sciences et techniques de l'ingénieur",
|
|
130
|
-
"nameen": "School of Engineering",
|
|
131
|
-
"acronym": "STI",
|
|
132
|
-
"urlfr": "https://sti.epfl.ch/fr/",
|
|
133
|
-
"urlen": "https://sti.epfl.ch"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"namefr": "Faculté informatique et communications",
|
|
137
|
-
"nameen": "School of computer and communication sciences",
|
|
138
|
-
"acronym": "IC",
|
|
139
|
-
"urlfr": "https://www.epfl.ch/schools/ic/fr/faculte-informatique-et-communication/",
|
|
140
|
-
"urlen": "https://www.epfl.ch/schools/ic/"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"namefr": "Faculté des sciences de la vie",
|
|
144
|
-
"nameen": "School of life sciences",
|
|
145
|
-
"acronym": "SV",
|
|
146
|
-
"urlfr": "https://www.epfl.ch/schools/sv/fr/science-de-la-vie/",
|
|
147
|
-
"urlen": "https://www.epfl.ch/schools/sv/"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"namefr": "Collège du management de la technologie",
|
|
151
|
-
"nameen": "College of management of technology",
|
|
152
|
-
"acronym": "CDM",
|
|
153
|
-
"urlfr": "https://www.epfl.ch/schools/cdm/fr/college-du-management-de-la-technologie/",
|
|
154
|
-
"urlen": "https://www.epfl.ch/schools/cdm/"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"namefr": "Collège des humanités",
|
|
158
|
-
"nameen": "College of humanities",
|
|
159
|
-
"acronym": "CDH",
|
|
160
|
-
"urlfr": "https://www.epfl.ch/schools/cdh/fr/index-fr-html/",
|
|
161
|
-
"urlen": "https://www.epfl.ch/schools/cdh/"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"namefr": "Middle East",
|
|
165
|
-
"nameen": "Middle East",
|
|
166
|
-
"acronym": "ME",
|
|
167
|
-
"urlfr": "http://www.epfl.ae",
|
|
168
|
-
"urlen": "http://www.epfl.ae"
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
|
-
"header": [
|
|
172
|
-
{
|
|
173
|
-
"namefr": "A propos",
|
|
174
|
-
"nameen": "About",
|
|
175
|
-
"urlfr": "https://www.epfl.ch/about/fr/a-propos/",
|
|
176
|
-
"urlen": "https://www.epfl.ch/about/"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"namefr": "Éducation",
|
|
180
|
-
"nameen": "Education",
|
|
181
|
-
"urlfr": "https://www.epfl.ch/education/fr/education/",
|
|
182
|
-
"urlen": "https://www.epfl.ch/education/"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"namefr": "Recherche",
|
|
186
|
-
"nameen": "Research",
|
|
187
|
-
"urlfr": "https://www.epfl.ch/research/fr/recherche/",
|
|
188
|
-
"urlen": "https://www.epfl.ch/research/"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"namefr": "Innovation",
|
|
192
|
-
"nameen": "Innovation",
|
|
193
|
-
"urlfr": "https://www.epfl.ch/innovation/fr/innovation-2/",
|
|
194
|
-
"urlen": "https://www.epfl.ch/innovation/"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"namefr": "Facultés",
|
|
198
|
-
"nameen": "Schools",
|
|
199
|
-
"urlfr": "https://www.epfl.ch/schools/fr/facultes/",
|
|
200
|
-
"urlen": "https://www.epfl.ch/schools/"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"namefr": "Campus",
|
|
204
|
-
"nameen": "Campus",
|
|
205
|
-
"urlfr": "https://www.epfl.ch/campus/fr/campus/",
|
|
206
|
-
"urlen": "https://www.epfl.ch/campus/"
|
|
207
|
-
}
|
|
208
|
-
],
|
|
209
|
-
"footer": [
|
|
210
|
-
{
|
|
211
|
-
"headingfr": "A propos",
|
|
212
|
-
"headingen": "About",
|
|
213
|
-
"items": [
|
|
214
|
-
{
|
|
215
|
-
"namefr": "Présentation",
|
|
216
|
-
"urlfr": "https://www.epfl.ch/about/overview/fr/presentation/",
|
|
217
|
-
"nameen": "Overview",
|
|
218
|
-
"urlen": "https://www.epfl.ch/about/overview/"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"namefr": "Président",
|
|
222
|
-
"urlfr": "https://www.epfl.ch/about/presidency/fr/accueil/",
|
|
223
|
-
"nameen": "President",
|
|
224
|
-
"urlen": "https://www.epfl.ch/about/presidency/"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"namefr": "Vice-Présidences",
|
|
228
|
-
"urlfr": "https://www.epfl.ch/about/vice-presidencies/fr/vice-presidences/",
|
|
229
|
-
"nameen": "Vice-presidencies",
|
|
230
|
-
"urlen": "https://www.epfl.ch/about/vice-presidencies/"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"namefr": "Campus étendus",
|
|
234
|
-
"urlfr": "https://www.epfl.ch/about/campus/fr/accueil/",
|
|
235
|
-
"nameen": "Extended campus",
|
|
236
|
-
"urlen": "https://www.epfl.ch/about/campus/"
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"namefr": "Travailler à l'EPFL",
|
|
240
|
-
"urlfr": "https://www.epfl.ch/about/working/fr/travailler-a-lepfl/",
|
|
241
|
-
"nameen": "Working at EPFL",
|
|
242
|
-
"urlen": "https://www.epfl.ch/about/working/"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"namefr": "Recruter des talents de l'EPFL",
|
|
246
|
-
"urlfr": "https://carriere.epfl.ch/fr/index-fr-html/",
|
|
247
|
-
"nameen": "Recruiting EPFL talents",
|
|
248
|
-
"urlen": "https://carriere.epfl.ch"
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"namefr": "News & médias",
|
|
252
|
-
"urlfr": "https://www.epfl.ch/about/news-and-media/fr/accueil/",
|
|
253
|
-
"nameen": "News & media",
|
|
254
|
-
"urlen": "https://www.epfl.ch/about/news-and-media/"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"namefr": "Campus durable",
|
|
258
|
-
"urlfr": "https://www.epfl.ch/about/sustainability/fr/accueil/",
|
|
259
|
-
"nameen": "Sustainable campus",
|
|
260
|
-
"urlen": "https://www.epfl.ch/about/sustainability/"
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"namefr": "Égalité des chances",
|
|
264
|
-
"urlfr": "https://equality.epfl.ch/fr/index-fr-html/",
|
|
265
|
-
"nameen": "Equal opportunities",
|
|
266
|
-
"urlen": "https://equality.epfl.ch"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"namefr": "Philanthropie",
|
|
270
|
-
"urlfr": "https://www.epfl.ch/about/philanthropy/fr/philanthropie/",
|
|
271
|
-
"nameen": "Philanthropy",
|
|
272
|
-
"urlen": "https://www.epfl.ch/about/philanthropy/"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"namefr": "Cooperation",
|
|
276
|
-
"urlfr": "https://cooperation.epfl.ch/accueil/",
|
|
277
|
-
"nameen": "Cooperation",
|
|
278
|
-
"urlen": "https://cooperation.epfl.ch"
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"namefr": "Alumni",
|
|
282
|
-
"urlfr": "https://www.epflalumni.ch/fr/",
|
|
283
|
-
"nameen": "Alumni",
|
|
284
|
-
"urlen": "https://www.epflalumni.ch"
|
|
285
|
-
}
|
|
286
|
-
]
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"headingfr": "Éducation",
|
|
290
|
-
"headingen": "Education",
|
|
291
|
-
"items": [
|
|
292
|
-
{
|
|
293
|
-
"namefr": "Initiatives pédagogiques",
|
|
294
|
-
"urlfr": "https://www.epfl.ch/education/educational-initiatives/fr/accueil/",
|
|
295
|
-
"nameen": "Educational initiatives",
|
|
296
|
-
"urlen": "https://www.epfl.ch/education/educational-initiatives/"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"namefr": "Bachelor",
|
|
300
|
-
"urlfr": "https://www.epfl.ch/education/bachelor/fr/index-fr-html/",
|
|
301
|
-
"nameen": "Bachelor",
|
|
302
|
-
"urlen": "https://www.epfl.ch/education/bachelor/"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"namefr": "Master",
|
|
306
|
-
"urlfr": "https://www.epfl.ch/education/master/fr/index-fr-html/",
|
|
307
|
-
"nameen": "Master",
|
|
308
|
-
"urlen": "https://www.epfl.ch/education/master/"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"namefr": "Doctorat",
|
|
312
|
-
"urlfr": "https://phd.epfl.ch",
|
|
313
|
-
"nameen": "PhD",
|
|
314
|
-
"urlen": "https://phd.epfl.ch"
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"namefr": "Formation continue",
|
|
318
|
-
"urlfr": "https://www.epfl.ch/education/continuing-education/fr/formation-continue/",
|
|
319
|
-
"nameen": "Continuing education",
|
|
320
|
-
"urlen": "https://www.epfl.ch/education/continuing-education/"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"namefr": "Mobilité",
|
|
324
|
-
"urlfr": "https://www.epfl.ch/education/mobility/fr/mobilite/",
|
|
325
|
-
"nameen": "Mobility",
|
|
326
|
-
"urlen": "https://www.epfl.ch/education/mobility/en/mobility/"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"namefr": "Admission",
|
|
330
|
-
"urlfr": "https://www.epfl.ch/education/admission/fr/admission/",
|
|
331
|
-
"nameen": "Admission",
|
|
332
|
-
"urlen": "https://www.epfl.ch/education/admission/"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"namefr": "Gestion des études",
|
|
336
|
-
"urlfr": "https://www.epfl.ch/education/studies/",
|
|
337
|
-
"nameen": "Study management",
|
|
338
|
-
"urlen": "https://www.epfl.ch/education/studies/en/epfl-studies/"
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"namefr": "Promotion de l'éducation et des sciences",
|
|
342
|
-
"urlfr": "https://www.epfl.ch/education/education-and-science-outreach/fr/index-fr-html/",
|
|
343
|
-
"nameen": "Sciences and education outreach",
|
|
344
|
-
"urlen": "https://www.epfl.ch/education/education-and-science-outreach/"
|
|
345
|
-
}
|
|
346
|
-
]
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"headingfr": "Recherche",
|
|
350
|
-
"headingen": "Research",
|
|
351
|
-
"items": [
|
|
352
|
-
{
|
|
353
|
-
"namefr": "Domaines de recherche",
|
|
354
|
-
"urlfr": "https://www.epfl.ch/research/domains/fr/domaines/",
|
|
355
|
-
"nameen": "Research domains",
|
|
356
|
-
"urlen": "https://www.epfl.ch/research/domains/"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"namefr": "Nos Professeurs",
|
|
360
|
-
"urlfr": "https://www.epfl.ch/research/faculty-members/fr/nos-professeur-e-s/",
|
|
361
|
-
"nameen": "Faculty members",
|
|
362
|
-
"urlen": "https://www.epfl.ch/research/faculty-members/"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"namefr": "Collaborer avec nos chercheurs",
|
|
366
|
-
"urlfr": "https://www.epfl.ch/research/collaborate/fr/collaborer-avec-nos-chercheurs/",
|
|
367
|
-
"nameen": "Collaborate with our researchers",
|
|
368
|
-
"urlen": "https://www.epfl.ch/research/collaborate/"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"namefr": "Infrastructures à disposition",
|
|
372
|
-
"urlfr": "https://www.epfl.ch/research/facilities/fr/infrastructure-a-disposition/",
|
|
373
|
-
"nameen": "Research facilities",
|
|
374
|
-
"urlen": "https://www.epfl.ch/research/facilities/"
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"namefr": "Accéder à nos technologies",
|
|
378
|
-
"urlfr": "https://www.epfl.ch/research/access-technology/fr/acceder-a-nos-technologies/",
|
|
379
|
-
"nameen": "Access our technologies",
|
|
380
|
-
"urlen": "https://www.epfl.ch/research/access-technology/"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"namefr": "Services aux chercheurs",
|
|
384
|
-
"urlfr": "https://www.epfl.ch/research/services/fr/services-pour-nos-labos/",
|
|
385
|
-
"nameen": "Services for researchers",
|
|
386
|
-
"urlen": "https://www.epfl.ch/research/services/"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"namefr": "Déclaration d'éthique",
|
|
390
|
-
"urlfr": "https://www.epfl.ch/research/ethic-statement/fr/declaration-ethique/",
|
|
391
|
-
"nameen": "Ethical statement",
|
|
392
|
-
"urlen": "https://www.epfl.ch/research/ethic-statement/"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"namefr": "Prix et distinctions",
|
|
396
|
-
"urlfr": "https://www.epfl.ch/research/awards/fr/prix-distinctions/",
|
|
397
|
-
"nameen": "Research awards",
|
|
398
|
-
"urlen": "https://www.epfl.ch/research/awards/"
|
|
399
|
-
}
|
|
400
|
-
]
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"headingfr": "Innovation",
|
|
404
|
-
"headingen": "Innovation",
|
|
405
|
-
"items": [
|
|
406
|
-
{
|
|
407
|
-
"namefr": "Domaines d'innovation",
|
|
408
|
-
"urlfr": "https://www.epfl.ch/innovation/about/fr/domaines/",
|
|
409
|
-
"nameen": "Innovation domains",
|
|
410
|
-
"urlen": "https://www.epfl.ch/innovation/about/domains/"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"namefr": "Collaboration avec l'industrie",
|
|
414
|
-
"urlfr": "https://www.epfl.ch/innovation/industry/fr/industries/",
|
|
415
|
-
"nameen": " Collaborate with industry",
|
|
416
|
-
"urlen": "https://www.epfl.ch/innovation/industry/"
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"namefr": "Entrepreneuriat et start-ups",
|
|
420
|
-
"urlfr": "https://www.epfl.ch/innovation/entrepreneurship/fr/startup/",
|
|
421
|
-
"nameen": "Entrepreneurship and start-ups",
|
|
422
|
-
"urlen": "https://www.epfl.ch/innovation/entrepreneurship/start-up/"
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"namefr": "Développer son expertise",
|
|
426
|
-
"urlfr": "https://www.epfl.ch/innovation/industry/fr/industries/formation/",
|
|
427
|
-
"nameen": "Learn and develop",
|
|
428
|
-
"urlen": "https://www.epfl.ch/innovation/industry/industry/learn-and-develop/"
|
|
429
|
-
}
|
|
430
|
-
]
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"headingfr": "Campus",
|
|
434
|
-
"headingen": "Campus",
|
|
435
|
-
"items": [
|
|
436
|
-
{
|
|
437
|
-
"namefr": "Information visiteurs",
|
|
438
|
-
"urlfr": "https://www.epfl.ch/campus/visitors/fr/informations-visiteurs/",
|
|
439
|
-
"nameen": "Visitors information",
|
|
440
|
-
"urlen": "https://www.epfl.ch/campus/visitors/"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"namefr": "Services et ressources",
|
|
444
|
-
"urlfr": "https://www.epfl.ch/campus/services/",
|
|
445
|
-
"nameen": "Services and ressources",
|
|
446
|
-
"urlen": "https://www.epfl.ch/campus/services/en/homepage/"
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"namefr": "Bibliothèque",
|
|
450
|
-
"urlfr": "https://www.epfl.ch/campus/library/fr/bibliotheque/",
|
|
451
|
-
"nameen": "Library",
|
|
452
|
-
"urlen": "https://www.epfl.ch/campus/library/"
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"namefr": "Restaurants, commerces et hôtels",
|
|
456
|
-
"urlfr": "https://restauration.epfl.ch",
|
|
457
|
-
"nameen": "Restaurants, shops and hotels",
|
|
458
|
-
"urlen": "https://restauration.epfl.ch"
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"namefr": "Événements",
|
|
462
|
-
"urlfr": "https://www.epfl.ch/campus/events/fr/evenements/",
|
|
463
|
-
"nameen": "Events",
|
|
464
|
-
"urlen": "https://www.epfl.ch/campus/events/"
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"namefr": "Crèches et garderies",
|
|
468
|
-
"urlfr": "https://equality.epfl.ch/fr/famille_vieprivee_prof/garderies/",
|
|
469
|
-
"nameen": "Childcare",
|
|
470
|
-
"urlen": "https://equality.epfl.ch/family_worklife/daycare/"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"namefr": "Sport",
|
|
474
|
-
"urlfr": "https://sport.unil.ch",
|
|
475
|
-
"nameen": "Sport",
|
|
476
|
-
"urlen": "https://sport.unil.ch"
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
"namefr": "Art et culture",
|
|
480
|
-
"urlfr": "https://www.epfl.ch/campus/art-culture/fr/accueil/",
|
|
481
|
-
"nameen": "Art and culture",
|
|
482
|
-
"urlen": "https://www.epfl.ch/campus/art-culture/"
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"namefr": "Aide, santé et sécurité",
|
|
486
|
-
"urlfr": "https://securite.epfl.ch/securite-fr/",
|
|
487
|
-
"nameen": "Health, security and safety",
|
|
488
|
-
"urlen": "https://securite.epfl.ch"
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"namefr": "Aumônerie",
|
|
492
|
-
"urlfr": "https://www.epfl.ch/campus/spiritual-care/fr/index-fr-html/",
|
|
493
|
-
"nameen": "Chaplaincy",
|
|
494
|
-
"urlen": "https://www.epfl.ch/campus/spiritual-care/"
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"namefr": "Associations",
|
|
498
|
-
"urlfr": "https://www.epfl.ch/campus/associations/fr/index-fr-html/",
|
|
499
|
-
"nameen": "Associations",
|
|
500
|
-
"urlen": "https://www.epfl.ch/campus/associations/"
|
|
501
|
-
}
|
|
502
|
-
]
|
|
503
|
-
}
|
|
504
|
-
],
|
|
505
|
-
"homepage": {
|
|
506
|
-
"highlight_1": {
|
|
507
|
-
"title": "Des océans plus froids que ce que nous le pensions",
|
|
508
|
-
"content": "Une équipe de chercheurs de l’EPFL et européenne a découvert une erreur dans la façon dont ont été estimées jusqu’ici les températures des océans, faisant potentiellement du réchauffement climatique actuel un évènement sans précédent ces cent derniers millions d’années.",
|
|
509
|
-
"image": "./images/styleguide/homepage/1-teaser-news-highlight.jpg"
|
|
510
|
-
},
|
|
511
|
-
|
|
512
|
-
"section_one": {
|
|
513
|
-
"cards": [
|
|
514
|
-
{
|
|
515
|
-
"title": "La valse quantique des électrons dessine les puces de demain",
|
|
516
|
-
"date": "16.09.17",
|
|
517
|
-
"info": ["Actualité", "Nanotechnologies"],
|
|
518
|
-
"content": "Des chercheurs de l’EPFL ont réussi à mesurer certaines propriétés quantiques d’électrons de semi-conducteurs à deux dimensions. Leurs travaux dans le domaine de la spintronique pourraient notamment aboutir à la fabrication de puces plus petites et dégageant moins de chaleur."
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"title": "Un système intelligent et miniature qui analyse les biomarqueurs de la sueur",
|
|
522
|
-
"date": "15.09.17",
|
|
523
|
-
"info": ["Recherche", "Prix et récompenses"],
|
|
524
|
-
"content": "Des chercheurs de l’EPFL et de la start-up Xsensio ont intégré sur une puce de moins d’un centimètre carré un système portable entier à faible énergie permettant l’encapsulation et l’analyse des biomarqueurs contenus dans la sueur."
|
|
525
|
-
}
|
|
526
|
-
],
|
|
527
|
-
"readmore": "Toutes les actualités"
|
|
528
|
-
},
|
|
529
|
-
|
|
530
|
-
"section_two": {
|
|
531
|
-
"title": "EPFL en bref",
|
|
532
|
-
"subtitle_1": "Les missions de l'école",
|
|
533
|
-
"subtitle_2": "Les lieux totems",
|
|
534
|
-
"cards": [
|
|
535
|
-
{
|
|
536
|
-
"title": "Éducation",
|
|
537
|
-
"content": "La qualité de formation des élèves et des enseignants à l’EPFL en fait l’une des institutions de science et de technologie les plus reconnues au monde.",
|
|
538
|
-
"button": "Portail Éducation"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"title": "Recherche",
|
|
542
|
-
"content": "Une organisation unique nous permet de figurer systématiquement dans le haut du classement mondial des universités pour les programmes de recherche.",
|
|
543
|
-
"button": "Portail Recherche"
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"title": "Innovation",
|
|
547
|
-
"content": "Le transfert de technologies ou l’expertise de l’EPFL pour transformer l'excellence scientifique en valeur la société et le développement économique.",
|
|
548
|
-
"button": "Portail Innovation"
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"title": "Artlab",
|
|
552
|
-
"content": "Le Artlab organise une grand diversité d’événements et en s’associant à des institutions culturelles de la région.",
|
|
553
|
-
"button": "Explorez le Artlab",
|
|
554
|
-
"image": "./images/styleguide/homepage/2-teaser-basic-page-column1.jpg"
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"title": "Rolex Center",
|
|
558
|
-
"content": "Le Rolex Learning Center est à la fois un laboratoire d’apprentissage, une bibliothèque abritant 500’000 ouvrages et un centre culturel international.",
|
|
559
|
-
"button": "Découvrez le Rolex Center",
|
|
560
|
-
"image": "./images/styleguide/homepage/2-teaser-basic-page-column2.jpg"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"title": "SwissTech CC",
|
|
564
|
-
"content": "Le SwissTech Convention Center est un des plus grand centre de congrès de la région lémanique accueillant des évènements de renommée internationale.",
|
|
565
|
-
"button": "Embarquez pour le SwissTech",
|
|
566
|
-
"image": "./images/styleguide/homepage/2-teaser-basic-page-column3.jpg"
|
|
567
|
-
}
|
|
568
|
-
]
|
|
569
|
-
},
|
|
570
|
-
|
|
571
|
-
"highlight_2": {
|
|
572
|
-
"title": "Étudier à l’EPFL, 13 filières de formation",
|
|
573
|
-
"content": "Treize filières de formation dans les sciences de l’ingénieur, des programmes doctoraux de choix, des laboratoires de pointe dirigés par des professeurs de réputation internationale, un campus moderne en plein développement qui s’étend sur plus de 10’000 mètres carrés.",
|
|
574
|
-
"image": "./images/styleguide/homepage/3-teaser-basic-page-highlight.jpg"
|
|
575
|
-
},
|
|
576
|
-
|
|
577
|
-
"highlight_3": {
|
|
578
|
-
"title": "Pour une transformation plus efficace des molécules",
|
|
579
|
-
"content": "Le chimiste Xile Hu est le lauréat du Prix Latsis 2017. Ce professeur à l’Ecole polytechnique fédérale de Lausanne est récompensé pour son impressionnante carrière scientifique et ses excellents travaux de recherche sur la compréhension fondamentale de la catalyse.",
|
|
580
|
-
"image": "./images/styleguide/homepage/4-teaser-news-highlight.jpg"
|
|
581
|
-
},
|
|
582
|
-
|
|
583
|
-
"section_3": {
|
|
584
|
-
"title": "Une école multi-sites, de Lausanne vers le monde",
|
|
585
|
-
"subtitle": "Une école, plusieurs campus",
|
|
586
|
-
"cards": [
|
|
587
|
-
{
|
|
588
|
-
"title": "Lausanne",
|
|
589
|
-
"image": "./images/styleguide/homepage/5-teaser-mission-research-lausanne.jpg"
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"title": "Genève",
|
|
593
|
-
"image": "./images/styleguide/homepage/5-teaser-mission-research-geneva.jpg"
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"title": "Neuchâtel",
|
|
597
|
-
"image": "./images/styleguide/homepage/5-teaser-mission-research-neuchatel.jpg"
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"title": "Fribourg",
|
|
601
|
-
"image": "./images/styleguide/homepage/5-teaser-mission-research-fribourg.jpg"
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"title": "Valais",
|
|
605
|
-
"image": "./images/styleguide/homepage/5-teaser-mission-research-valais.jpg"
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"title": "Middle-East",
|
|
609
|
-
"image": "./images/styleguide/homepage/5-teaser-mission-research-middle-east.jpg"
|
|
610
|
-
}
|
|
611
|
-
]
|
|
612
|
-
},
|
|
613
|
-
|
|
614
|
-
"highlight_4": {
|
|
615
|
-
"title": "Explorer le portail étudiants de l'EPFL",
|
|
616
|
-
"content": "Découvrez l'ensemble des services dédiés aux étudiants : vie académique, cours, cartes d'accès et plans, transports et restauration. Mais aussi les bons plans, les réductions et les événements organisés par les nombreuses associations d'étudiants.",
|
|
617
|
-
"image": "./images/styleguide/homepage/6-teaser-basic-page-highlight.jpg"
|
|
618
|
-
},
|
|
619
|
-
|
|
620
|
-
"questions": {
|
|
621
|
-
"image": "./images/styleguide/homepage/7-science-question-SF.jpg"
|
|
622
|
-
},
|
|
623
|
-
|
|
624
|
-
"highlight_5": {
|
|
625
|
-
"title": "L’EPFL vue du ciel",
|
|
626
|
-
"content": "L'association Aéropoly a pris des images du campus à l'aide d'un dirigeable avant l'ouverture de Balélec. Le dirigeable avait déjà pris son envol une première fois pendant Polynice, événement organisé pour fêter les 60 ans de l'AGEPoly, soit l'association des étudiants de l'EPFL.",
|
|
627
|
-
"image": "./images/styleguide/homepage/8-teaser-news-highlight.jpg"
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|