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 Apr 3, 2024
1 parent 28e39f5 commit ed3780d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 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">ume</p>
<p id="pronunciation">oo-may</p>
<p id="definition">plum</p>
<p id="kanji"></p>
<p id="hiragana">みぎ</p>
<p id="katakana">ミギ</p>
<p id="romaji">migi</p>
<p id="pronunciation">mee-gee</p>
<p id="definition">right</p>
<p id="part_of_speech">noun</p>
<div id="example">
<p id="sentence">この梅の木は毎年たくさん実がなるよ</p>
<p id="sentence_romaji">Kono ume no ki wa mainen takusan mi ga naru yo.</p>
<p id="sentence_translation">This plum tree bears a lot of fruit every year.</p>
<p id="sentence">ひだりては机の上に、みぎてはノートにとまります</p>
<p id="sentence_romaji">Hidari te wa tsukue no ue ni, migi te wa nooto ni tomarimasu.</p>
<p id="sentence_translation">The left hand rests on the desk, and the right hand rests on the notebook.</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">null</p>
<p id="katakana">ウメ</p>
<p id="romaji">ume</p>
<p id="pronunciation">oo-meh</p>
<p id="pronunciation">oo-may</p>
<p id="definition">plum</p>
<p id="part_of_speech">noun</p>
<div id="example">
<p id="sentence">彼女はうめを大好きだ</p>
<p id="sentence_romaji">Kanojo wa ume o daisukida.</p>
<p id="sentence_translation">She loves plums.</p>
<p id="sentence">この梅の木は毎年たくさん実がなるよ</p>
<p id="sentence_romaji">Kono ume no ki wa mainen takusan mi ga naru yo.</p>
<p id="sentence_translation">This plum tree bears a lot of fruit every year.</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">Your ears are big.</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 @@ -65,3 +65,4 @@
蜜柑

0 comments on commit ed3780d

Please sign in to comment.