Skip to content

Commit ab55e43

Browse files
committed
webpage: added urls to navbar + page updates
New yume-nikki webpage, renamed 'dream game' to 'frozen soul', fixed some dreamsphere wiki links
1 parent 59ee634 commit ab55e43

File tree

8 files changed

+224
-33
lines changed

8 files changed

+224
-33
lines changed

_template.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html>
2+
3+
<html>
4+
<head>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title><!--PAGE TITLE--> - Webpage</title>
7+
<!-- <meta property="og:title" content="PAGE_TITLE - Webpage">
8+
<meta property="og:type" content="website">
9+
<meta property="og:image" content="https://mariochao.github.io/dream-game/src/assets/images/frozen-soul-logo.png">
10+
<meta property="og:url" content="https://mariochao.github.io/dream-game/">
11+
<meta property="og:description" content="A website about Dream Game & other related experiences!"> -->
12+
<link rel="stylesheet" href="https://mariochao.github.io/src/style-no-hover.css">
13+
<link rel="stylesheet" href="../src/assets/styles/navigation-bar.css">
14+
<link rel="icon" href="./src/assets/pies/cherry.png">
15+
<!-- <script type="module" src="PATH_TO_SCRIPT"></script> -->
16+
</head>
17+
<body class="navbar-body" style="font-family: 'PT Serif'; background-color: lightgoldenrodyellow;">
18+
<!-- Navigation bar -->
19+
<div class="navbar" style="text-align: center; background-color: #FEEAAA;">
20+
<h1>
21+
<a href="../"><!--PREVIOUS PAGE TITLE-->AAAAA</a>
22+
/ <!--PAGE TITLE--> Webpage
23+
</h1>
24+
</div>
25+
<!-- SECTION -->
26+
<div>
27+
<h2 style="text-align: center;"><!--SECTION TITLE-->AAAAA</h2>
28+
<div style="background-color: wheat;">
29+
<!-- FLEX CONTAINER -->
30+
<div class="flex-container">
31+
<!-- FLEX ITEM -->
32+
<div>
33+
<h3 id="SOME-ID" style="text-align: center;"><!--FLEX ITEM TITLE-->AAAAA</h3>
34+
<p style="text-align: center;">
35+
<!--FLEX ITEM TEXT-->AAAAA
36+
</p>
37+
</div>
38+
</div>
39+
</div>
40+
</div>
41+
</body>
42+
</html>

dimensions/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
<body class="navbar-body" style="font-family: 'PT Serif'; background-color: lightcyan;">
1313
<!-- Navigation bar -->
1414
<div class="navbar" style="text-align: center; background-color: lightskyblue;">
15-
<h1>Dimensions Webpage</h1>
15+
<h1>
16+
<a href="../">Frozen Soul</a>
17+
/ Dimensions Webpage
18+
</h1>
1619
</div>
1720
<!-- Digit of the Soul -->
1821
<div>

index.html

