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 Aug 9, 2024
1 parent 38af0a9 commit c0fb144
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 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/新しい.html"><</a>
<main>
<p id="kanji">新しい</p>
<p id="hiragana">あたらしい</p>
<p id="katakana">アたらしい</p>
<p id="romaji">atarashii</p>
<p id="pronunciation">ah-tah-rah-shee</p>
<p id="definition">new</p>
<p id="part_of_speech">adjective</p>
<p id="kanji"></p>
<p id="hiragana">さかな</p>
<p id="katakana">サカナ</p>
<p id="romaji">sakana</p>
<p id="pronunciation">suh-kah-nuh</p>
<p id="definition">fish</p>
<p id="part_of_speech">noun</p>
<div id="example">
<p id="sentence">この車は新しいです</p>
<p id="sentence_romaji">Kono kuruma wa atarashii desu.</p>
<p id="sentence_translation">This car is new.</p>
<p id="sentence">私は魚が好きです</p>
<p id="sentence_romaji">Watashi wa sakana ga suki desu</p>
<p id="sentence_translation">I like fish.</p>
</div>
</main>
<a id="forward" {{forward_href}}>></a>
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="katakana">アたらしい</p>
<p id="romaji">atarashii</p>
<p id="pronunciation">ah-tah-rah-shee</p>
<p id="definition">new</p>
<p id="part_of_speech">adjective</p>
<div id="example">
<p id="sentence">新しい服を買いました</p>
<p id="sentence_romaji">Atarashii fuku o kaimashita.</p>
<p id="sentence_translation">I bought new clothes.</p>
<p id="sentence">この車は新しいです</p>
<p id="sentence_romaji">Kono kuruma wa atarashii desu.</p>
<p id="sentence_translation">This car is new.</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">Today I was sad, so I cried.</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
1 change: 1 addition & 0 deletions past_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,4 @@ null
null
新しい

0 comments on commit c0fb144

Please sign in to comment.