diff --git a/_shared/styles/web-fundamentals.css b/_shared/styles/web-fundamentals.css index 56a30a4..e3bdaa6 100644 --- a/_shared/styles/web-fundamentals.css +++ b/_shared/styles/web-fundamentals.css @@ -1,3 +1,7 @@ +.shower { + --accent: #3a2d72; +} + /* Title and title slide */ body { padding-top: 30px !important; @@ -55,6 +59,52 @@ body { line-height: 1.5; } +/* Navigation sidebar */ + +.shower.full nav { + display: none; +} + +nav { + font-size: 80%; + line-height: 1.66; + + position: fixed; + z-index: 10; + right: 0; + top: 50%; + transform: translate(0, -50%); + transition: .5s transform; + + padding: 1em; + + color: white; + background: var(--accent); + + cursor: pointer; +} + +nav:not(:hover) { + transform: translate(calc(100% - 1.8em), -50%); + transition: .5s .5s transform; +} + +nav h2 { + letter-spacing: .1em; + font-weight: bold; + margin-bottom: .33em; +} + +nav ol { + counter-reset: topic; + + margin-left: 1em; +} +nav ol li:before { + counter-increment: topic; + content: counter(topic) '. '; */ +} + /* General */ .slide h3 { margin-bottom: 0; diff --git a/architecture/index.html b/architecture/index.html index 8b4a0ff..28cf262 100644 --- a/architecture/index.html +++ b/architecture/index.html @@ -24,6 +24,17 @@

+ +

Web Fundamentals
diff --git a/birds-eye-view/index.html b/birds-eye-view/index.html index 104b7b4..77ecff2 100644 --- a/birds-eye-view/index.html +++ b/birds-eye-view/index.html @@ -24,6 +24,17 @@

+ +

Web Fundamentals
diff --git a/index.html b/index.html index a2c9195..3fdbf6c 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,17 @@

+ +

Web Fundamentals
diff --git a/linked-data-publishing/index.html b/linked-data-publishing/index.html index 2424bd7..87f6cfe 100644 --- a/linked-data-publishing/index.html +++ b/linked-data-publishing/index.html @@ -23,6 +23,17 @@

+ +

Web Fundamentals
diff --git a/semantic-web/index.html b/semantic-web/index.html index 2a6d689..e023279 100644 --- a/semantic-web/index.html +++ b/semantic-web/index.html @@ -24,6 +24,17 @@

+ +

Web Fundamentals
diff --git a/web-apis/index.html b/web-apis/index.html index 5e07036..b971836 100644 --- a/web-apis/index.html +++ b/web-apis/index.html @@ -24,6 +24,17 @@

+ +