-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (39 loc) · 1.63 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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Artemi Krymski</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Fenix|Montserrat|Playfair+Display:700italic,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
<script src="http://cdn.polyfill.io/v1/polyfill.min.js"></script>
<!--[if lt IE 9]>
<script src="/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<section class="main-header home">
<div class="vertical-container">
<div class="wrapper clearfix">
<header>
<h1 id="main-title">Artemi Krymski</h1>
<h2 id="main-subtitle">Entrepreneur & Software Developer</h2>
</header>
<div class="social">
<a href="http://github.com/akrymski" class="symbol"></a>
<a href="http://twitter.com/krymski" class="symbol"></a>
<a href="http://facebook.com/krymski" class="symbol"></a>
<a href="https://www.linkedin.com/in/ak102" class="symbol"></a>
<a href="https://www.quora.com/Artemi-Krymski" class="symbol"></a>
<a href="skype:akrymski?chat" class="symbol"></a>
<a href="#" id="e" class="symbol"></a>
</div>
</div>
</div>
</section>
<script>
var x = 'artemi', y = 'krymski';
document.getElementById('e').setAttribute('href', 'mailto:' + x + '@' + y + '.com');
</script>
</body>
</html>