-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (52 loc) · 2.54 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
<!DOCTYPE html>
<html >
<head>
<title>MAGNATE '18</title>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="C:/Users/Dhwani/Desktop/pulzion/Pulzion17/dist/MDB-dist/js/mdb-compiled.min.css">
<!--INNOVATIA-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="css/starting.css">
<link rel="shortcut icon" href="images/icon.png">
<!--pictedc-->
<link href='https://fonts.googleapis.com/css?family=Aref Ruqaa' rel='stylesheet'>
<!--Menu -->
<link rel="canonical" href="http://www.thepetedesign.com/demos/square_menu_demo.html" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<!--explore-->
<link href='https://fonts.googleapis.com/css?family=Expletus Sans' rel='stylesheet'>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<div class="wrap">
<svg id="paper"></svg>
<div class="bg">
<span class="space"></span>
<span class="letter">M</span>
<span class="letter">A</span>
<span class="letter">G</span>
<span class="letter">N</span>
<span class="letter">A</span>
<span class="letter">T</span>
<span class="letter">E</span>                
<span class="letter">1</span>
<span class="letter">8</span>
</div>
<div class="explore" type="button"><a href="home.html">Explore Us!</a></div>
</div>
<script>
$(document).ready( function() {
$(".sidemenu").square_menu();
});
</script>
<script type="text/javascript" src="C:/Users/Dhwani/Desktop/pulzion/Pulzion17/dist/MDB-dist/js/mdb-compiled.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/sketch.js/1.0/sketch.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/snap.svg/0.4.1/snap.svg-min.js'></script>
<script type="text/javascript" src="js/anime.js"></script>
<script type="text/javascript" src="js/home.js"></script>
</body>
</html>