Skip to content

Commit

Permalink
Created new static page
Browse files Browse the repository at this point in the history
  • Loading branch information
captainpainway authored and github-actions[bot] committed May 22, 2024
1 parent 6a0178d commit af7d03f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,19 @@
</head>
<body>
<h1>Japanese Word of the Day</h1>
<a id="back" href="/pages/時計.html"><</a>
<a id="back" href="/pages/null.html"><</a>
<main>
<p id="kanji">null</p>
<p id="hiragana"></p>
<p id="katakana"></p>
<p id="romaji">te</p>
<p id="pronunciation">te</p>
<p id="definition">hand</p>
<p id="part_of_speech">noun</p>
<p id="kanji"></p>
<p id="hiragana">はね</p>
<p id="katakana">ハネ</p>
<p id="romaji">hane</p>
<p id="pronunciation">hah-ne</p>
<p id="definition">bounce</p>
<p id="part_of_speech">verb</p>
<div id="example">
<p id="sentence">手を洗ってください</p>
<p id="sentence_romaji">Te o arattekudasai</p>
<p id="sentence_translation">Please wash your hands</p>
<p id="sentence">ボールがはねた。</p>
<p id="sentence_romaji">Booru ga haneta.</p>
<p id="sentence_translation">The ball bounced.</p>
</div>
</main>
<a id="forward" {{forward_href}}>></a>
Expand Down
20 changes: 10 additions & 10 deletions pages/null.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,22 +123,22 @@
</head>
<body>
<h1>Japanese Word of the Day</h1>
<a id="back" href="/pages/.html"><</a>
<a id="back" href="/pages/時計.html"><</a>
<main>
<p id="kanji">null</p>
<p id="hiragana">あさがお</p>
<p id="katakana">アサガオ</p>
<p id="romaji">asagao</p>
<p id="pronunciation">ah-sah-gah-oh</p>
<p id="definition">morning glory</p>
<p id="hiragana"></p>
<p id="katakana"></p>
<p id="romaji">te</p>
<p id="pronunciation">te</p>
<p id="definition">hand</p>
<p id="part_of_speech">noun</p>
<div id="example">
<p id="sentence">あさがおは朝に咲く花です。</p>
<p id="sentence_romaji">Asagao wa asa ni saku hana desu.</p>
<p id="sentence_translation">Morning glories are flowers that bloom in the morning.</p>
<p id="sentence">手を洗ってください</p>
<p id="sentence_romaji">Te o arattekudasai</p>
<p id="sentence_translation">Please wash your hands</p>
</div>
</main>
<a id="forward" href="/pages/桜.html">></a>
<a id="forward" href="/index.html">></a>
<div id="github">
<span>Made by <a href="https://mary.codes">Mary Knize</a>.</span>
<a href="https://github.com/captainpainway/japanese_word_of_the_day">
Expand Down
2 changes: 1 addition & 1 deletion pages/時計.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h1>Japanese Word of the Day</h1>
<p id="sentence_translation">The clock reads 12 o'clock.</p>
</div>
</main>
<a id="forward" href="/index.html">></a>
<a id="forward" href="/pages/null.html">></a>
<div id="github">
<span>Made by <a href="https://mary.codes">Mary Knize</a>.</span>
<a href="https://github.com/captainpainway/japanese_word_of_the_day">
Expand Down
1 change: 1 addition & 0 deletions past_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ null
海辺
時計
null

0 comments on commit af7d03f

Please sign in to comment.