-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (52 loc) · 2.12 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>mangoes mobile</title>
<link rel="shortcut icon" href="assets/img/step.png" alt="step"/>
<link rel="stylesheet" type="text/css" href="assets/css/style.css"/>
<link rel="stylesheet" type="text/css" href="assets/css/animate.min.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="assets/js/jquery.doubletap.js" type="text/javascript"></script>
<script src="assets/js/scripts.js" type="text/javascript"></script>
</head>
<body class="black" style="background-size: 39%;">
<div class="logo-container">
<div id="full-logo">
<div id="logo" style="">
<img class="collective" src="assets/img/logo/main_logo.png" alt="" style="">
</div>
<div id="wave">
<div id="wave-1" class="wave"></div>
<div id="wave-2" class="wave"></div>
<div id="wave-3" class="wave"></div>
<div id="wave-4" class="wave"></div>
</div>
</div>
<div id="full-logo-shadow">
<div id="logo-shadow" style="">
<img class="collective" src="assets/img/logo/follow-the-line-to-figure-the-form.png"
alt="follow the line to figure the form">
</div>
<div id="wave-shadow">
<div id="wave-1-shadow" class="wave"></div>
<div id="wave-2-shadow" class="wave"></div>
<div id="wave-3-shadow" class="wave"></div>
<div id="wave-4-shadow" class="wave"></div>
</div>
</div>
</div>
<footer class="fixed-footer footer-mangoes-logo-container">
<a href="mailto:[email protected]" target="_blank">
<img class="footer-mangoes-logo" src="assets/img/step-word-forward.png" alt="step word forward">
</a>
</footer>
<script type="text/javascript">
$(document).ready(function () {
flashlightEffect($(".black"), "black");
// animateMangoesLogo();
animation_2();
animation_4();
});
</script>
</body>
</html>