Skip to content

Commit

Permalink
refactor(pathway): Specific layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Basil authored Nov 25, 2023
1 parent 8ec7d9d commit db53c81
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 0 deletions.
46 changes: 46 additions & 0 deletions _layouts/pathway.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!doctype html>
<html lang="{{ site.lang | default: " en-US" }}">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

{% seo %}
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<script src="./assets/js/jquery-1.12.4.min.js"></script
<script src="{{ '/assets/js/respond.js' | relative_url }}"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
{% include head-custom.html %}
</head>

<body>
<div id="header">
</div>

<div class="wrapper">
<section>
<div id="title">
<h1>{{ page.title }}</h1>
<p>{{ page.description }}</p>
<hr>
</div>

{{ content }}

<i>
<h4>
Return
<ul>
<li>πŸ₯‹ <a href="./">Pathway</a></li>
<li>🌐 <a href="../">Center</a></li>
</ul>

</h4>
</i>

</section>
</div>

</body>

</html>
1 change: 1 addition & 0 deletions pathway/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: pathway
title: pathway
description: πŸ₯‹β˜―️⚑
---
Expand Down
3 changes: 3 additions & 0 deletions pathway/kyu-7.5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: pathway
title: 7.5 kyu
description: πŸ₯‹πŸŸ 1
---
Expand Down Expand Up @@ -102,3 +103,5 @@ COMING SOON
Highlights:

* [November 2023 - Jack and Dad](https://youtu.be/_h4NeN6mOzk)

[πŸŒΏπŸŒ€πŸŽ¨](https://link.basil.one)
3 changes: 3 additions & 0 deletions pathway/kyu-7.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: pathway
title: 7th kyu
description: πŸ₯‹πŸŸ 2
---
Expand Down Expand Up @@ -40,3 +41,5 @@ Katatekosatori Sankyo
Munetsuki Kotegaeshi

* COMING SOON

[πŸŒΏπŸŒ€πŸŽ¨](https://link.basil.one)
3 changes: 3 additions & 0 deletions pathway/kyu-8.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: pathway
title: 8th kyu
description: πŸ₯‹πŸŸ 0
---
Expand Down Expand Up @@ -124,3 +125,5 @@ Highlights:

* [March 2023 - Jack and Dad](https://www.youtube.com/watch?v=VvirYiT8etI)
* [November 2023 - Lila](https://youtu.be/_h4NeN6mOzk)

[πŸŒΏπŸŒ€πŸŽ¨](https://link.basil.one)
3 changes: 3 additions & 0 deletions pathway/unranked.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: pathway
title: unranked
description: πŸ₯‹βšͺ🌱
---
Expand All @@ -12,3 +13,5 @@ description: πŸ₯‹βšͺ🌱
![...](./unranked-community-2023.03.jpg)

* March 2023

[πŸŒΏπŸŒ€πŸŽ¨](https://link.basil.one)

0 comments on commit db53c81

Please sign in to comment.