-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (72 loc) · 3.03 KB
/
index.html
File metadata and controls
90 lines (72 loc) · 3.03 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/reset.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/si.css" media="screen">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<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/images/avatar.jpg"/>
<meta property="og:description" content="web-developer"/>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>flashbag.github.io by flashbag</title>
</head>
<body>
<div>
<h1 class="primary-title">flashbag</h1>
<h3 class="secondary-title">web-developer</h3>
</div>
<div class="contacts">
<div>
<a href="mailto:me@flashbag.if.ua" class="emailme">
<div>
<img src="images/mail.png">
</div>
<div>
oleggg.normal@gmail.com
</div>
</a>
</div>
<div>
<a href="skype:flashbaggg?chat" class="skypeme">
<div>
<img src="images/skype.png">
</div>
<div>
flashbaggg
</div>
</a>
</div>
</div>
<div class="social">
<p>
<a href="http://bit.ly/flashbaggithub" title="GitHub" class="si si-github">GitHub</a>
<a href="http://bit.ly/flashbagsoundcloud" title="SoundCloud" class="si si-soundcloud">SoundCloud</a>
<a href="http://bit.ly/flashbagtwitter" title="Twitter" class="si si-twitter">Twitter</a>
</p>
<p>
<a href="http://bit.ly/flashbaglinkedin" title="LinkedIn" class="si si-linkedin">LinkedIn</a>
<a href="http://bit.ly/flashbagbitbucket" title="Bitbucket" class="si si-bitbucket">Bitbucket</a>
<a href="http://bit.ly/flashbaglastfm" title="Last.fm" class="si si-lastfm">Last.fm</a>
</p>
</div>
<div class="buttons" style="display:none;">
<div>
<a target="_blank" href="http://bit.ly/flashbagblogflashbagifua" class="button">Blog</a>
</div>
<div>
<a target="_blank" href="http://bit.ly/flashbagbrainstorageportfolio" class="button">Portfolio</a>
</div>
</div>
<script src="javascripts/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
</body>
</html>