Lines changed: 84 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<head>
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="description" content="A website about Dream Game & other related experiences!">
7-
<title>Dream Game - Webpage</title>
7+
<title>Frozen Soul [DG] - Webpage</title>
88
<meta property="og:title" content="Dream Game - Webpage">
99
<meta property="og:type" content="website">
10-
<meta property="og:image" content="https://mariochao.github.io/dream-game/src/assets/images/a-shudras-task.png">
10+
<meta property="og:image" content="https://mariochao.github.io/dream-game/src/assets/images/frozen-soul-logo.png">
1111
<meta property="og:url" content="https://mariochao.github.io/dream-game/">
1212
<meta property="og:description" content="A website about Dream Game & other related experiences!">
1313
<link rel="stylesheet" href="https://mariochao.github.io/src/style-no-hover.css">
@@ -18,11 +18,43 @@
1818
<body class="navbar-body" style="font-family: 'PT Serif'; background-color: lightgoldenrodyellow;">
1919
<!-- Navigation bar -->
2020
<div class="navbar" style="text-align: center; background-color: #FEEAAA;">
21-
<h1>Dream Game Webpage</h1>
21+
<h1>Frozen Soul [DG] Webpage</h1>
2222
</div>
23-
<!-- Locations -->
23+
<!-- General -->
2424
<div>
25-
<h2 style="text-align: center;">Locations</h2>
25+
<h2 style="text-align: center;">General</h2>
26+
<div style="background-color: wheat;">
27+
<!-- General -->
28+
<div class="flex-container">
29+
<!-- Dream Game -->
30+
<div>
31+
<h3 style="text-align: center;">Frozen Soul</h3>
32+
<p style="text-align: center;">
33+
An exploration adventure game.<br>
34+
Previously known as <strong>Dream Game</strong>.
35+
</p>
36+
<img src="./src/assets/images/frozen-soul-logo.png" width="400" height="auto" style="max-width: 100%;">
37+
<table style="margin: 0 auto; text-align: center;">
38+
<tr>
39+
<th style="width: 150px;">Article / Wiki</th>
40+
<th style="width: 150px;">Play the game</th>
41+
</tr>
42+
<tr>
43+
<td>
44+
<a href="https://dreamsphere.miraheze.org/wiki/Main_Page">Miraheze</a>
45+
</td>
46+
<td>
47+
<a href="https://www.roblox.com/games/5475056496/Frozen-Soul-DG">Roblox</a>
48+
</td>
49+
</tr>
50+
</table>
51+
</div>
52+
</div>
53+
</div>
54+
</div>
55+
<!-- Lore -->
56+
<div>
57+
<h2 style="text-align: center;">Lore</h2>
2658
<div style="background-color: wheat;">
2759
<div style="text-align: center;">
2860
<p>
@@ -41,7 +73,7 @@ <h3 style="text-align: center;">Waking World</h3>
4173
</p>
4274
<p>
4375
Areas include Simziel archipelago and
44-
<a href="https://dreamsphere.miraheze.org/wiki/Windy_Island">Windy Island</a>.
76+
<a href="https://dreamsphere.miraheze.org/wiki/DG:Windy_Island">Windy Island</a>.
4577
</p>
4678
</div>
4779
<!-- Dreamsphere -->
@@ -51,9 +83,9 @@ <h3 style="text-align: center;">Dreamsphere</h3>
5183
A more unknown section of the world,<br>
5284
it contains many mysteries and esoteric treasures.
5385
</p>
54-
<p>
86+
<p style="text-align: center;">
5587
See
56-
<a href="https://dreamsphere.miraheze.org/wiki/Lore">Dreamsphere wiki</a>
88+
<a href="https://dreamsphere.miraheze.org/wiki/Lore">Lore on wiki</a>
5789
for more details.
5890
</p>
5991
</div>
@@ -68,21 +100,30 @@ <h2 style="text-align: center;">Pie Hiking</h2>
68100
<div class="flex-container">
69101
<!-- Pie hiking in dream game -->
70102
<div>
71-
<h3 style="text-align: center;">In Dream Game</h3>
103+
<h3 style="text-align: center;">In Frozen Soul</h3>
72104
<div>
73-
<p>
74-
Many places are difficult to reach without pie hiking.
75-
</p>
76-
<ul>
77-
<li>Pumpkin gate (Vulcanic Heights)</li>
78-
<li>The Guardian (Ten-Mou)</li>
79-
<li>Above the square cage (Fissure Outpost #18)</li>
80-
</ul>
81-
<p>
82-
There are even badges designed specifically for pie hiking!
83-
</p>
105+
<p>Many places are difficult to reach without pie hiking.</p>
106+
<table style="text-align: center; margin: 0 auto;">
107+
<tr>
108+
<th>Area</th>
109+
<th>Dream</th>
110+
</tr>
111+
<tr>
112+
<td>Pumpkin gate</td>
113+
<td><a href="https://dreamsphere.miraheze.org/wiki/DG:Vulcanic_Heights">Vulcanic Heights</a></td>
114+
</tr>
115+
<tr>
116+
<td>The Guardian</td>
117+
<td><a href="https://dreamsphere.miraheze.org/wiki/DG:Ten-Mou">Ten-Mou</a></td>
118+
</tr>
119+
<tr>
120+
<td>AR2 Depth Orb</td>
121+
<td><a href="https://dreamsphere.miraheze.org/wiki/DG:Debris">Debris</a></td>
122+
</tr>
123+
</table>
124+
<br>
84125
<details>
85-
<summary>Pie hiking badges:</summary>
126+
<summary>There are even badges designed for pie hiking!</summary>
86127
<table id="pie-hiker-badges"></table>
87128
</details>
88129
</div>
@@ -91,20 +132,39 @@ <h3 style="text-align: center;">In Dream Game</h3>
91132
<div>
92133
<h3 style="text-align: center;">I 🧡 to Pie Hike</h3>
93134
<div>
94-
<p>
135+
<p style="text-align: center;">
95136
Do you want to learn more about pie hiking?<br>
96-
Or are you looking for pie hiking challenges?<br>
137+
Or are you looking for pie hiking challenges?
138+
</p>
139+
<p style="text-align: center;">
97140
Check out the <a href="./pie-hiking/">Pie Hiking Webpage</a>!
98141
</p>
99142
<div style="text-align: center;">
100143
<a href="./pie-hiking/">
101-
<img src="./src/assets/pies/apple.png" width="176" height="176">
144+
<img src="./src/assets/pies/apple.png" width="88" height="88">
102145
</a>
103146
</div>
104147
</div>
105148
</div>
106149
</div>
107150
</div>
108151
</div>
152+
<!-- Extra -->
153+
<div>
154+
<h2 style="text-align: center;">Extra</h2>
155+
<div style="background-color: wheat;">
156+
<!-- Extra -->
157+
<div class="flex-container">
158+
<!-- Yume Nikki -->
159+
<div>
160+
<h3 style="text-align: center;">Yume Nikki</h3>
161+
<p style="text-align: center;">
162+
Yume Nikki is a big inspiration for Frozen Soul.<br>
163+
Check out the <a href="./yume-nikki/">Yume Nikki</a> webpage!
164+
</p>
165+
</div>
166+
</div>
167+
</div>
168+
</div>
109169
</body>
110170
</html>

pie-hiking/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
<body class="navbar-body" style="font-family: 'PT Serif'; background-color: lightgoldenrodyellow;">
2323
<!-- Navigation bar -->
2424
<div class="navbar" style="text-align: center; background-color: #FEEAAA;">
25-
<h1>Pie Hiking Webpage</h1>
25+
<h1>
26+
<a href="../">Frozen Soul</a>
27+
/ Pie Hiking Webpage
28+
</h1>
2629
</div>
2730
<!-- Introduction -->
2831
<div>
@@ -46,7 +49,7 @@ <h3 style="text-align: center;">About Pie Hiking</h3>
4649
<td>
4750
<p>
4851
The tool used for pie hiking is the Pie tool.<br>
49-
It is documented on the wiki <a href="https://dreamsphere.miraheze.org/wiki/Pie">here</a>.
52+
It is documented on the wiki <a href="https://dreamsphere.miraheze.org/wiki/DG:Pie">here</a>.
5053
</p>
5154
</td>
5255
</tr>
@@ -60,7 +63,7 @@ <h3 style="text-align: center;">Be a Pie Hiker</h3>
6063
</p>
6164
<p>
6265
Watching some
63-
<a href="https://dreamsphere.miraheze.org/wiki/Noden_Trials#tabber-tabpanel-Checkpoint_1-0">course guides</a>
66+
<a href="https://dreamsphere.miraheze.org/wiki/DG:Noden_Trials#tabber-Trial_1">course guides</a>
6467
may help with your training.<br>
6568
<a href="https://www.youtube.com/playlist?list=PLP_5-TIOOfr80booCKGYVGzkF4z_4-p68">Here</a>
6669
is a YouTube playlist created by many pie hikers.
250 KB
Loading
60.6 KB
Loading

yume-nikki/index.html

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<!DOCTYPE html>
2+
3+
<html>
4+
<head>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Yume Nikki - Webpage</title>
7+
<meta property="og:title" content="Yume Nikki - Webpage">
8+
<meta property="og:type" content="website">
9+
<meta property="og:image" content="https://mariochao.github.io/dream-game/src/assets/images/yume-nikki-logo.png">
10+
<meta property="og:url" content="https://mariochao.github.io/dream-game/yume-nikki/">
11+
<meta property="og:description" content="A webpage about Yume Nikki!">
12+
<link rel="stylesheet" href="https://mariochao.github.io/src/style-no-hover.css">
13+
<link rel="stylesheet" href="../src/assets/styles/navigation-bar.css">
14+
<link rel="icon" href="../src/assets/pies/rhubarb.png">
15+
</head>
16+
<body class="navbar-body" style="font-family: 'PT Serif'; background-color: lightgoldenrodyellow;">
17+
<!-- Navigation bar -->
18+
<div class="navbar" style="text-align: center; background-color: #FEEAAA;">
19+
<h1>
20+
<a href="../">Frozen Soul</a>
21+
/ Yume Nikki Webpage
22+
</h1>
23+
</div>
24+
<!-- General -->
25+
<div>
26+
<h2 style="text-align: center;">General</h2>
27+
<div style="background-color: wheat;">
28+
<!-- General -->
29+
<div class="flex-container">
30+
<!-- Yume Nikki -->
31+
<div>
32+
<h3 style="text-align: center;">Yume Nikki</h3>
33+
<p style="text-align: center;">
34+
A dream exploration game.
35+
</p>
36+
<img src="../src/assets/images/yume-nikki-logo.png" width="400" height="auto" style="max-width: 100%;">
37+
<table style="margin: 0 auto; text-align: center;">
38+
<tr>
39+
<th style="width: 150px;">Article / Wiki</th>
40+
<th style="width: 150px;">Play the game</th>
41+
</tr>
42+
<tr>
43+
<td>
44+
<a href="https://en.wikipedia.org/wiki/Yume_Nikki">Wikipedia</a><br>
45+
<a href="https://yumenikki.fandom.com/wiki/Yume_Nikki">Fandom</a><br>
46+
<a href="https://yume.wiki/Main_Page">YumeWiki</a>
47+
</td>
48+
<td>
49+
<a href="https://store.steampowered.com/app/650700/Yume_Nikki/">Steam</a><br>
50+
<a href="https://ynoproject.net/">YNOProject</a>
51+
</td>
52+
</tr>
53+
</table>
54+
</div>
55+
</div>
56+
</div>
57+
</div>
58+
<!-- Fangames -->
59+
<div>
60+
<h2 style="text-align: center;">Fangames (YNFGs)</h2>
61+
<div style="background-color: wheat;">
62+
<!-- Fangames -->
63+
<div class="flex-container">
64+
<!-- Roblox fangames -->
65+
<div>
66+
<h3 style="text-align: center;">Roblox Fangames / RYNFGs</h3>
67+
<p style="text-align: center;">
68+
There are <i>thousands</i> of YNFGs on <a href="https://roblox.com/">Roblox</a>.<br>
69+
Check out the <a href="./roblox-fangames/">Roblox Yume Nikki Fangames</a> webpage!<br>
70+
</p>
71+
<p style="text-align: center;">
72+
Many thanks to <a href="https://icebergcharts.com/i/Roblox_Yume_Nikki_Fangames">Amane's Iceberg</a> for the list of RYNFGs.
73+
</p>
74+
</div>
75+
</div>
76+
</div>
77+
</div>
78+
</body>
79+
</html>

yume-nikki/roblox-fangames/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,27 @@
2222
<body class="navbar-body" style="font-family: 'PT Serif'; background-color: lightgoldenrodyellow;">
2323
<!-- Navigation bar -->
2424
<div class="navbar" style="text-align: center; background-color: #FEEAAA;">
25-
<h1>Roblox Yume Nikki Fangames Webpage</h1>
25+
<h1>
26+
<a href="../../">Frozen Soul</a>
27+
/ <a href="../">Yume Nikki</a>
28+
/ Roblox Yume Nikki Fangames Webpage
29+
</h1>
2630
</div>
2731
<!-- Fangames -->
2832
<div>
29-
<h2 style="text-align: center;">Fangames</h2>
33+
<h2 style="text-align: center;">Fangames List</h2>
3034
<div style="background-color: wheat;">
3135
<!-- Fangames info -->
3236
<div class="flex-container">
3337
<!-- List of fangames -->
3438
<div>
3539
<h3 id="rynfgs-text" style="text-align: center;">Roblox YNFGs</h3>
36-
<p style="text-align: center;">
37-
Source: <a href="https://icebergcharts.com/i/Roblox_Yume_Nikki_Fangames">Amane's Iceberg</a>
38-
</p>
3940
<div style="height: 470px; overflow-y: scroll; font-family: 'PT Sans';">
4041
<table id="rynfgs-table"></table>
4142
</div>
43+
<p style="text-align: center;">
44+
Source: <a href="https://icebergcharts.com/i/Roblox_Yume_Nikki_Fangames">Amane's Iceberg</a>
45+
</p>
4246
</div>
4347
</div>
4448
</div>

0 commit comments

Comments
 (0)