-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
43 lines (36 loc) · 1.39 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
<html lang="en"><head>
<title></title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="http://fonts.googleapis.com/css?family=Titillium+Web:400,700,600" rel="stylesheet" type="text/css">
<script src="https://use.fontawesome.com/a1237bc9d3.js"></script>
<link href="./style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="container-float">
<!--<div class="container">-->
<!-- <i class="fa fa-twitter" style="font-size: 800%;opacity:0.9;"></i>-->
<!--</div>-->
<div class="container text-center">
<br><br>
<i class="fa fa-code"></i>
<h1>Adrian Kalbarczyk</h1>
<i class="fa fa-code"></i>
<p>#coder #entrepreneur #almosthuman</p>
</div>
<br><br>
<div class="text-center logo">
<a class="unstyled-link" href="//github.com/adriank">
<i class="fa fa-github" style="font-size: 500%;padding:15px;"></i>
</a>
<a class="unstyled-link" href="//behance.net/adriankalb38b3">
<i class="fa fa-behance" style="font-size: 500%;padding:15px;"></i>
</a>
<a class="unstyled-link" href="//linkedin.com/in/adriankalbarczyk">
<i class="fa fa-linkedin-square" style="font-size: 500%;padding:15px;"></i>
</a>
</div>
</div>
</body></html>