-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (71 loc) · 3.72 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Typeface of Our Time</title>
<meta property="og:title" content="The Typeface of Our Time" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="The Typeface of Our Time" />
<meta property="og:description" content="The Typeface of Our Time" />
<link rel="canonical" href="https://jensschnitzler.github.io/The-Typeface-of-Our-Time/" />
<meta property="og:url" content="https://jensschnitzler.github.io/The-Typeface-of-Our-Time/" />
<meta property="og:site_name" content="The Typeface of Our Time" />
<link href="https://fonts.googleapis.com/css2?family=Spectral:ital@0;1&family=Work+Sans:ital@0;1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/The-Typeface-of-Our-Time/assets/css/style.css">
</head>
<body>
<!-- create navigation automatically with h2, h3, h4, ... -->
<nav class="sub-nav">
<div class="nav-content">
<!--
<div class="nav-section">
<a href="https://github.com/jensschnitzler/The-Typeface-of-Our-Time" target="_blank">↖ Repository</a>
</div>
-->
<div class="nav-section">
<a href="#">The Typeface of Our Time</a>
</div>
<div class="nav-section autoNav">
<a href="#intro-text">Intro</a>
<a href="#images">Images</a>
<a href="#main-text">Text</a>
<a href="#index">Index</a>
<a href="#persons">Persons</a>
<a href="#footnotes">Foonotes</a>
<a href="#sources">Sources</a>
</div>
<div class="nav-section langNav">
<a href="/The-Typeface-of-Our-Time/de/">DE</a>
</div>
</div>
</nav>
<main>
<div class="main-title">
<h1>The Typeface of Our Time</h1>
<p class="subtitle">
A historical view on the aesthetical demarcation of different world views through type design and typography.
</p>
</div>
<section id="intro-text" class="js-count-paragraphs js-nice-text" w3-include-html="/The-Typeface-of-Our-Time/The-Typeface-of-Our-Time_en_intro" data-filter="markdown-body"></section>
<section id="main-text" class="js-count-paragraphs js-nice-text" w3-include-html="/The-Typeface-of-Our-Time/The-Typeface-of-Our-Time_en_main" data-filter="markdown-body"></section>
<section id="index" w3-include-html="/The-Typeface-of-Our-Time/The-Typeface-of-Our-Time_index" data-filter="markdown-body"></section>
<section id="persons" w3-include-html="/The-Typeface-of-Our-Time/The-Typeface-of-Our-Time_en_persons" data-filter="markdown-body"></section>
<section id="sources" w3-include-html="/The-Typeface-of-Our-Time/The-Typeface-of-Our-Time_sources" data-filter="markdown-body"></section>
<!--
<section id="images" w3-include-html="/The-Typeface-of-Our-Time/The-Typeface-of-Our-Time_en_images" data-filter="markdown-body"></section>
-->
</main>
</body>
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"></script>
<script src="/The-Typeface-of-Our-Time/assets/js/html-include.js"></script>
<script src="/The-Typeface-of-Our-Time/assets/js/figure.js"></script>
<script src="/The-Typeface-of-Our-Time/assets/js/listsources.js"></script>
<script src="/The-Typeface-of-Our-Time/assets/js/paragraph-counter.js"></script>
<script src="/The-Typeface-of-Our-Time/assets/js/nice-text.js"></script>
<script src="/The-Typeface-of-Our-Time/assets/js/auto-nav.js"></script>
</html>