-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (25 loc) · 1012 Bytes
/
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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Grzegorz Świrski</title>
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="stylesheets/reset.css" />
<link rel="stylesheet" href="stylesheets/style.css" />
<link rel="stylesheet" href="stylesheets/fontello.css" />
</head>
<body class="personal">
<div class="card">
<img src="images/photo.jpg" class="profile-photo"/>
<div class="info">
<h1>Grzegorz Swirski</h1>
<h2>Software Developer</h2>
<ul class="networks">
<li><a href="http://github.com/gswirski"><i class="icon-github"></i><span>GitHub</span></a></li>
<li><a href="http://pl.linkedin.com/in/gswirski/"><i class="icon-linkedin"></i><span>LinkedIn</span></a></li>
<li><a href="mailto:grzegorz@swirski.name"><i class="icon-mail"></i><span>Contact</span></a></li>
</ul>
</div>
</div>
</body>
</html>