-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tractatus</title>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="main.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src=""></script>
</head>
<body>
<div id="container">
<div id="level-1" class="levels"></div>
<div id="level-2" class="levels"></div>
<div id="level-3" class="levels"></div>
<div id="level-4" class="levels"></div>
<div id="level-5" class="levels"></div>
<div id="level-6" class="levels"></div>
<div id="sidebar">
<h1 id="sidebarTitle">Tractatus Digitale</h1>
<h5 id="sidebarSubtitle">An interactive bi-dimensional digital edition of Tractatus Logico-Philosophicus by L. Wittgenstein.</h5>
<div class="switch-button">
<span class="active"></span>
<button class="switch-button-case left active-case">English</button>
<button class="switch-button-case right">Deutsch</button>
</div>
</div>
</div>
</body>
</html>
<style>
</style>