diff --git a/public b/public index 0e4ee68..1a87426 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit 0e4ee682bba326315adb130446c11f8c7dfe118b +Subproject commit 1a87426e8ceb7ab8af1009ee87e7f4ea35e03439 diff --git a/views/layout.pug b/views/layout.pug index 5cc81cb..d8a98b1 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -24,7 +24,7 @@ html .header__upper-wrapper .header__upper.layout-centered .header__upper-first - a(href=`/about${queryString}`).header__title + a#about-this-modal-trigger(href='#').header__title svg.course__overview-icon use(xlink:href='/icons/icons.svg#info') span What is this example app? @@ -111,4 +111,21 @@ html a(href='https://twitter.com/contentful' target='_blank' rel='noopener') svg use(xlink:href='/icons/icons.svg#twitter') + section.modal#about-this-modal + .modal__overlay.close + .modal__wrapper + h1.modal__title A referenceable example for developers using Contentful + .modal__content + p This is The Example App, an application built to serve you as a reference while building your own applications using Contentful. This app is an online learning platform which teaches you how Contentful was used to build this app (so meta)! + p + | If you prefer to start by getting your hands dirty with code, check out this app on  + a(href='https://images.contentful.com/82t39nctsu20/1JOkYZnY8YG0w88ImweME2/c8aef71dfe1ea633e16e17d99379416c/Github-repo_2x__1_.png' target='_blank' rel='noopener') Github + | . + .modal__cta-wrapper + a(href='#').modal__cta.close Ok, got it. + .modal__close-wrapper + a(href='#').modal__close-button.close + svg + use(xlink:href='/icons/icons.svg#cross') + script(src='/scripts/index.js')