Add Docker Compose setup
This commit is contained in:
commit
91e67968ca
17 changed files with 2683 additions and 0 deletions
34
index.html
Normal file
34
index.html
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>French Journey, Grammar A1 to C2</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="topbar">
|
||||
<div class="brand">French Journey <span>·</span> Grammar</div>
|
||||
<nav class="topnav">
|
||||
<a href="index.html" class="active">Grammar</a>
|
||||
<a href="flashcards.html">Flashcards</a>
|
||||
<a href="explorer.html">Explorer</a>
|
||||
</nav>
|
||||
<button class="theme-toggle" type="button" data-theme-toggle aria-pressed="false">Dark</button>
|
||||
<div class="topbar-meta">English → French · A1 → C2</div>
|
||||
</header>
|
||||
|
||||
<div class="layout">
|
||||
<aside class="sidebar">
|
||||
<input type="text" id="search" class="search" placeholder="Search…" />
|
||||
<nav id="nav" class="nav"></nav>
|
||||
</aside>
|
||||
|
||||
<main class="content" id="content"></main>
|
||||
</div>
|
||||
|
||||
<script src="theme.js"></script>
|
||||
<script src="data.js"></script>
|
||||
<script src="app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue