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 Jul 2, 2024
1 parent e187d94 commit 75c43e7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 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">okashi</p>
<p id="pronunciation">o-ka-shi</p>
<p id="definition">candy</p>
<p id="part_of_speech">noun</p>
<p id="kanji">寝る</p>
<p id="hiragana">ねる</p>
<p id="katakana">ネル</p>
<p id="romaji">neru</p>
<p id="pronunciation">neh-roo</p>
<p id="definition">to sleep</p>
<p id="part_of_speech">verb</p>
<div id="example">
<p id="sentence">私はお菓子が好きです</p>
<p id="sentence_romaji">Watashi wa okashi ga suki desu.</p>
<p id="sentence_translation">I like candy.</p>
<p id="sentence">私は夜寝る前に本を読みます</p>
<p id="sentence_romaji">Watashi wa yoru neru mae ni hon o yomimasu.</p>
<p id="sentence_translation">I read a book before I go to bed at night.</p>
</div>
</main>
<a id="forward" {{forward_href}}>></a>
Expand Down
14 changes: 7 additions & 7 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">okashi</p>
<p id="pronunciation">oh-kah-shi</p>
<p id="definition">sweets, candy</p>
<p id="pronunciation">o-ka-shi</p>
<p id="definition">candy</p>
<p id="part_of_speech">noun</p>
<div id="example">
<p id="sentence">私はお菓子が大好きです</p>
<p id="sentence_romaji">Watashi wa okashi ga daisukidesu.</p>
<p id="sentence_translation">I love sweets.</p>
<p id="sentence">私はお菓子が好きです</p>
<p id="sentence_romaji">Watashi wa okashi ga suki desu.</p>
<p id="sentence_translation">I like candy.</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">Giraffes have very long necks.</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 @@ -144,3 +144,4 @@ null
麒麟
お菓子
寝る

0 comments on commit 75c43e7

Please sign in to comment.