Skip to content

Commit

Permalink
Merge pull request #81 from turingschool/add_documents
Browse files Browse the repository at this point in the history
Add documents page
  • Loading branch information
s-espinosa authored Apr 21, 2021
2 parents 4317850 + 9c7c0f2 commit 6e83862
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gem 'kramdown', '2.3.0'
gem 'rouge', '3.3.0'
gem 'octopress', '3.0.11'
gem 'jemoji'
gem 'kramdown-parser-gfm'

group :jekyll_plugins do
gem 'jekyll-algolia', '1.4.7'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ GEM
json (2.3.1)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.3.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -120,6 +122,7 @@ DEPENDENCIES
jekyll-algolia (= 1.4.7)
jemoji
kramdown (= 2.3.0)
kramdown-parser-gfm
octopress (= 3.0.11)
rouge (= 3.3.0)

Expand Down
1 change: 1 addition & 0 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<li class="uppercase"><a href="/module2">Module 2</a></li>
<li class="uppercase"><a href="/module3">Module 3</a></li>
<li class="uppercase"><a href="https://mod4.turing.io">Module 4</a></li>
<li class="uppercase"><a href="/documents">Documents</a></li>
<li class="search-bar">
<label for="search">
<img class="search-icon" src="../../../../assets/icons/search.svg" alt="Search Icon" />
Expand Down
2 changes: 1 addition & 1 deletion _sass/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav {

.nav-links {
display: grid;
grid-template-columns: auto 100px 100px 100px 100px 100px 215px;
grid-template-columns: auto 100px 100px 100px 100px 100px 100px 215px;
grid-template-rows: 120px;
align-items: center;
justify-items: center;
Expand Down
Binary file added documents/catalog_10_2020.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions documents/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: page
title: Documents
---

## Program Documents

* [Turing School of Software Catalog Volume 10-2020](./catalog_10_2020.pdf)
* [Repeating a Module Guidelines](./repeat_guidelines_student_2020.pdf)
* [Leave of Absence Guidelines](./leave_of_absence_guidelines_2020.pdf)
* [Turing Laptop Policy](./laptop_policy.pdf)
Binary file added documents/laptop_policy.pdf
Binary file not shown.
Binary file added documents/leave_of_absence_guidelines_2020.pdf
Binary file not shown.
Binary file added documents/repeat_guidelines_student_2020.pdf
Binary file not shown.

0 comments on commit 6e83862

Please sign in to comment.