-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (78 loc) · 3.91 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
<!DOCTYPE html>
<html>
<head>
<title>Sava</title>
<link rel="stylesheet prefetch" href="css/font-awesome.min.css"/>
<link rel="stylesheet prefetch" href="css/animations.css" type="text/css"/>
<link rel="stylesheet prefetch" href="css/universal.css" type="text/css"/>
<link rel="stylesheet prefetch" href="css/style.css" type="text/css"/>
<link rel="stylesheet prefetch" href="css/social.css" type="text/css"/>
<link rel="stylesheet prefetch" href="css/overlay.css" type="text/css"/>
<link rel="icon" type="image/png" sizes="96x96" href="asset/favicon-96x96.png">
<link href='https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet prefetch' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script rel="prefetch" type="text/javascript" src="js/main.js"></script>
<script rel="prefetch" type="text/javascript" src="js/fullpage_anim.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6035885614011500",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div id="container">
<div id="intro" class="box-center centeredcontent">
<div class="menu divrightalign">
<!--<span onclick="openAboutUp()"><a href="#about" class="menuitem">About me</a></span>
<span onclick="openProjectUpDouble()"><a href="#projects" class="menuitem">Projects</a></span>-->
</div>
<div class="center">
<img src="asset/logo.png" id="profile"/>
<p id="name">Andrej "Sava" Savikin</p>
<div id="social">
<div>
<a href="https://github.com/ThatSava"><i class="fa fa-github fa-4x white social" aria-hidden="true"></i></a>
<a href="https://bitbucket.org/ThatSava/"><i class="fa fa-bitbucket fa-4x white social" aria-hidden="true"></i></a>
</div>
<div id="secret-not">
<!--<a href="https://discord.gg/xtyMM4e" class="svg"><object data="asset/discord.svg" id="discord" type="image/svg+xml"></object></a>-->
<!--<a href="https://steamcommunity.com/id/savikin"><i class="fa fa-steam fa-4x white social" aria-hidden="true"></i></a>-->
</div>
</div>
</div>
</div>
<div id="aboutme">
<div class="menu divrightalign">
<span onclick="openHomeDown()"><a href="#home" class="menuitem">Home</a></span>
<span onclick="openProjectUp()"><a href="#projects" class="menuitem">Projects</a></span>
</div>
<div class="text-box">
<ul>
<li><p>I am a freelance sever administrator and developer.<br/> </p></li>
<li><p>I usually go around online under the name Sava or ThatSava.<br/> </p></li>
<li><p>I am bad at writing and don't know what to put in about me section of my website.<br/> </p></li>
</ul>
</div>
</div>
<div id="myprojects">
<div class="menu divrightalign">
<span onclick="openHomeDownDouble()"><a href="#home" class="menuitem">Home</a></span>
<span onclick="openAboutDown()"><a href="#about" class="menuitem">About Me</a></span>
</div>
<div class="text-box">
<div id="discordlink" class="project">
<a href="https://github.com/andrejsavikin/DiscordLink">
<h1 class="text">Discordlink</h1>
<img src="asset/discord-blue.svg" id="discordlinklogo">
</a>
</div>
<div class="project disabled">
<h1 class="text">Discordlink</h1>
</div>
</div>
</div>
</div>
</body>
</html>