Skip to content

Commit

Permalink
Add cs139 layout and fixed some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Justanhy committed May 10, 2021
1 parent 5ad13cd commit ee128ba
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _layouts/CS130.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{%- if page.part == false -%}
<a href="../../cs130/index.html">🏡CS130 Home</a>
{%- for page in site.cs118 -%}
{%- for page in site.cs130 -%}
{%- if page.part == true -%}
<p>{{ page.content | markdownify }}</p><br>
{%- if page.nextt != null -%}
Expand Down
5 changes: 5 additions & 0 deletions _layouts/CS139.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: notes
---

{{ content }}
2 changes: 1 addition & 1 deletion cs139/Lang1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: CS132
layout: CS139
title: HTML
math: true
part: true
Expand Down
2 changes: 1 addition & 1 deletion cs139/Lang2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: CS132
layout: CS139
title: CSS
math: true
part: true
Expand Down
16 changes: 8 additions & 8 deletions cs139/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ee128ba

Please sign in to comment.