epfl-elements 4.4.1 → 4.5.1
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/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-bg-variants.twig +5 -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 +3 -0
- package/dist/components/atoms/link/link.yml +27 -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/nav-user/nav-user-login.twig +6 -0
- package/dist/components/atoms/nav-user/nav-user.twig +16 -0
- package/dist/components/atoms/nav-user/nav-user.yml +10 -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 +33 -0
- package/dist/components/atoms/social-icon/social-icon-link-group.twig +31 -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 +33 -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 +64 -0
- package/dist/components/content-types/event/event.yml +26 -0
- package/dist/components/content-types/graph-search/graph-search.twig +37 -0
- package/dist/components/content-types/graph-search/graph-search.yml +2 -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-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 +9 -0
- package/dist/components/molecules/links-group/links-group.twig +11 -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-event.twig +74 -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 +47 -0
- package/dist/components/organisms/header/header.twig +36 -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 +97 -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/maintenance/maintenance.twig +52 -0
- package/dist/components/pages/maintenance/maintenance.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 +20113 -0
- package/dist/css/elements.min.css +10 -0
- package/dist/css/elements.min.css.map +1 -0
- package/dist/css/reader.css +789 -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 +40 -0
- package/dist/docs/user documentation/wordpress.md +3 -0
- package/dist/favicons/android-chrome-192x192.png +0 -0
- package/dist/favicons/android-chrome-512x512.png +0 -0
- package/dist/favicons/apple-touch-icon.png +0 -0
- package/dist/favicons/browserconfig.xml +9 -0
- package/dist/favicons/favicon-120.png +0 -0
- package/dist/favicons/favicon-128.png +0 -0
- package/dist/favicons/favicon-144.png +0 -0
- package/dist/favicons/favicon-152.png +0 -0
- package/dist/favicons/favicon-16.png +0 -0
- package/dist/favicons/favicon-180.png +0 -0
- package/dist/favicons/favicon-228.png +0 -0
- package/dist/favicons/favicon-32.png +0 -0
- package/dist/favicons/favicon-57.png +0 -0
- package/dist/favicons/favicon-76.png +0 -0
- package/dist/favicons/favicon-96.png +0 -0
- package/dist/favicons/favicon.ico +0 -0
- package/dist/favicons/mstile-144x144.png +0 -0
- package/dist/favicons/mstile-150x150.png +0 -0
- package/dist/favicons/mstile-310x150.png +0 -0
- package/dist/favicons/mstile-310x310.png +0 -0
- package/dist/favicons/mstile-70x70.png +0 -0
- package/dist/favicons/site.webmanifest +19 -0
- package/dist/icons/feather-sprite.svg +1 -0
- package/dist/icons/icons.svg +1 -0
- package/dist/images/defaults/person-avatar-default-small.png +0 -0
- package/dist/images/email/epfl-logo.png +0 -0
- package/dist/images/email/square.png +0 -0
- package/dist/images/icons/icon-course-exercise.svg +3 -0
- package/dist/images/icons/icon-course-project.svg +3 -0
- package/dist/images/shortcode-icons/article_highlight.png +0 -0
- package/dist/images/shortcode-icons/article_list.png +0 -0
- package/dist/images/shortcode-icons/contact.png +0 -0
- package/dist/images/shortcode-icons/custom_teasers.png +0 -0
- package/dist/images/shortcode-icons/default.png +0 -0
- package/dist/images/shortcode-icons/definition_list.png +0 -0
- package/dist/images/shortcode-icons/definiton_list.png +0 -0
- package/dist/images/shortcode-icons/hero.png +0 -0
- package/dist/images/shortcode-icons/introduction.png +0 -0
- package/dist/images/shortcode-icons/links_block.png +0 -0
- package/dist/images/shortcode-icons/links_teaser.png +0 -0
- package/dist/images/shortcode-icons/map.png +0 -0
- package/dist/images/shortcode-icons/page_highlight.png +0 -0
- package/dist/images/shortcode-icons/page_teaser.png +0 -0
- package/dist/images/shortcode-icons/school.png +0 -0
- package/dist/images/shortcode-icons/teaser_news.png +0 -0
- package/dist/images/shortcode-icons/toggle.png +0 -0
- package/dist/images/styleguide/accessibility.svg +1 -0
- package/dist/images/styleguide/basic_page_teaser.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_1080x608.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_1140x641.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_1440x810.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_1920x1080.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_2280x1283.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_2880x1620.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_540x304.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_720x405.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_960x540.jpg +0 -0
- package/dist/images/styleguide/event_teaser.png +0 -0
- package/dist/images/styleguide/event_teaser_highlight.jpg +0 -0
- package/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/dist/images/styleguide/homepage/1-teaser-news-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/2-teaser-basic-page-column1.jpg +0 -0
- package/dist/images/styleguide/homepage/2-teaser-basic-page-column2.jpg +0 -0
- package/dist/images/styleguide/homepage/2-teaser-basic-page-column3.jpg +0 -0
- package/dist/images/styleguide/homepage/3-teaser-basic-page-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/4-teaser-news-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-fribourg.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-geneva.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-lausanne.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-middle-east.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-neuchatel.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-valais.jpg +0 -0
- package/dist/images/styleguide/homepage/6-teaser-basic-page-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/7-science-question-SF.jpg +0 -0
- package/dist/images/styleguide/homepage/8-teaser-news-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/9-social-facebook.jpg +0 -0
- package/dist/images/styleguide/homepage/9-social-instagram.jpg +0 -0
- package/dist/images/styleguide/homepage/9-social-twitter.jpg +0 -0
- package/dist/images/styleguide/icon-accessibility.png +0 -0
- package/dist/images/styleguide/illustrations/accessibility-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/animation-balance.gif +0 -0
- package/dist/images/styleguide/illustrations/animation-clarity.gif +0 -0
- package/dist/images/styleguide/illustrations/animation-modularity.gif +0 -0
- package/dist/images/styleguide/illustrations/atomic-design-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/brand-identity-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/color-palette-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/design-principles-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/how-it-works-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/how-to-start-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/iconography-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/three.png +0 -0
- package/dist/images/styleguide/illustrations/typography-teaser.png +0 -0
- package/dist/images/styleguide/key-numbers/collaborations.png +0 -0
- package/dist/images/styleguide/key-numbers/earth.png +0 -0
- package/dist/images/styleguide/key-numbers/flag.png +0 -0
- package/dist/images/styleguide/key-numbers/ranking.png +0 -0
- package/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/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 +8819 -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 +68003 -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 +2 -2
- package/dist/svg/avatar-placeholder.svg +1 -0
- package/dist/svg/element.svg +6 -0
- package/dist/svg/epfl-logo-negative-old.svg +11 -0
- package/dist/svg/epfl-logo-negative.svg +1 -0
- package/dist/svg/epfl-logo-old.svg +1 -0
- package/dist/svg/epfl-logo.svg +1 -0
- package/dist/svg/flag.svg +3 -0
- package/dist/svg/portrait-placeholder.svg +1 -0
- package/package.json +2 -2
- package/CHANGELOG.md +0 -479
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{% if title is not defined %}{% set title = 'Further readings' %}{% endif %}
|
|
2
|
+
{% if title %}
|
|
3
|
+
<h4>{{title}}</h4>
|
|
4
|
+
{% endif %}
|
|
5
|
+
|
|
6
|
+
<button
|
|
7
|
+
class="collapse-title collapse-title-desktop collapsed"
|
|
8
|
+
type="button"
|
|
9
|
+
data-toggle="collapse"
|
|
10
|
+
data-target="#collapse-1"
|
|
11
|
+
aria-expanded="false"
|
|
12
|
+
aria-controls="collapse-1"
|
|
13
|
+
>
|
|
14
|
+
On the Origin of Species
|
|
15
|
+
</button>
|
|
16
|
+
|
|
17
|
+
<div class="collapse collapse-item collapse-item-desktop" id="collapse-1">
|
|
18
|
+
<p>Book by Charles Darwin, 1859 — On the Origin of Species, published on 24 November 1859, is a work of scientific literature by Charles Darwin which is considered to be the foundation of evolutionary biology.</p>
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
<button
|
|
22
|
+
class="collapse-title collapse-title-desktop collapsed"
|
|
23
|
+
type="button"
|
|
24
|
+
data-toggle="collapse"
|
|
25
|
+
data-target="#collapse-2"
|
|
26
|
+
aria-expanded="false"
|
|
27
|
+
aria-controls="collapse-2"
|
|
28
|
+
>
|
|
29
|
+
Silent Spring
|
|
30
|
+
</button>
|
|
31
|
+
|
|
32
|
+
<div class="collapse collapse-item collapse-item-desktop" id="collapse-2">
|
|
33
|
+
<p>Book by Rachel Carson, 1962 — Silent Spring is an environmental science book by Rachel Carson. The book was published on 27 September 1962 and it documented the adverse effects on the environment of the indiscriminate use of pesticides.</p>
|
|
34
|
+
</div>
|
|
35
|
+
|
|
36
|
+
<button
|
|
37
|
+
class="collapse-title collapse-title-desktop collapsed"
|
|
38
|
+
type="button"
|
|
39
|
+
data-toggle="collapse"
|
|
40
|
+
data-target="#collapse-3"
|
|
41
|
+
aria-expanded="false"
|
|
42
|
+
aria-controls="collapse-3"
|
|
43
|
+
>
|
|
44
|
+
The Hitchhiker's Guide to the Galaxy
|
|
45
|
+
</button>
|
|
46
|
+
|
|
47
|
+
<div class="collapse collapse-item collapse-item-desktop" id="collapse-3">
|
|
48
|
+
<p>Book by Douglas Adams, 1978–80 — The Hitchhiker's Guide to the Galaxy (sometimes referred to as HG2G, HHGTTG or H2G2) is a comedy science fiction series created by Douglas Adams. Originally a radio comedy broadcast on BBC Radio 4 in 1978, it was later adapted to other formats, including stage shows, novels, comic books, a 1981 TV series, a 1984 video game, and 2005 feature film.</p>
|
|
49
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
title: Collapse group
|
|
2
|
+
name: collapse-group
|
|
3
|
+
variants:
|
|
4
|
+
- name: rich-content
|
|
5
|
+
title: Collapse with rich content
|
|
6
|
+
- name: people-contacts
|
|
7
|
+
title: Collapse with contact info
|
|
8
|
+
notes: |
|
|
9
|
+
Used in People pages
|
|
10
|
+
notes: |
|
|
11
|
+
This version is **mobile-only by default**, as used in the mobile version of the footer component. For the desktop version: use the classes `collapse-title-desktop` and `collapse-item-desktop`. See example stack below.
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<aside>
|
|
2
|
+
<div class="d-flex justify-content-between px-3 p-md-0 align-baseline">
|
|
3
|
+
<h3 class="h5 mb-0 font-weight-normal">Filtrer les articles</h3>
|
|
4
|
+
<button
|
|
5
|
+
class="btn btn-sm btn-secondary d-lg-none collapsed collapse-drop-toggle"
|
|
6
|
+
type="button"
|
|
7
|
+
data-toggle="collapse"
|
|
8
|
+
data-target="#form-filters"
|
|
9
|
+
aria-expanded="false"
|
|
10
|
+
aria-controls="form-filters"
|
|
11
|
+
>
|
|
12
|
+
Filtres
|
|
13
|
+
{% include '@atoms/icon/icon.twig' with {'icon': 'icon-triangle'} %}
|
|
14
|
+
</button>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="collapse collapse-lg-show collapse-drop" id="form-filters">
|
|
17
|
+
<form class="p-3 p-lg-0 mt-md-3">
|
|
18
|
+
|
|
19
|
+
<div class="form-group">
|
|
20
|
+
<div class="form-group">
|
|
21
|
+
<label>Catégories</label>
|
|
22
|
+
<select id="select-input" class="custom-select">
|
|
23
|
+
<option selected>Toutes les catégories</option>
|
|
24
|
+
<option value="1">Catégorie 1</option>
|
|
25
|
+
<option value="2">Catégorie 2</option>
|
|
26
|
+
<option value="3">Catégorie 3</option>
|
|
27
|
+
<option value="4">The fourth choice</option>
|
|
28
|
+
<option value="5">42</option>
|
|
29
|
+
</select>
|
|
30
|
+
</div>
|
|
31
|
+
</div>
|
|
32
|
+
|
|
33
|
+
<div class="form-group">
|
|
34
|
+
<div class="form-group">
|
|
35
|
+
<label>Archives</label>
|
|
36
|
+
<select id="select-input" class="custom-select">
|
|
37
|
+
<option selected>Toutes les années</option>
|
|
38
|
+
<option value="2020">2020</option>
|
|
39
|
+
<option value="2019">2019</option>
|
|
40
|
+
<option value="2018">2018</option>
|
|
41
|
+
<option value="2017">2017</option>
|
|
42
|
+
</select>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
</form>
|
|
47
|
+
</div>
|
|
48
|
+
</aside>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<aside>
|
|
2
|
+
<div class="d-flex justify-content-between px-3 p-md-0 align-baseline">
|
|
3
|
+
<h3 class="h5 mb-0 font-weight-normal">Filtrer votre recherche</h3>
|
|
4
|
+
<button
|
|
5
|
+
class="btn btn-sm btn-secondary d-md-none collapsed collapse-drop-toggle"
|
|
6
|
+
type="button"
|
|
7
|
+
data-toggle="collapse"
|
|
8
|
+
data-target="#form-filters"
|
|
9
|
+
aria-expanded="false"
|
|
10
|
+
aria-controls="form-filters"
|
|
11
|
+
>
|
|
12
|
+
Filtres
|
|
13
|
+
{% include '@atoms/icon/icon.twig' with {'icon': 'filter', icon_classes: 'feather'} %}
|
|
14
|
+
</button>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="collapse collapse-md-show collapse-drop" id="form-filters">
|
|
17
|
+
<form class="p-3 p-md-0">
|
|
18
|
+
{% include "@molecules/form-group/form-group-select.twig" %}
|
|
19
|
+
{% include "@molecules/form-group/form-group-checkboxes.twig" %}
|
|
20
|
+
{% include "@molecules/form-group/form-group-checkboxes.twig" %}
|
|
21
|
+
</form>
|
|
22
|
+
</div>
|
|
23
|
+
</aside>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<article>
|
|
2
|
+
<p>Maintaining <a href="#footnotes" aria-describedby="footnote-label" id="footnotes-ref">footnotes</a> manually can be a pain. By using <a href="#css" aria-describedby="footnote-label" id="css-ref">CSS</a> <a href="#css-counters" aria-describedby="footnote-label" id="css-counters-ref">counters</a> to add the numbered references in the text and an ordered list to display the actual footnotes in the footer, it becomes extremely easy.</p>
|
|
3
|
+
|
|
4
|
+
<footer>
|
|
5
|
+
<h2 class="sr-only" id="footnote-label">Footnotes</h2>
|
|
6
|
+
<ol>
|
|
7
|
+
<li id="footnotes">Footnotes are notes placed at the bottom of a page. They cite references or comment on a designated part of the text above it. <a href="#footnotes-ref" class="back-to-content" aria-label="Back to content">↩</a></li>
|
|
8
|
+
|
|
9
|
+
<li id="css">Cascading Style Sheets <a href="#css-ref" class="back-to-content" aria-label="Back to content">↩</a></li>
|
|
10
|
+
|
|
11
|
+
<li id="css-counters">CSS counters are, in essence, variables maintained by CSS whose values may be incremented by CSS rules to track how many times they're used. <a href="#css-counters-ref" class="back-to-content" aria-label="Back to content">↩</a></li>
|
|
12
|
+
</ol>
|
|
13
|
+
</footer>
|
|
14
|
+
</article>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<div class="form-group">
|
|
2
|
+
<label for="error-input" class="invalid-label">Input's label</label>
|
|
3
|
+
<input
|
|
4
|
+
type="text"
|
|
5
|
+
id="error-input"
|
|
6
|
+
class="form-control is-invalid"
|
|
7
|
+
value="Wrong value"
|
|
8
|
+
aria-describedby="error-input-help"
|
|
9
|
+
>
|
|
10
|
+
<small id="error-input-help" class="form-text invalid-feedback">
|
|
11
|
+
Error message goes here!
|
|
12
|
+
</small>
|
|
13
|
+
</div>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<div class="form-group form-group-search">
|
|
2
|
+
<label for="search-field" class="sr-only">Search</label>
|
|
3
|
+
<p class="search-container icon-right">
|
|
4
|
+
<input
|
|
5
|
+
type="search"
|
|
6
|
+
id="search-field"
|
|
7
|
+
class="form-control"
|
|
8
|
+
placeholder="Keywords..."
|
|
9
|
+
aria-describedby="search-field-help"
|
|
10
|
+
>
|
|
11
|
+
{% include '@atoms/icon/icon.twig' with { icon: 'icon-search' } %}
|
|
12
|
+
</p>
|
|
13
|
+
</div>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<div class="form-group">
|
|
2
|
+
<label for="awesome-input">Input's label</label>
|
|
3
|
+
<input
|
|
4
|
+
type="text"
|
|
5
|
+
id="awesome-input"
|
|
6
|
+
class="form-control"
|
|
7
|
+
placeholder="Type here..."
|
|
8
|
+
aria-describedby="awesome-input-help"
|
|
9
|
+
>
|
|
10
|
+
<small id="awesome-input-help" class="form-text text-muted">
|
|
11
|
+
Help text about the text field.
|
|
12
|
+
</small>
|
|
13
|
+
</div>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
title: Form group
|
|
2
|
+
name: form-group
|
|
3
|
+
variants:
|
|
4
|
+
- name: checkboxes
|
|
5
|
+
title: Checkboxes
|
|
6
|
+
- name: radio
|
|
7
|
+
title: Radio
|
|
8
|
+
- name: error
|
|
9
|
+
title: Error form group
|
|
10
|
+
- name: select
|
|
11
|
+
title: Select form group
|
|
12
|
+
- name: textarea
|
|
13
|
+
title: Textarea
|
|
14
|
+
- name: upload
|
|
15
|
+
title: File upload
|
|
16
|
+
- name: search
|
|
17
|
+
title: Search field
|
|
18
|
+
notes: |
|
|
19
|
+
Never forget the `for=""` attribute to link the input to the label.
|
|
20
|
+
|
|
21
|
+
### Standard form group
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<div class="gallery-container">
|
|
2
|
+
|
|
3
|
+
<div id="my-gallery-{{ id ?: 1 }}" class="gallery gallery-main">
|
|
4
|
+
{% for i in 1..8 %}
|
|
5
|
+
<figure class="gallery-item" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
|
|
6
|
+
<div class="gallery-item-inner">
|
|
7
|
+
<div class="img-wrapper">
|
|
8
|
+
<img src="./images/styleguide/gallery/gallery_0{{i}}.jpg" alt="Picture of an amazing science topic" class="img-fluid">
|
|
9
|
+
</div>
|
|
10
|
+
</div>
|
|
11
|
+
<figcaption>
|
|
12
|
+
<span>Picture of an amazing science topic</span>
|
|
13
|
+
</figcaption>
|
|
14
|
+
</figure>
|
|
15
|
+
{% endfor %}
|
|
16
|
+
</div>
|
|
17
|
+
|
|
18
|
+
<div class="gallery-nav" data-gallery="my-gallery-{{ id ?: 1 }}" aria-hidden="true">
|
|
19
|
+
{% for i in 1..8 %}
|
|
20
|
+
<figure class="gallery-nav-item" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
|
|
21
|
+
<img src="./images/styleguide/gallery/thumb_0{{i}}.jpg" alt="Thumbnail of an amazing science topic" class="img-fluid">
|
|
22
|
+
<figcaption>Picture of an amazing science topic</figcaption>
|
|
23
|
+
</figure>
|
|
24
|
+
{% endfor %}
|
|
25
|
+
</div>
|
|
26
|
+
|
|
27
|
+
</div>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{% set icon = icon|default("https://via.placeholder.com/") %}
|
|
2
|
+
<div class="key-number-large">
|
|
3
|
+
<div class="card border-0 bg-white m-0 h-100">
|
|
4
|
+
<div class="card-header border-0">
|
|
5
|
+
<div class="row">
|
|
6
|
+
<div class="col-md-6">
|
|
7
|
+
<p class="h4">Pays d'origine</p>
|
|
8
|
+
</div>
|
|
9
|
+
<div class="col-md-6 text-right">
|
|
10
|
+
<img src="images/styleguide/key-numbers/collaborations.png" alt="">
|
|
11
|
+
</div>
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
<div class="card-body pt-0">
|
|
15
|
+
<div class="row">
|
|
16
|
+
<div class="col-md-6">
|
|
17
|
+
<hr>
|
|
18
|
+
<p class="mb-0 display-4 font-weight-bold">2'706</p>
|
|
19
|
+
<p class="text-small">Femmes</p>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="col-md-6">
|
|
22
|
+
<hr>
|
|
23
|
+
<p class="mb-0 display-4 font-weight-bold">7'180</p>
|
|
24
|
+
<p class="text-small">Hommes</p>
|
|
25
|
+
</div>
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{% set icon = icon|default("https://via.placeholder.com/") %}
|
|
2
|
+
<div class="key-number">
|
|
3
|
+
<div class="card border-0 bg-white m-0 h-100">
|
|
4
|
+
<div class="card-header border-0">
|
|
5
|
+
<p class="h6 mb-3 text-capitalize">Étudiants</p>
|
|
6
|
+
<img src="images/styleguide/key-numbers/students.png" class="d-block m-auto" alt="">
|
|
7
|
+
</div>
|
|
8
|
+
<div class="card-body pt-0">
|
|
9
|
+
<div class="row">
|
|
10
|
+
<div class="col-sm-6">
|
|
11
|
+
<hr>
|
|
12
|
+
<p class="h5 mb-0">2'706</p>
|
|
13
|
+
<p class="text-small">Femmes</p>
|
|
14
|
+
</div>
|
|
15
|
+
<div class="col-sm-6">
|
|
16
|
+
<hr>
|
|
17
|
+
<p class="h5 mb-0">7'180</p>
|
|
18
|
+
<p class="text-small">Hommes</p>
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<div class="links-group links-group-teaser">
|
|
2
|
+
<h5 id="links-group-title"><a class="link-pretty" href="#">Vue d’ensemble de l’EPFL</a></h5>
|
|
3
|
+
<ul class="list-unstyled">
|
|
4
|
+
<li><a class="link-pretty" href="#">Chiffres clés</a></li>
|
|
5
|
+
<li><a class="link-pretty" href="#">3 missions de l’EPFL</li>
|
|
6
|
+
<li><a class="link-pretty" href="#">Organigrammes de la direction</li>
|
|
7
|
+
<li><a class="link-pretty" href="#">Réalisations importantes de l’EPFL</li>
|
|
8
|
+
</ul>
|
|
9
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<div class="links-group">
|
|
2
|
+
<h5 id="links-group-title">Plus d'informations sur la faculté</h5>
|
|
3
|
+
<ul class="list-unstyled">
|
|
4
|
+
<li><a class="link-pretty" href="#">Tous les laboratoires de la faculté</a></li>
|
|
5
|
+
<li><a class="link-pretty" href="#">Liste des professeurs de la faculté</a></li>
|
|
6
|
+
<li><a class="link-pretty" href="#">Postes à pourvoir à l'ENAC</a></li>
|
|
7
|
+
<li><a class="link-pretty" href="#">Services internes</a></li>
|
|
8
|
+
<li><a class="link-pretty" href="#">L'organisation de la faculté</a></li>
|
|
9
|
+
<li><a class="link-pretty" href="#">Chaires de l'ENAC</a></li>
|
|
10
|
+
</ul>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<div class="list-group">
|
|
2
|
+
{% for i in 1..4 %}
|
|
3
|
+
<div class="list-group-item list-group-item-borderless">
|
|
4
|
+
<div class="row">
|
|
5
|
+
<div class="col-md-8">
|
|
6
|
+
<h4 class="h5">Measuring Latency: Am I doing it right?</h4>
|
|
7
|
+
<p class="text-muted small mb-0">
|
|
8
|
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit.<br>
|
|
9
|
+
Author(s): <a class="text-muted" href="#">John Doe</a>, <a class="text-muted" href="#">John Doe</a>, <a class="text-muted" href="#">John Doe</a>
|
|
10
|
+
</p>
|
|
11
|
+
</div>
|
|
12
|
+
<div class="col-md-3 offset-md-1 text-right">
|
|
13
|
+
<p>
|
|
14
|
+
<a href="#" class="btn btn-secondary btn-sm">Detailed record<span class="sr-only">of publication "Measuring Latency: Am I doing it right?"</span></a>
|
|
15
|
+
</p>
|
|
16
|
+
<p class="text-muted small mb-0">
|
|
17
|
+
<a class="text-muted" href="#">Full text<span class="sr-only">of publication "Measuring Latency: Am I doing it right?"</span></a> -
|
|
18
|
+
<a class="text-muted" href="#">Bib TeX<span class="sr-only">of publication "Measuring Latency: Am I doing it right?"</span></a> -
|
|
19
|
+
<a class="text-muted" href="#">Endnote XML<span class="sr-only">of publication "Measuring Latency: Am I doing it right?"</span></a>
|
|
20
|
+
</p>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
24
|
+
{% endfor %}
|
|
25
|
+
</div>
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
<div class="list-group-item list-group-teaser" itemscope itemtype="http://schema.org/Event">
|
|
2
|
+
<div class="list-group-teaser-container">
|
|
3
|
+
<div class="list-group-teaser-thumbnail">
|
|
4
|
+
{% include '@atoms/picture/picture.twig' with {'variant':'news-thumb'} %}
|
|
5
|
+
</div>
|
|
6
|
+
<div class="list-group-teaser-content">
|
|
7
|
+
<p class="h5 card-title" itemprop="name">
|
|
8
|
+
<a href="#">Startup Acceleration Workshops</a>
|
|
9
|
+
</p>
|
|
10
|
+
<div class="card-info mt-0">
|
|
11
|
+
{% block date %}
|
|
12
|
+
<p class="event-info-date">
|
|
13
|
+
{% include '@atoms/icon/icon.twig' with { icon: 'calendar', icon_classes:'feather' } %}
|
|
14
|
+
<span class="sr-only">Dates: du</span>
|
|
15
|
+
<span class="card-info-date event-date" itemprop="startDate" content="2018-01-10T12:00">10.01.2018</span>
|
|
16
|
+
<span class="sep" aria-hidden="true">›</span>
|
|
17
|
+
<span class="sr-only">au</span>
|
|
18
|
+
<span class="card-info-date event-date" itemprop="endDate" content="2018-01-12T12:00">12.01.2018</span>
|
|
19
|
+
{% include '@atoms/icon/icon.twig' with { icon: 'clock', icon_classes:'feather' } %}
|
|
20
|
+
<span class="sr-only">Heures: de</span>
|
|
21
|
+
<span class="event-time">13:00</span>
|
|
22
|
+
<span class="sep" aria-hidden="true">›</span>
|
|
23
|
+
<span class="sr-only">à</span>
|
|
24
|
+
<span class="event-time">17:30</span>
|
|
25
|
+
</p>
|
|
26
|
+
{% endblock %}
|
|
27
|
+
<div class="event-info mt-1">
|
|
28
|
+
{% block speaker %}
|
|
29
|
+
<p class="event-speaker" itemprop="performer" itemscope itemtype="http://schema.org/performer">
|
|
30
|
+
<b>Intervenant·e:</b> Prof. Dr. Aditya Mueller
|
|
31
|
+
</p>
|
|
32
|
+
{% endblock %}
|
|
33
|
+
{% block location %}
|
|
34
|
+
<p class="event-location" itemprop="location" itemscope itemtype="http://schema.org/Place">
|
|
35
|
+
{% if eventLocation == 'online' %}
|
|
36
|
+
<b>Lieu:</b> {% include '@atoms/icon/icon.twig' with { icon: 'monitor', icon_classes:'feather' } %}
|
|
37
|
+
<span itemprop="name"><a href="#">En ligne</a></span>
|
|
38
|
+
{% elseif eventLocation == 'online_room' %}
|
|
39
|
+
<b>Lieu:</b> {% include '@atoms/icon/icon.twig' with { icon: 'map-pin', icon_classes:'feather' } %}
|
|
40
|
+
<span itemprop="name"><a href="#">ArtLab EPFL</a></span> &
|
|
41
|
+
{% include '@atoms/icon/icon.twig' with { icon: 'monitor', icon_classes:'feather' } %}
|
|
42
|
+
<span itemprop="name"><a href="#">En ligne</a></span>
|
|
43
|
+
{% else %}
|
|
44
|
+
<b>Lieu:</b> {% include '@atoms/icon/icon.twig' with { icon: 'map-pin', icon_classes:'feather' } %}
|
|
45
|
+
<span itemprop="name"><a href="#">ArtLab EPFL</a></span>
|
|
46
|
+
{% endif %}
|
|
47
|
+
</p>
|
|
48
|
+
{% endblock %}
|
|
49
|
+
{% block category %}
|
|
50
|
+
<p class="event-category">
|
|
51
|
+
<b>Catégorie:</b> Événements culturel
|
|
52
|
+
</p>
|
|
53
|
+
{% endblock %}
|
|
54
|
+
{% block audience %}
|
|
55
|
+
<p class="event-audience" itemprop="audience" itemscope itemtype="https://schema.org/audience">
|
|
56
|
+
<b>Public cible:</b> Tout public
|
|
57
|
+
</p>
|
|
58
|
+
{% endblock %}
|
|
59
|
+
</div>
|
|
60
|
+
|
|
61
|
+
<p class="pt-3 event-actions">
|
|
62
|
+
{% if live_now|default(false) %}
|
|
63
|
+
<a href="#" class="btn btn-primary btn-sm">{% include '@atoms/icon/icon.twig' with { icon: 'monitor', icon_classes:'feather' } %} Voir en direct</a>
|
|
64
|
+
{% endif %}
|
|
65
|
+
{% if live_future|default(false) %}
|
|
66
|
+
<a href="#" class="btn btn-secondary btn-sm">{% include '@atoms/icon/icon.twig' with { icon: 'monitor', icon_classes:'feather' } %} Diffusé en direct</a>
|
|
67
|
+
{% endif %}
|
|
68
|
+
<a href="#" class="btn btn-secondary btn-sm">{% include '@atoms/icon/icon.twig' with { icon: 'download', icon_classes:'feather' } %} Importer</a>
|
|
69
|
+
</p>
|
|
70
|
+
|
|
71
|
+
</div>
|
|
72
|
+
</div>
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<div class="list-group">
|
|
2
|
+
{% for i in 1..3 %}
|
|
3
|
+
<div class="list-group-item list-group-item-borderless list-group-item-infoscience">
|
|
4
|
+
<div class="record-content">
|
|
5
|
+
<p>Noms des auteurs: <strong>Titre de la publication lorem ipsum dolor sit amet consectetur adipscing elit</strong>; <i>Sous-titre lorem ipsum dolor sit amet consectetur adipscing elit</i>; Références, lieu de publication, etc.</p>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="item-metadata">
|
|
8
|
+
<p class="item-date">18.11.2019</p>
|
|
9
|
+
<p class="item-links small">
|
|
10
|
+
<a href="#" target="_blank">Notice détaillée</a> – <a href="#" target="_blank">Texte intégral</a>
|
|
11
|
+
</p>
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
{% endfor %}
|
|
15
|
+
<!-- Publication with thumbnail image -->
|
|
16
|
+
<div class="list-group-item list-group-item-borderless list-group-item-infoscience has-thumbnail">
|
|
17
|
+
<div class="list-group-thumbnail">
|
|
18
|
+
{% include '@atoms/picture/picture-thumb-square.twig' %}
|
|
19
|
+
</div>
|
|
20
|
+
<div class="list-group-content">
|
|
21
|
+
<div class="record-content">
|
|
22
|
+
<p>Noms des auteurs: <strong>Titre de la publication lorem ipsum dolor sit amet consectetur adipscing elit</strong>; <i>Sous-titre lorem ipsum dolor sit amet consectetur adipscing elit</i>; Références, lieu de publication, etc.</p>
|
|
23
|
+
</div>
|
|
24
|
+
<div class="item-metadata">
|
|
25
|
+
<p class="item-date">18.11.2019</p>
|
|
26
|
+
<p class="item-links small">
|
|
27
|
+
<a href="#" target="_blank">Notice détaillée</a> – <a href="#" target="_blank">Texte intégral</a>
|
|
28
|
+
</p>
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<div class="list-group">
|
|
2
|
+
{% for i in 1..4 %}
|
|
3
|
+
|
|
4
|
+
<div class="list-group-teaser list-group-item list-group-teaser-container">
|
|
5
|
+
<div class="list-group-teaser-thumbnail">
|
|
6
|
+
<a href="#" class="link-trapeze-horizontal">
|
|
7
|
+
{% include '@atoms/picture/picture-news-thumb.twig' %}
|
|
8
|
+
</a>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="list-group-teaser-content">
|
|
11
|
+
<h3 class="h5"><a href="#">Physics: new e-books for the AIAA Education Series</a></h3>
|
|
12
|
+
<p>
|
|
13
|
+
<time datetime="2018-03-26"><span class="sr-only">Published:</span>26.03.2018</time>
|
|
14
|
+
<span class="text-muted">— Lorem ipsum dolor sit amet, consectetur adipiscing elit. Si enim ad populum me vocas, eum. Quid enim me prohiberet
|
|
15
|
+
Epicureum esse, si probarem, quae ille diceret?</span>
|
|
16
|
+
</p>
|
|
17
|
+
</div>
|
|
18
|
+
</div>
|
|
19
|
+
{% endfor %}
|
|
20
|
+
|
|
21
|
+
<div class="list-group-teaser list-group-item list-group-teaser-container teaser-img-right">
|
|
22
|
+
<div class="list-group-teaser-thumbnail">
|
|
23
|
+
<a href="#" class="link-trapeze-horizontal">
|
|
24
|
+
{% include '@atoms/picture/picture-news-thumb.twig' %}
|
|
25
|
+
</a>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="list-group-teaser-content">
|
|
28
|
+
<h3 class="h5"><a href="#">Physics: new e-books for the AIAA Education Series</a></h3>
|
|
29
|
+
<p class="teaser-url text-small text-muted mb-2">https://www.epfl.ch/research/facilities/biological-electron-microscopy/</p>
|
|
30
|
+
<p>
|
|
31
|
+
<time datetime="2018-03-26"><span class="sr-only">Published:</span>26.03.2018</time>
|
|
32
|
+
<span class="text-muted">— Lorem ipsum dolor sit amet, consectetur adipiscing elit. Si enim ad populum me vocas, eum. Quid enim me prohiberet
|
|
33
|
+
Epicureum esse, si probarem, quae ille diceret?</span>
|
|
34
|
+
</p>
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
<div class="list-group-teaser list-group-item list-group-teaser-container">
|
|
39
|
+
<div class="list-group-teaser-content">
|
|
40
|
+
<h3 class="h5"><a href="#">Physics: new e-books for the AIAA Education Series</a></h3>
|
|
41
|
+
<p class="teaser-url text-small text-muted mb-2">https://www.epfl.ch/research/facilities/biological-electron-microscopy/</p>
|
|
42
|
+
<p>
|
|
43
|
+
<time datetime="2018-03-26"><span class="sr-only">Published:</span>26.03.2018</time>
|
|
44
|
+
<span class="text-muted">— Lorem ipsum dolor sit amet, consectetur adipiscing elit. Si enim ad populum me vocas, eum. Quid enim me prohiberet
|
|
45
|
+
Epicureum esse, si probarem, quae ille diceret?</span>
|
|
46
|
+
</p>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
|
|
50
|
+
{# {% if bottomlink %} #}
|
|
51
|
+
<a href="#" class="list-group-teaser-more">
|
|
52
|
+
Afficher plus d'actualités
|
|
53
|
+
</a>
|
|
54
|
+
{# {% endif %} #}
|
|
55
|
+
</div>
|