got different project sections
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
template = "index.html"
|
||||
title = "CJ Satnarine"
|
||||
+++
|
||||
<center><p><span id="vaxandi_forritari"> vaxandi forritari </span> | <span id="aspiring_graphics_programmer"> aspiring graphics programmer </span> | <span id="amateur_linguist"> amateur linguist </span> | <span id="wannabe_game_developer"> wannabe game developer </span> | <span id="exploring_animator"> exploring animator </span> | <span id="music_enjoyer"> music enjoyer </span></p></center>
|
||||
<center><p><span id="vaxandi_forritari"> vaxandi forritari </span> | <span id="aspiring_graphics_programmer"> aspiring graphics programmer </span> | <span id="amateur_linguist"> amateur linguist </span> | <span id="wannabe_game_developer"> wannabe game developer </span> | <span id="junior_animator"> exploring animator </span> | <span id="music_enjoyer"> music enjoyer </span></p></center>
|
||||
|
||||
|
||||
## Check out my stuff on:
|
||||
|
5
blog/content/projects/amateur_linguist/_index.md
Normal file
5
blog/content/projects/amateur_linguist/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
template = "projects.html"
|
||||
title = "Vaxandi Forritari"
|
||||
+++
|
||||
I speak languages.
|
7
blog/content/projects/amateur_linguist/testing/index.md
Normal file
7
blog/content/projects/amateur_linguist/testing/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
template = "projects-page.html"
|
||||
title = "testing"
|
||||
+++
|
||||
# mgoooo
|
||||
|
||||
**boo**
|
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
template = "projects.html"
|
||||
title = "Aspiring Graphics Programmer"
|
||||
+++
|
||||
I think graphics are cool.
|
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
template = "projects-page.html"
|
||||
title = "testing"
|
||||
+++
|
||||
# mgoooo
|
||||
|
||||
**boo**
|
5
blog/content/projects/junior_animator/_index.md
Normal file
5
blog/content/projects/junior_animator/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
template = "projects.html"
|
||||
title = "Junior Animator"
|
||||
+++
|
||||
I sometimes animate.
|
7
blog/content/projects/junior_animator/testing/index.md
Normal file
7
blog/content/projects/junior_animator/testing/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
template = "projects-page.html"
|
||||
title = "testing"
|
||||
+++
|
||||
# mgoooo
|
||||
|
||||
**boo**
|
5
blog/content/projects/music_enjoyer/_index.md
Normal file
5
blog/content/projects/music_enjoyer/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
template = "projects.html"
|
||||
title = "Music Enjoyer"
|
||||
+++
|
||||
I like music.
|
7
blog/content/projects/music_enjoyer/testing/index.md
Normal file
7
blog/content/projects/music_enjoyer/testing/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
template = "projects-page.html"
|
||||
title = "testing"
|
||||
+++
|
||||
# mgoooo
|
||||
|
||||
**boo**
|
5
blog/content/projects/wannabe_game_developer/_index.md
Normal file
5
blog/content/projects/wannabe_game_developer/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
template = "projects.html"
|
||||
title = "Wannabe Game Developer"
|
||||
+++
|
||||
Game dev.
|
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
template = "projects-page.html"
|
||||
title = "testing"
|
||||
+++
|
||||
# mgoooo
|
||||
|
||||
**boo**
|
@@ -1,5 +1,3 @@
|
||||
// This is inspired by the husqy theme on monkeytype.com (https://github.com/monkeytypegame/monkeytype/blob/master/frontend/static/themes/husqy.css).
|
||||
|
||||
// Colours.
|
||||
$white: #FFFFFF;
|
||||
$black: #000000;
|
||||
|
@@ -56,7 +56,7 @@ h6 {
|
||||
color: colours.$h4;
|
||||
}
|
||||
|
||||
#exploring_animator {
|
||||
#junior_animator {
|
||||
color: colours.$h5;
|
||||
}
|
||||
|
||||
|
@@ -7,7 +7,16 @@
|
||||
|
||||
{{ section.content | safe }}
|
||||
|
||||
<a href="{{ get_url(path='@/projects/vaxandi_forritari/_index.md') }}">vaxandi forritari</a>
|
||||
<ul>
|
||||
<li><a id="vaxandi_forritari" href="{{ get_url(path='@/projects/vaxandi_forritari/_index.md') }}">vaxandi forritari</a></li>
|
||||
<li><a id="aspiring_graphics_programmer" href="{{ get_url(path='@/projects/aspiring_graphics_programmer/_index.md') }}">aspiring graphics programmer</a></li>
|
||||
<li><a id="amateur_linguist" href="{{ get_url(path='@/projects/amateur_linguist/_index.md') }}">amateur linguist</a></li>
|
||||
<li><a id="wannabe_game_developer" href="{{ get_url(path='@/projects/wannabe_game_developer/_index.md') }}">wannabe game developer</a></li>
|
||||
<li><a id="junior_animator" href="{{ get_url(path='@/projects/junior_animator/_index.md') }}">junior animator</a></li>
|
||||
<li><a id="music_enjoyer" href="{{ get_url(path='@/projects/music_enjoyer/_index.md') }}">music enjoyer</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
{% for page in section.pages %}
|
||||
<li><a id="blog_colour" href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
|
||||
|
Reference in New Issue
Block a user