-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (59 loc) · 2.41 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
<!DOCTYPE html>
<!-- skel-baseline v3.0.1 | (c) n33 | skel.io | MIT licensed -->
<html>
<head>
<title>Vasil Chimev</title>
<meta charset="UTF-8">
<meta name="description" content="Vasil Chimev Personal Website" />
<meta name="keywords" content="Vasil Chimev, Vasil, Chimev, chimev.com, vasil@chimev.com" />
<meta name="author" content="Vasil Chimev" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- <link rel="icon" type="image/png" href="images/favicon.png" /> -->
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Main -->
<div id="main" class="container">
<!-- Banner -->
<section id="banner">
<h2>Vasil Chimev</h2>
<p>Software Quality Assurance Engineer</p>
<ul class="icons">
<!-- <li>
<a href="https://www.facebook.com/chim3v" class="icon fa-facebook" target="_blank"><span class="label">Facebook</span></a>
</li> -->
<!-- <li>
<a href="https://plus.google.com/+VasilChimev" class="icon fa-google-plus" target="_blank"><span class="label">Google+</span></a>
</li> -->
<!-- <li>
<a href="https://www.linkedin.com/in/chimev" class="icon fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a>
</li> -->
<li>
<a href="https://twitter.com/vchimev" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a>
</li>
<li>
<a href="https://github.com/chimev" class="icon fa-github" target="_blank"><span class="label">Github</span></a>
</li>
<li>
<a href="http://stackoverflow.com/users/5953546/chimev?tab=profile" class="icon fa-stack-overflow" target="_blank"><span class="label">Stack Overflow</span></a>
</li>
<!-- <li>
<a href="http://blog.chimev.com/" class="icon fa-newspaper-o" target="_blank"><span class="label">Blog</span></a>
</li> -->
<li>
<a href="mailto:vasil@chimev.com" class="icon fa-envelope-o"><span class="label">Email</span></a>
</li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
© chimev.com
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>