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 Sep 1, 2024
1 parent f27fbe7 commit 7f4ee1b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
20 changes: 10 additions & 10 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/挨拶.html"><</a>
<main>
<p id="kanji">挨拶</p>
<p id="hiragana">あいさつ</p>
<p id="katakana">アイサツ</p>
<p id="romaji">aisatsu</p>
<p id="pronunciation">EYE-SAH-TSOO</p>
<p id="definition">greeting</p>
<p id="kanji">蓮根</p>
<p id="hiragana">れんこん</p>
<p id="katakana">レンコン</p>
<p id="romaji">renkon</p>
<p id="pronunciation">ren-kon</p>
<p id="definition">lotus root</p>
<p id="part_of_speech">noun</p>
<div id="example">
<p id="sentence">彼はとても気持ちの良い挨拶をした</p>
<p id="sentence_romaji">Kare wa totemo kimochiyoi aisatsu wo shita.</p>
<p id="sentence_translation">He gave a very pleasant greeting.</p>
<p id="sentence">れんこんはシャキシャキしていておいしい野菜です</p>
<p id="sentence_romaji">Renkon wa shakishaki shiteite oishii yasai desu.</p>
<p id="sentence_translation">Lotus root is a crispy and delicious vegetable.</p>
</div>
</main>
<a id="forward" {{forward_href}}>></a>
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">I mustered up my courage and confessed to my friend</p>
</div>
</main>
<a id="forward" href="/index.html">></a>
<a id="forward" href="/pages/挨拶.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
12 changes: 6 additions & 6 deletions pages/挨拶.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">挨拶</p>
<p id="hiragana">あいさつ</p>
<p id="katakana">アイサツ</p>
<p id="romaji">aisatsu</p>
<p id="pronunciation">i-sah-tsoo</p>
<p id="pronunciation">EYE-SAH-TSOO</p>
<p id="definition">greeting</p>
<p id="part_of_speech">noun</p>
<div id="example">
<p id="sentence">朝起きたらまず挨拶をしよう</p>
<p id="sentence_romaji">Asa okitara mazu aisatsu wo shiyou.</p>
<p id="sentence_translation">When you wake up in the morning, first give a greeting</p>
<p id="sentence">彼はとても気持ちの良い挨拶をした</p>
<p id="sentence_romaji">Kare wa totemo kimochiyoi aisatsu wo shita.</p>
<p id="sentence_translation">He gave a very pleasant greeting.</p>
</div>
</main>
<a id="forward" href="/pages/null.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
1 change: 1 addition & 0 deletions past_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,4 @@ null
太陽
勇気
挨拶
蓮根

0 comments on commit 7f4ee1b

Please sign in to comment.