This repository has been archived by the owner on Jul 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
184 lines (140 loc) · 6.38 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="de-DE">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
<title>Das zentrale Nervensystem - Das zentrale Nervensystem. Eine interaktive Webeinführung</title>
<meta name="generator" content="Hugo 0.55.5" />
<meta name="description" content="Das zentrale Nervensystem. Eine interaktive Webeinführung">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Das zentrale Nervensystem"/>
<meta name="twitter:description" content="Das zentrale Nervensystem. Eine interaktive Webeinführung"/>
<meta property="og:title" content="Das zentrale Nervensystem" />
<meta property="og:description" content="Das zentrale Nervensystem. Eine interaktive Webeinführung" />
<meta property="og:type" content="website" />
<meta property="og:url" content="./" />
<meta property="og:updated_time" content="2019-05-30T00:00:00+00:00"/>
<!-- RSS autodiscovery -->
<link href="./index.xml" rel="alternate" type="application/rss+xml" title="Das zentrale Nervensystem" />
<link href="./index.xml" rel="feed" type="application/rss+xml" title="Das zentrale Nervensystem" />
<meta itemprop="name" content="Das zentrale Nervensystem">
<meta itemprop="description" content="Das zentrale Nervensystem. Eine interaktive Webeinführung">
<link href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/5.0.0/sanitize.min.css" rel="stylesheet">
<link href="css/application.css" rel="stylesheet">
</head>
<body>
<header class="c-global-header">
<div class="c-container c-container--medium">
<div class="c-global-header__inner">
<div class="c-global-header__primary">
<h1 class="c-brand">
<a href="./">Das zentrale Nervensystem</a>
</h1>
<p class="c-description">Das zentrale Nervensystem. Eine interaktive Webeinführung</p>
</div>
<div class="c-global-header__utility">
<button type="button" class="c-menu">
<svg class="icon icon-menu">
<use xlink:href="#icon-menu"></use>
<symbol id="icon-menu" viewBox="0 0 32 32">
<title>menu</title>
<path d="M2 6h28v6h-28zM2 14h28v6h-28zM2 22h28v6h-28z"></path>
</symbol>
</svg>
</button>
</div>
<div class="c-overlay">
<div class="c-container">
<nav class="c-global-nav">
<div class="c-global-nav__closer">
<svg class="icon icon-cross">
<use xlink:href="#icon-cross"></use>
<symbol id="icon-cross" viewBox="0 0 32 32">
<title>cross</title>
<path d="M31.708 25.708c-0-0-0-0-0-0l-9.708-9.708 9.708-9.708c0-0 0-0 0-0 0.105-0.105 0.18-0.227 0.229-0.357 0.133-0.356 0.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13 0.048-0.252 0.124-0.357 0.228 0 0-0 0-0 0l-9.708 9.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057 0.229l-4.586 4.586c-0.286 0.286-0.361 0.702-0.229 1.057 0.049 0.13 0.124 0.252 0.229 0.357 0 0 0 0 0 0l9.708 9.708-9.708 9.708c-0 0-0 0-0 0-0.104 0.105-0.18 0.227-0.229 0.357-0.133 0.355-0.057 0.771 0.229 1.057l4.586 4.586c0.286 0.286 0.702 0.361 1.057 0.229 0.13-0.049 0.252-0.124 0.357-0.229 0-0 0-0 0-0l9.708-9.708 9.708 9.708c0 0 0 0 0 0 0.105 0.105 0.227 0.18 0.357 0.229 0.356 0.133 0.771 0.057 1.057-0.229l4.586-4.586c0.286-0.286 0.362-0.702 0.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z"></path>
</symbol>
</svg>
</div>
<div class="c-global-nav__item">
<a class="c-link" href="https://www.th-bingen.de">
TH Bingen
</a>
</div>
<div class="c-global-nav__item">
<a class="c-link" href="./page/about.html">
Über
</a>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<main class="c-main-content">
<div class="p-archive">
<div class="c-container">
<ul class="c-archive-list">
<li class="c-archive-list__item">
<a class="c-post c-post--has-thumb c-bg-img" style="background-image: url('img/Kapitel1.jpg')" href="./post/einfuhrung-grundlagen.html">
<header class="c-post__header c-post__header--over-img">
<p class="c-post__title">1. Einführung & Grundlagen</p>
<div class="c-post__header__meta">
<time class="c-pub-time" datetime=" 2019-05-30T00:00:00Z ">
2019.05.30
</time>
</div>
</header>
</a>
</li>
<li class="c-archive-list__item">
<a class="c-post c-post--has-thumb c-bg-img" style="background-image: url('img/Kapitel2.jpg')" href="./post/gehirnr%C3%BCckenmark.html">
<header class="c-post__header c-post__header--over-img">
<p class="c-post__title">2. Anatomie des Gehirn</p>
<div class="c-post__header__meta">
<time class="c-pub-time" datetime=" 2019-05-30T00:00:00Z ">
2019.05.30
</time>
</div>
</header>
</a>
</li>
<li class="c-archive-list__item">
<a class="c-post c-post--has-thumb c-bg-img" style="background-image: url('img/Kapitel3.jpg')" href="./post/systeme_des_zns.html">
<header class="c-post__header c-post__header--over-img">
<p class="c-post__title">3. Systeme des ZNS</p>
<div class="c-post__header__meta">
<time class="c-pub-time" datetime=" 2019-05-30T00:00:00Z ">
2019.05.30
</time>
</div>
</header>
</a>
</li>
<li class="c-archive-list__item">
<a class="c-post c-post--has-thumb c-bg-img" style="background-image: url('img/Kapitel4.jpg')" href="./post/neurologische-st%C3%B6rungen.html">
<header class="c-post__header c-post__header--over-img">
<p class="c-post__title">4. Neurologische Störungen</p>
<div class="c-post__header__meta">
<time class="c-pub-time" datetime=" 2019-05-30T00:00:00Z ">
2019.05.30
</time>
</div>
</header>
</a>
</li>
</ul>
</div>
</div>
</main>
<footer class="c-global-footer">
<div class="c-container c-container--medium">
<nav class="c-footer-nav">
</nav>
<p class="c-copy"><small>MIT licensed by Johannes Hausmann, Shenaj Iseni, Emily Jung, Anne-Kathrin Schmidt, Alina Wilk</small></p>
</div>
</footer>
<script src="js/application.js"></script>
</body>
</html>