Skip to content

Commit

Permalink
add grammar index
Browse files Browse the repository at this point in the history
- added grammar index page for quickly reviewing grammar points (#295)
  • Loading branch information
SethClydesdale committed Dec 22, 2024
1 parent 43296c9 commit 9d82d6d
Show file tree
Hide file tree
Showing 39 changed files with 1,149 additions and 142 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<body>

<header>
<h1><a href="./" id="home-link">Genki Study Resources</a></h1>
<h1><a href="./" id="home-link" class="edition-icon second-ed">Genki Study Resources</a></h1>
<a id="fork-me" href="https://github.com/SethClydesdale/genki-study-resources">Fork Me</a>
</header>

Expand Down Expand Up @@ -59,7 +59,8 @@ <h2 class="title center" id="edition-title">Genki Exercises - 2nd Edition</h2>

<h3 id="page-links">Page Links</h3>
<div id="link-list" class="normal-block indent-block">
<span><a id="link-edition" href="lessons-3rd/"><i class="fa">&#xf02d;</i>3rd Edition</a></span>
<span><a id="link-edition" href="lessons-3rd/"><i class="fa">&#xf112;</i>3rd Edition</a></span>
<span><a id="link-grammar" href="lessons-3rd/appendix/grammar-index/"><i class="fa">&#xf02d;</i>Grammar Index</a></span>
<span><a id="link-anki" href="help/anki-decks/"><i class="fa">&#xf005;</i>Anki Decks</a></span>
<span><a id="link-help" href="help/"><i class="fa">&#xf059;</i>Help &amp; FAQ</a></span>
<span><a id="link-report" href="report/"><i class="fa">&#xf188;</i>Reports &amp; Feedback</a></span>
Expand Down
Loading

0 comments on commit 9d82d6d

Please sign in to comment.