-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (64 loc) · 2.87 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
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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Roman Procopenco | [email protected]</title>
<meta name="description" content="Roman Procopenco Web Development Portfolio" />
<meta name="keywords" content="web development, portfolio, frontend, cms" />
<meta name="author" content="Roman Procopenco" />
<link rel="shortcut icon" href="img/logo.ico">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="css/hover.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<div id="trigger-overlay"><i class="fa fa-bars fa-3x hvr-wobble-vertical"></i></div>
<div class="container-fluid">
<section id="header" class="row">
<div id="header-title">
<h1>Roman Procopenco</br>
<span class="fa fa-code">Software Developer</span>
</h1>
</div>
</section>
<div id="contact" class="row">
<div id="contact-title">
<h1>Contattami</h1>
<span>[email protected]</span>
</div>
<div class="secondary-nav">
<a href="https://www.facebook.com/rprocopenco1" target="_blank" class="fa fa-facebook fa-4x "></a>
<a href="http://it.linkedin.com/pub/roman-procopenco/60/458/71a/" target="_blank" class="fa fa-linkedin fa-4x"></a>
<a href="https://twitter.com/RoomkaP" target="_blank" class="fa fa-twitter fa-4x"></a>
<a href="https://github.com/Roomka" class="fa fa-github fa-4x"></a>
</div>
<div id="copyright">© Roman Procopenco 2015</div>
</div>
</div><!-- /container -->
<!-- open/close -->
<div class="overlay overlay-hugeinc" id="mainMenu">
<button type="button" class="overlay-close">Close</button>
<nav>
<ul id="closeMenu">
<li><a href="#header">Home</a></li>
<li><a href="#contact">Contattami</a></li>
</ul>
<div >
<a href="https://www.facebook.com/rprocopenco1" target="_blank" class="fa fa-facebook "></a>
<a href="http://it.linkedin.com/pub/roman-procopenco/60/458/71a/" target="_blank" class="fa fa-linkedin "></a>
<a href="https://twitter.com/RoomkaP" target="_blank" class="fa fa-twitter "></a>
<a href="https://github.com/Roomka" target="_blank" class="fa fa-github "></a>
</div>
</nav>
</div>
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/auxiliaryFunctions.js"></script>
<script src="js/script.js"></script>
</body>
</html>