-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
74 lines (62 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Alien</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/style.css" rel="stylesheet">
<script src="js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="js/jquery.interactive_bg.js"></script>
<script src="js/baffle.min.js"></script>
<script src="js/typed.js"></script>
</head>
<body>
<div class='noMobile'>
<p>Due to a specific destiny and for maximum viewing experience, this website is not available for mobiles and resolutions lower than 800px. Sorry!</p>
</div>
<div class="container">
<div class="carouselParent">
<div class="carousel">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
<div class="content">
<div class="bg" data-ibg-bg="media/pic2.png"></div>
<div class="bubbles">
<div class="bubbleShadow1"></div>
<div class="bubbleShadow2"></div>
<div class="bubbleShadow3"></div>
<div class="bubble bubble--1">
<span class='xg'>past</span>
</div>
<div class="bubble bubble--2">
<span class='xg'>presence</span>
</div>
<div class="bubble bubble--3">
<span class='xg'>future</span>
</div>
</div>
<div class="name">
<h1>Konrad Daniek</h1>
</div>
<div class="title">
<h2>JavaScript developer</h2>
</div>
<div class="past">
<p>Nobody expected it.</p>
</div>
<div class="future">
<p>Abandon all hope.</p>
</div>
<div id='mainDiv' class="hype move">
<span class="element"></span>
</div>
<div class="site-transition">
<img src="media/glitch-transition.gif" alt=""/>
</div>
</div>
</div>
<script src="js/scripts.js"></script>
</body>
</html>