-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (65 loc) · 1.81 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DevOps Cape Town</title>
<meta name="description" content="DevOps Cape Town is a community group interested in advancing the adoption and evolution of DevOps in their home city">
<link rel="canonical" href="https://devops.capetown/">
<style type="text/css">
body {
font-family: sans-serif;
font-size: 16pt;
}
.navlink {
max-width: 390px;
margin: 20px auto;
padding: 16px;
text-align: center;
border-radius: 12px;
}
.navlink:hover {
background-color: #efefef;
}
a:link, a:active, a:visited {
color: darkblue;
text-decoration: none;
}
.navlink img {
max-width: 340px;
}
.title {
font-size: 18pt;
font-weight: bold;
padding-bottom: 6pt;
}
.url {
font-size: 14pt;
}
</style>
</head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:300">
<body>
<div id="content">
<div class="navlink">
<a href="https://www.meetup.com/cape-town-devops/">
<img src="images/meetup_logo_circle_new_400.png">
<div>
<div class="title">Cape Town DevOps Meetup</div>
<div class="url">meetup.com/Cape-Town-DevOps</div>
</div>
</a>
</div>
<div class="navlink">
<a href="https://www.devopsdays.org/events/2018-cape-town/">
<img src="images/dod_logo_circle_new_400.png">
<div>
<div class="title">DevOpsDays Cape Town</div>
<div class="url">devopsdays.org/events/2018-cape-town</div>
</div>
</a>
</div>
</div>
</body>
</html>