-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (102 loc) · 4.56 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="flashbag homepage"/>
<meta property="og:url" content="http://flashbag.if.ua"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="http://flashbag.if.ua/assets/img/avatar.jpg"/>
<meta property="og:description" content="web-developer"/>
<title>flashbag | homepage</title>
<link href="//fonts.googleapis.com/css?family=Ubuntu:300italic,300,400italic,400,500italic,500,700italic,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="assets/css/foundation.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/si.css" />
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico">
<script src="assets/js/vendor/modernizr.js"></script>
</head>
<body>
<div class="container">
<div class="row main">
<div class="large-12 columns">
<div class="panel">
<div class="text-center">
<h1 class="primary-title">flashbag</h1>
<h3 class="secondary-title">web-developer</h3>
</div>
<div class="row">
<div class="large-12 medium-12 columns text-center">
<p>
<span class="contact-btns">
<a href="skype:flashbaggg?chat" class="skypeme">
<img src="assets/img/skype.png" width="64"/>flashbaggg</a>
<a href="mailto:me@flashbag.if.ua" class="emailme">
<img src="assets/img/mail.png" width="64"/>flashbag.zvir@gmail.com</a>
</span>
</p>
<p>
<a target="_blank" href="http://bit.ly/flashbaggithub" title="GitHub" class="si si-github">GitHub</a>
<a target="_blank" href="http://bit.ly/flashbagsoundcloud" title="SoundCloud" class="si si-soundcloud">SoundCloud</a>
<a target="_blank" href="http://bit.ly/flashbagfacebook" title="Facebook" class="si si-facebook">Facebook</a>
<a target="_blank" href="http://bit.ly/flashbagtwitter" title="Twitter" class="si si-twitter">Twitter</a>
</p>
<p>
<a target="_blank" href="http://bit.ly/flashbaglinkedin" title="LinkedIn" class="si si-linkedin">LinkedIn</a>
<a target="_blank" href="http://bit.ly/flashbagbitbucket" title="Bitbucket" class="si si-bitbucket">Bitbucket</a>
<a target="_blank" href="http://bit.ly/flashbaglastfm" title="Last.fm" class="si si-lastfm">Last.fm</a>
<a target="_blank" href="http://bit.ly/flashbaggoogleplus" title="Google+" class="si si-googleplus">Google+</a>
</p>
</div>
</div>
<br /><hr /><br />
<div class="row">
<div class="large-4 medium-4 medium-push-1 left">
<a target="_blank" href="http://bit.ly/flashbagblogflashbagifua" class="button success expand my-btn">Blog</a>
</div>
<div class="large-4 medium-4 medium-pull-1 right">
<a target="_blank" href="http://bit.ly/flashbagbrainstorageportfolio" class="button success expand my-btn">Portfolio</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/vendor/jquery.js"></script>
<script src="assets/js/foundation.min.js"></script>
<script src="assets/js/script.js"></script>
<script>
$(document).foundation();
</script>
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter23822392 = new Ya.Metrika({id:23822392,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<!-- /Yandex.Metrika counter -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-29897314-1', 'flashbag.if.ua');
ga('send', 'pageview');
</script>
</body>
</html>