-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
87 lines (80 loc) · 3.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Festival</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Festival">
<meta name="description" content="Festival description">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/animation.css">
<link rel="stylesheet" href="css/common.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/index.js"></script>
</head>
<body>
<div class="spinner-container">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
<div class="phone-buttons">
<div class="float-box-top-left"><a href="#" ><span>Facebook</span><img src="images/icons/fb.jpg"></a></div>
<div class="float-box-left"><a href="#" ><span>Twitter</span>
<img src="images/icons/twit.jpg"></a></div>
<div class="float-box-bottom-left"><a href="#" ><span>Instagram</span>
<img src="images/icons/insta.jpg"></a></div>
<div class="float-box-top-right"><a href="developers.html" target="_blank"><span>Developrs</span>
<img src="images/icons/dev.jpg"></a></div>
</div>
<div class="smallphone-buttons">
<div class="float-box-right"><a href="contact-us.html" target="_blank"><span>Contact</span><img src="images/icons/call.png"></a></div>
<div class="float-box-bottom-right"><a href="sponsors.html" target="_blank"><span>Sponsors</span><img src="images/icons/spon.png"></a></div>
</div>
<h1><a href="index.html"><img src="images/icons/logo.png"></a></h1>
<div class="top-left">
<a href="category1.html">
<div class="div-hover">
<img src="images/icons/category1.jpg">
<h3>Category 1</h3>
</div>
<h3 class="phone">Category 1</h3></a>
</div>
<div class="top-right">
<a href="category2.html">
<div class="div-hover">
<img src="images/icons/category2.jpg">
<h3>Category 2</h3>
</div>
<h3 class="phone">Category 2</h3></a>
</div>
<div class="bottom-left">
<a href="category3.html">
<div class="div-hover">
<img src="images/icons/category3.jpg">
<h3>Category 3</h3>
</div>
<h3 class="phone">Category 3</h3></a>
</div>
<div class="bottom-right">
<a href="category4.html">
<div class="div-hover">
<img src="images/icons/category4.jpg">
<h3>Category 4</h3>
</div>
<h3 class="phone">Category 4</h3></a>
</div>
<script>WidthChange();</script>
<script src="js/imgerror.js"></script><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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84426803-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>