-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (66 loc) · 1.4 KB
/
index.html
File metadata and controls
74 lines (66 loc) · 1.4 KB
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
68
69
70
71
72
73
74
<html>
<head>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta http-equiv="Expires" content="604800" />
<style>
body {
background-color: white;
}
p {
font-family: 'Lato', sans-serif;
}
.title {
letter-spacing: -1px;
font-size: 54px;
}
.subtitle {
font-size: 32px;
}
.contact {
font-size: 24px;
}
.social {
font-size: 18px;
}
.image-face {
width: 150px;
height: 150px;
}
#bio {
margin-left: auto;
margin-right: auto;
}
#info {
color: #242736;
text-align: center;
position: relative;
}
</style>
</head>
<body>
<div id="info">
<p class="title">
Karol Kubicki
</p>
<p>
<img class="image-face" src="face.jpg" alt="Mountain View">
</p>
<p class="subtitle">
iOS developer
</p>
<div id="bio">
<p>
Hi my name is Karol Kubicki and I've been writing in iOS since 2012. If you want to know more, feel free to send me a message!
</p>
</div>
<p class="contact">
<a href="mailto:kontakt@karolkubicki.pl">kontakt@karolkubicki.pl</object></a>
</p>
<p class="social">
<a href="http://twitter.com/kar_kub">Twitter</a> |
<a href="http://github.com/karolus">GitHub</a> |
<a href="https://www.linkedin.com/pub/karol-kubicki/2b/880/11b">LinkedIn</a>
</p>
</div>
</html>
<link href='https://fonts.googleapis.com/css?family=Lato:300&subset=latin-ext,latin' rel='stylesheet' type='text/css'>