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 Mar 5, 2024
1 parent 2192ced commit 4a94e2b
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">tomodachi</p>
<p id="pronunciation">toe-moe-da-chee</p>
<p id="definition">friend</p>
<p id="kanji"></p>
<p id="hiragana">かお</p>
<p id="katakana">カオ</p>
<p id="romaji">kao</p>
<p id="pronunciation">cow</p>
<p id="definition">face</p>
<p id="part_of_speech">noun</p>
<div id="example">
<p id="sentence">私は友達と公園に行きます</p>
<p id="sentence_romaji">Watashi wa tomodachi to kouen ni ikimasu.</p>
<p id="sentence_translation">I will go to the park with my friends.</p>
<p id="sentence">私の顔は丸いです</p>
<p id="sentence_romaji">Watashi no kao wa marui desu.</p>
<p id="sentence_translation">My face is round.</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="romaji">tomodachi</p>
<p id="pronunciation">toh-moh-dah-chee</p>
<p id="pronunciation">toe-moe-da-chee</p>
<p id="definition">friend</p>
<p id="part_of_speech">noun</p>
<div id="example">
<p id="sentence">私とともだちは公園で遊びます</p>
<p id="sentence_romaji">watashi to tomodachi wa kooen de asobimasu.</p>
<p id="sentence_translation">My friend and I play at the park.</p>
<p id="sentence">私は友達と公園に行きます</p>
<p id="sentence_romaji">Watashi wa tomodachi to kouen ni ikimasu.</p>
<p id="sentence_translation">I will go to the park with my friends.</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">I like fish.</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 @@ -37,3 +37,4 @@
公園
友達

0 comments on commit 4a94e2b

Please sign in to comment.