diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 45 |
1 files changed, 40 insertions, 5 deletions
@@ -59,7 +59,7 @@ <div data-md-component="skip"> - <a href="#minesweeper" class="md-skip"> + <a href="#about" class="md-skip"> Skip to content </a> @@ -92,7 +92,7 @@ <div class="md-header__topic" data-md-component="header-topic"> <span class="md-ellipsis"> - minesweeper + About </span> </div> @@ -188,12 +188,12 @@ <label class="md-nav__link md-nav__link--active" for="__toc"> - minesweeper + About <span class="md-nav__icon md-icon"></span> </label> <a href="." class="md-nav__link md-nav__link--active"> - minesweeper + About </a> @@ -226,6 +226,21 @@ + + + + + + + + <li class="md-nav__item"> + <a href="code/" class="md-nav__link"> + Code documentation + </a> + </li> + + + </ul> </nav> </div> @@ -273,7 +288,7 @@ -<h1 id="minesweeper">minesweeper</h1> +<h1 id="about">About</h1> <p>A reimplementation of minesweeper game in C++ in terminal.</p> <h2 id="concept">Concept</h2> <p>There are going to be 3 difficulties and one additional option where user can determine plot size and amount of mines by himself.</p> @@ -293,6 +308,26 @@ <footer class="md-footer"> + <nav class="md-footer__inner md-grid" aria-label="Footer"> + + + + <a href="code/" class="md-footer__link md-footer__link--next" aria-label="Next: Code documentation" rel="next"> + <div class="md-footer__title"> + <div class="md-ellipsis"> + <span class="md-footer__direction"> + Next + </span> + Code documentation + </div> + </div> + <div class="md-footer__button md-icon"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11H4z"/></svg> + </div> + </a> + + </nav> + <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-copyright"> |
