-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.35 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
<!DOCTYPE html>
<html>
<head>
<title>Mindaugas B. / Web Developer</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="navbar">
<nav>
<ul>
<li>
<a href="index.html">Home</a>
<a href="Resume.html">Resume</a>
<a href="About.html">About</a>
<a href="Contact.html">Contact</a>
</li>
</ul>
</nav>
</div>
<div>
<p class="hi"><strong>Hello. My name is Mindaugas Butkevicius.</strong></p>
<p id="front">I'm a <strong>Front End Web Developer</strong> from Vilnius, Lithuania.</p>
</div>
<div id="linkai">
<a href="https://www.facebook.com/Mindaugus5"><i class="fa fa-facebook-official" aria-hidden="true" style="font-size: 30px;"></i></a>
<a href="skype:mindaugazzzzz2545"><i class="fa fa-skype" aria-hidden="true" style="font-size: 30px;"></i></a>
<a href="https://www.linkedin.com/in/m-butkevicius-front-end/"><i class="fa fa-linkedin-square" aria-hidden="true" style="font-size: 30px;"></i></a>
<a href="mailto:[email protected]?subject=Resume inquiry"><i class="fa fa-envelope" aria-hidden="true" style="font-size: 30px;"></i></a>
</div>
<div class="footer">
© Mindaugas Butkevicius 2017 | All Rights Reserved
</div>
</body>
</html>