diff --git a/_config.yml b/_config.yml index e9e21246e..7e2821cc6 100644 --- a/_config.yml +++ b/_config.yml @@ -17,6 +17,7 @@ exclude: [ 'README.md', 'LICENSE', 'CNAME', + 'archive', 'lessons/module-1/archive', 'lessons/module-2/archive', 'lessons/module-3/archive', diff --git a/_sass/base.scss b/_sass/base.scss index 127d002ce..df957be6c 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -20,10 +20,6 @@ p { text-transform: uppercase; } -blockquote p { - font-size: 1em; -} - li { line-height: 2em; } @@ -67,7 +63,7 @@ blockquote { border-left: 5px solid lighten($medium-gray, 20); p { font-family: Georgia, serif; - font-size: 2em; + font-size: 1.25em; margin-bottom: 0.5em; } footer { @@ -117,11 +113,6 @@ header { & > h1 { font-weight: 400; line-height: 1.2em; - - & > small { - display: block; - font-weight: 300; - } } } @@ -131,10 +122,9 @@ header { display: none; } - - iframe { height: 400px; + @media (max-width: $phone-width) { width: 250px; } diff --git a/_sass/buttons.scss b/_sass/buttons.scss index ac3dfaf69..09babcb57 100644 --- a/_sass/buttons.scss +++ b/_sass/buttons.scss @@ -1,4 +1,4 @@ -.btn { +%button-shared { font-family: $bold-copy; font-size: 0.9em; border: none; @@ -14,6 +14,7 @@ } .btn-dark { + @extend %button-shared; background-color: $dark-gray; color: $light-gray; @@ -28,6 +29,7 @@ } .btn-light { + @extend %button-shared; background-color: $light-gray; color: $dark-gray; } diff --git a/_sass/cards.scss b/_sass/cards.scss deleted file mode 100644 index 3ef0521fa..000000000 --- a/_sass/cards.scss +++ /dev/null @@ -1,63 +0,0 @@ -.card-container { - padding: 0; -} - -.card { - display: inline-block; - background-color: #F9F9F9; - border: none; - border-radius: 2px; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); - width: 180px; - list-style: none; - padding: 20px 15px; - margin: 15px; - vertical-align: text-top; - text-align: center; - - &:hover { - box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); - } - - h3 { - font-size: 1.25em; - color: #5F7D99; - margin: 15px auto; - } -} - -.card-icon { - display: block; - margin: 15px auto; - width: 4em; - height: 4em; - stroke-width: 0; - stroke: #999; - fill: #999; -} - -@media (max-width: $tablet-width) { - .card { - display: table; - text-align: left; - width: 250px; - padding: 5px; - margin-left: 0; - - h3 { - font-size: 1em; - display: table-cell; - vertical-align: middle; - width: 175px; - } - } - - .card-icon { - display: table-cell; - vertical-align: middle; - width: 2.5em; - height: 2.5em; - margin: 10px; - } - -} \ No newline at end of file diff --git a/_sass/code-samples.scss b/_sass/code-samples.scss index c259cf277..61d7dbf24 100644 --- a/_sass/code-samples.scss +++ b/_sass/code-samples.scss @@ -4,17 +4,6 @@ pre { overflow-x: scroll; } -.try-it { - background-color: lighten($turing-primary, 50); - border: 1px solid $turing-primary; - padding: 1em; - pre { - border: 1px solid black; - background-color: rgb(50, 50, 50); - color: white; - } -} - .highlighter-rouge { max-width: 100%; pre { diff --git a/_sass/content.scss b/_sass/content.scss index 9692ecdba..541606e1d 100644 --- a/_sass/content.scss +++ b/_sass/content.scss @@ -56,7 +56,6 @@ border: none; } - .mod-description { color: #666; font-size: 0.9em; diff --git a/_sass/outlines.scss b/_sass/outlines.scss deleted file mode 100644 index 4bebf29bb..000000000 --- a/_sass/outlines.scss +++ /dev/null @@ -1,32 +0,0 @@ -/* Daily Outlines */ - -.outlines { - display: flex; - flex-wrap: wrap; - - a { - border-bottom: none; - background-color: lighten($light-gray, 10); - border: 1px solid $light-gray; - margin-right: 1em; - margin-bottom: 1em; - padding: 1em; - - &:hover { - background-color: $light-gray; - border-color: $medium-gray; - } - } -} - -.outlines ul { - padding-left: 0; -} - -.outline { - display: block; - - list-style: none; - margin-left: 0; - margin-bottom: 0; -} diff --git a/_sass/print.scss b/_sass/print.scss index 76f7691e6..76e9ac379 100644 --- a/_sass/print.scss +++ b/_sass/print.scss @@ -1,5 +1,5 @@ @media print { - .sidebar { + .nav { display: none; } } \ No newline at end of file diff --git a/books/index.html b/archive/books/index.html similarity index 100% rename from books/index.html rename to archive/books/index.html diff --git a/calendars/index.html b/archive/calendars/index.html similarity index 100% rename from calendars/index.html rename to archive/calendars/index.html diff --git a/today/index-previous-inning.html b/archive/index-previous-inning.html similarity index 99% rename from today/index-previous-inning.html rename to archive/index-previous-inning.html index 5091ae3c1..612d5e912 100644 --- a/today/index-previous-inning.html +++ b/archive/index-previous-inning.html @@ -1,4 +1,4 @@ - --- +--- title: Daily Outlines Last Inning --- diff --git a/portal/index.html b/archive/portal/index.html similarity index 100% rename from portal/index.html rename to archive/portal/index.html diff --git a/portal/lesson-notes/data-structures/bitwise.md b/archive/portal/lesson-notes/data-structures/bitwise.md similarity index 100% rename from portal/lesson-notes/data-structures/bitwise.md rename to archive/portal/lesson-notes/data-structures/bitwise.md diff --git a/portal/lesson-notes/data-structures/bst.md b/archive/portal/lesson-notes/data-structures/bst.md similarity index 100% rename from portal/lesson-notes/data-structures/bst.md rename to archive/portal/lesson-notes/data-structures/bst.md diff --git a/portal/lesson-notes/data-structures/huffman.md b/archive/portal/lesson-notes/data-structures/huffman.md similarity index 100% rename from portal/lesson-notes/data-structures/huffman.md rename to archive/portal/lesson-notes/data-structures/huffman.md diff --git a/portal/lesson-notes/data-structures/index.html b/archive/portal/lesson-notes/data-structures/index.html similarity index 100% rename from portal/lesson-notes/data-structures/index.html rename to archive/portal/lesson-notes/data-structures/index.html diff --git a/portal/lesson-notes/data-structures/killing-time.md b/archive/portal/lesson-notes/data-structures/killing-time.md similarity index 100% rename from portal/lesson-notes/data-structures/killing-time.md rename to archive/portal/lesson-notes/data-structures/killing-time.md diff --git a/portal/lesson-notes/data-structures/linkedlist.md b/archive/portal/lesson-notes/data-structures/linkedlist.md similarity index 100% rename from portal/lesson-notes/data-structures/linkedlist.md rename to archive/portal/lesson-notes/data-structures/linkedlist.md diff --git a/portal/lesson-notes/index.html b/archive/portal/lesson-notes/index.html similarity index 100% rename from portal/lesson-notes/index.html rename to archive/portal/lesson-notes/index.html diff --git a/portal/lesson-notes/module-2/intro-to-react.md b/archive/portal/lesson-notes/module-2/intro-to-react.md similarity index 100% rename from portal/lesson-notes/module-2/intro-to-react.md rename to archive/portal/lesson-notes/module-2/intro-to-react.md diff --git a/portal/lesson-notes/module-2/intro-to-sass.md b/archive/portal/lesson-notes/module-2/intro-to-sass.md similarity index 100% rename from portal/lesson-notes/module-2/intro-to-sass.md rename to archive/portal/lesson-notes/module-2/intro-to-sass.md diff --git a/portal/lesson-notes/module-2/refactor-shoot-breeze.md b/archive/portal/lesson-notes/module-2/refactor-shoot-breeze.md similarity index 100% rename from portal/lesson-notes/module-2/refactor-shoot-breeze.md rename to archive/portal/lesson-notes/module-2/refactor-shoot-breeze.md diff --git a/portal/lesson-notes/module-2/wai-aria-notes.md b/archive/portal/lesson-notes/module-2/wai-aria-notes.md similarity index 100% rename from portal/lesson-notes/module-2/wai-aria-notes.md rename to archive/portal/lesson-notes/module-2/wai-aria-notes.md diff --git a/portal/lesson-notes/module-3/es6-destructuring-solutions.md b/archive/portal/lesson-notes/module-3/es6-destructuring-solutions.md similarity index 100% rename from portal/lesson-notes/module-3/es6-destructuring-solutions.md rename to archive/portal/lesson-notes/module-3/es6-destructuring-solutions.md diff --git a/portal/project-notes/index.html b/archive/portal/project-notes/index.html similarity index 100% rename from portal/project-notes/index.html rename to archive/portal/project-notes/index.html diff --git a/portal/project-notes/module-3/personal-project-checkin-template.md b/archive/portal/project-notes/module-3/personal-project-checkin-template.md similarity index 100% rename from portal/project-notes/module-3/personal-project-checkin-template.md rename to archive/portal/project-notes/module-3/personal-project-checkin-template.md diff --git a/portal/project-notes/module-3/remember-issues.md b/archive/portal/project-notes/module-3/remember-issues.md similarity index 100% rename from portal/project-notes/module-3/remember-issues.md rename to archive/portal/project-notes/module-3/remember-issues.md diff --git a/portal/project-notes/readme-template.md b/archive/portal/project-notes/readme-template.md similarity index 100% rename from portal/project-notes/readme-template.md rename to archive/portal/project-notes/readme-template.md diff --git a/portal/random-notes/index.html b/archive/portal/random-notes/index.html similarity index 100% rename from portal/random-notes/index.html rename to archive/portal/random-notes/index.html diff --git a/portal/random-notes/mentor-feedback-angular.md b/archive/portal/random-notes/mentor-feedback-angular.md similarity index 100% rename from portal/random-notes/mentor-feedback-angular.md rename to archive/portal/random-notes/mentor-feedback-angular.md diff --git a/challenges/find_denver.md b/projects/archive/find_denver.md similarity index 100% rename from challenges/find_denver.md rename to projects/archive/find_denver.md diff --git a/stylesheets/styles.scss b/stylesheets/styles.scss index fbc3636f0..4114491ef 100644 --- a/stylesheets/styles.scss +++ b/stylesheets/styles.scss @@ -10,11 +10,9 @@ @import 'home-page'; @import 'content'; @import 'code-samples'; -@import 'outlines'; @import 'table'; @import 'expander'; @import 'search'; @import 'print'; -@import 'cards'; @import 'buttons'; @import '404'; \ No newline at end of file