-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·91 lines (87 loc) · 3.76 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE HTML>
<html>
<head>
<title>About me - Denys Sypko</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body>
<!-- Nav -->
<nav id="nav">
<h2><strong>DS.</strong> </h2>
<ul class="container">
<li><a href="https://es.linkedin.com/in/densypko" target="_blank" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/densypko" target="_blank" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.instagram.com/densypko/" target="_blank" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<!--
<li><a href="#" class="icon fa-tumblr"><span class="label">Tumblr</span></a></li>
<li><a href="#" class="icon fa-google-plus"><span class="label">Google+</span></a></li>
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon fa-rss"><span>RSS</span></a></li>
<li><a href="#" class="icon fa-instagram"><span>Instagram</span></a></li>
<li><a href="#" class="icon fa-foursquare"><span>Foursquare</span></a></li>
<li><a href="#" class="icon fa-skype"><span>Skype</span></a></li>
<li><a href="#" class="icon fa-soundcloud"><span>Soundcloud</span></a></li>
<li><a href="#" class="icon fa-youtube"><span>YouTube</span></a></li>
<li><a href="#" class="icon fa-blogger"><span>Blogger</span></a></li>
<li><a href="#" class="icon fa-flickr"><span>Flickr</span></a></li>
<li><a href="#" class="icon fa-vimeo"><span>Vimeo</span></a></li>
-->
</ul>
<!--
<ul class="container">
<li><a href="#top">Top</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
-->
</nav>
<!-- Home -->
<div class="wrapper style1 ">
<article class="container" id="top">
<div class="row">
<div class="4u">
<span class="image fit"> <img src="images/imgDS3_1.JPG" alt=""/></span>
</div>
<div class="8u">
<header>
<h1><strong>Denys Sypko.</strong> </h1>
</header>
<p> Estudiante de <strong> Ingeniería de Computadores </strong> en la Facultad de Informática UCM.</br>
<strong>Programming</strong> & Sport lover.</p>
</div>
</div>
</article>
</div>
<!-- Contact -->
<div class="wrapper style4">
<article id="contact" class="container">
<header>
<h2>Email</h2>
<li id="copyright"><p><a href="[email protected]">[email protected]</a></p></li>
</header>
<footer>
<ul id="copyright">
<li>© Denys Sypko. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</article>
</div>
</body>
</html>