From ee128ba79b14be2b6e23a5e0bd285c79a16f38ae Mon Sep 17 00:00:00 2001 From: Justin Tan How Yuan Date: Mon, 10 May 2021 09:55:50 +0100 Subject: [PATCH] Add cs139 layout and fixed some stuff --- _layouts/CS130.html | 2 +- _layouts/CS139.html | 5 +++++ cs139/Lang1.md | 2 +- cs139/Lang2.md | 2 +- cs139/index.md | 16 ++++++++-------- 5 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 _layouts/CS139.html diff --git a/_layouts/CS130.html b/_layouts/CS130.html index ec182431..1c36d272 100644 --- a/_layouts/CS130.html +++ b/_layouts/CS130.html @@ -4,7 +4,7 @@ {%- if page.part == false -%} 🏡CS130 Home - {%- for page in site.cs118 -%} + {%- for page in site.cs130 -%} {%- if page.part == true -%}

{{ page.content | markdownify }}


{%- if page.nextt != null -%} diff --git a/_layouts/CS139.html b/_layouts/CS139.html new file mode 100644 index 00000000..dd8d1b4b --- /dev/null +++ b/_layouts/CS139.html @@ -0,0 +1,5 @@ +--- +layout: notes +--- + +{{ content }} \ No newline at end of file diff --git a/cs139/Lang1.md b/cs139/Lang1.md index d08ef710..ffeda5b0 100644 --- a/cs139/Lang1.md +++ b/cs139/Lang1.md @@ -1,5 +1,5 @@ --- -layout: CS132 +layout: CS139 title: HTML math: true part: true diff --git a/cs139/Lang2.md b/cs139/Lang2.md index 5a85c870..f5650385 100644 --- a/cs139/Lang2.md +++ b/cs139/Lang2.md @@ -1,5 +1,5 @@ --- -layout: CS132 +layout: CS139 title: CSS math: true part: true diff --git a/cs139/index.md b/cs139/index.md index 8f76fbf1..0687609c 100755 --- a/cs139/index.md +++ b/cs139/index.md @@ -8,16 +8,16 @@ There are 5 pages for languages: -1. [] [HTML](Lang1.md) -2. [] [CSS](Lang2.md) -3. [] [PHP](Lang3.md) -4. [] [JavaScript](Lang4.md) -4. [] [SQL](Lang5.md) +1. [ ] [HTML](Lang1.html) +2. [ ] [CSS](Lang2.html) +3. [ ] [PHP](Lang3.html) +4. [ ] [JavaScript](Lang4.html) +4. [ ] [SQL](Lang5.html) There are N pages for theory -1. [] [History of the Internet](Theory1.md) -2. [] [Web Servers](Theory2.md) -3. [] [GET and POST](Theory2.md) +1. [ ] [History of the Internet](Theory1.html) +2. [ ] [Web Servers](Theory2.html) +3. [ ] [GET and POST](Theory2.html) 4. 5.