-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mohamed Turki - Software Engineer</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<style media="screen">
.container {
height: 200px;
margin-top: 30px;
text-align: center;
}
.headline,
p,
a {
margin-top: 0;
margin-bottom: 0;
font-family: monospace, sans-serif;
}
.headline {
font-size: 35px;
}
.socialmedia {
padding-top: 10px;
}
a {
text-decoration: none;
color: #000;
}
</style>
</head>
<body>
<div class="container">
<h3 class="headline">Mohamed Turki</h3>
<p class="subheadline">
Software Engineer @ <a href="https://contentful.com/">Contentful</a>
</p>
<p class="socialmedia">
Contact: hi at mohamedturki dot com
</p>
</div>
</body>
</html>