-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (42 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<title>witling</title>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='css/main.css'>
</head>
<body>
<h2>witling</h2>
<p>I make software.</p>
<hr />
<div id="quote">
<i>"Es ist unwürdig, die Zeit von hervorragenden Leuten mit knechtischen Rechenarbeiten zu verschwenden, weil bei Einsatz einer Maschine auch der Einfältigste die Ergebnisse sicher hinschreiben kann."</i>
<div class="by">- Gottfried Wilhelm Leibniz</div>
</div>
<hr />
<img src="/img/bastelbude.png" alt="Bastelbude" width="400px" />
<hr />
<div id="card">
<table id="card-inner">
<tr>
<h1>The Three Pillars</h1>
<h2>We solve all the problems</h2>
</tr>
<tr>
<td id="card-signs">
<span id="card-sign-first">?</span><span id="card-sign-second">?</span><span id="card-sign-third">?</span>
</td>
<td>
<h3>First Pillar:</h3>
<p>Experience</p>
<h3>Second Pillar:</h3>
<p>Patience</p>
<h3>Research and Archive:</h3>
<p>Books, Internetz, Git</p>
</td>
</tr>
</table>
</div>
</body>
</html>