-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (55 loc) · 2.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>malte70/webdesigns</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro|Source+Serif+Pro:400,600">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body id="top">
<header>
<h1>malte70/webdesigns</h1>
</header>
<main>
<article>
<section id="about">
<h3>About</h3>
<p>
This project (<a href="https://github.com/malte70/webdesigns">Github repository</a>) is a collection
of website templates I made over the last years, made available for everyone as free/libre “software”.
</p>
</section>
<section id="designs">
<h3>The designs</h3>
<dl>
<dt><a href="eckig/index.html">eckig</a></dt>
<dd>
“Cornered” in English, a design I made for my
<a href="https://malte70.de" rel="me nofollow">personal website</a> in 2012.
<em>Not responsive!</em>
</dd>
<dt><a href="maltes-blog/index.html">maltes-blog</a></dt>
<dd>
A simple, black-on-white design for blogs with a majority of text only posts.
</dd>
<dt><a href="maltes-blog2/index.html">maltes-blog2</a></dt>
<dd>
A newer blog template, featuring a “hamburger menu” (these three dashes)
</dd>
<dt><a href="orange/index.html">orange</a></dt>
<dd>Generic template featuring orange colored highlights. <em>Not responsive!</em></dd>
<dt><a href="template4/index.html">template4</a></dt>
<dd>Another, color-less generic template for text heavy sites. <em>Not responsive!</em></dd>
</dl>
</section>
</article>
</main>
<footer>
<p>
© 2012-2021 <a href="https://github.com/malte70" rel="me nofollow">malte70</a>
</p>
</footer>
</body>
</html>