-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (46 loc) · 1.17 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
<!DOCTYPE html>
<html lang="nl">
<head>
<title>Domain Driven Design Nederland</title>
<meta charset="UTF-8" />
<style type="text/css">
/* enough.css by @jeffkreeftmeijer (https://gist.github.com/jeffkreeftmeijer/362cfd02b8e9f73a435b13e763f28423) */
body {
font: 18px/1.4 -apple-system, sans-serif;
margin: auto;
max-width: 40em;
padding: 1em;
}
h1, h2, h3, h4, h5, h6 {
line-height: normal;
}
img {
max-width: 100%;
}
</style>
</head>
<body>
<header>
<h1>Domain Driven Design Nederland</h1>
</header>
<main>
<p>
Volg Domain Driven Design Nederland op:
</p>
<ul>
<li>
<a rel="external" href="https://twitter.com/DDDNederland">Twitter</a>
</li>
<li>
<a rel="external" href="https://www.meetup.com/domain-driven-design-nederland/">Meetup</a>
</li>
<li>
<a rel="external" href="https://github.com/DDDNL/">Github</a>
</li>
<li>
<a rel="external" href="https://dddnl.slack.com/">Slack</a>
</li>
</ul>
</main>
</body>
</html>