-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.49 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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Arda Bulut</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="panels">
<div class="panel active" id="overview">
<a class="panel-toggle"><i class="fa fa-arrow-circle-left"></i></a>
<div class="panel-content">
<div class="row">
<div class="left col">
</div>
<div class="right col">
<h1>Arda <strong>Bulut</strong></h1>
<p>I’m a student. That’s it.</p>
<p>
<a href="https://twitter.com/ardabulut_" title="" class="panel-link"><i><span class="fa fa-twitter fa-3x"></span></i></a>
<a href="https://github.com/ardaa" title="" class="panel-link"><i><span class="fa fa-github fa-3x"></span></i></a>
</p>
<p></p>
</div>
</div>
</div>
</div>
</div>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</body>
</html>