-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (51 loc) · 3.14 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="robots" content="noodp">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>EPICGADGETSHUB - LAUNCHED</title>
<link rel="shortcut icon" href="assets/img/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=latin-ext" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/plugins.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
</head>
<body>
<div class="preloader">
<div class="spinner">
<div class="bounce-1"></div>
<div class="bounce-2"></div>
<div class="bounce-3"></div>
</div>
</div>
<div class="hero">
<div class="front-content">
<div class="container-mid">
<div class="animation-container animation-fade-down" data-animation-delay="0">
<img class="img-responsive logo" src="assets/img/logo.png" alt="image">
</div>
<div class="animation-container animation-fade-right" data-animation-delay="300">
<h1>We're Live Now..</h1>
</div>
<div class="animation-container animation-fade-left" data-animation-delay="600">
<p class="subline">Our Website Is Live Now. Go & Visit Our Website And Shop Now.</p>
</div>
<div class="animation-container animation-fade-up" data-animation-delay="900">
<div class="open-popup"><a href="https://epicgadgetshub.netlify.app">Visit Website</a></div>
</div>
</div>
<div class="footer">
<div class="animation-container animation-fade-up" data-animation-delay="1200">
<p>© 2024 EPICGADGETSHUB | Design by <a href="https://instagram.com/epicgadgetshub">EGH TEAM</a></p>
</div>
</div>
</div>
<div class="background-content parallax-on">
<div class="background-overlay"></div>
<div class="background-img layer" data-depth="0.05"></div>
</div>
</div>
<script type="text/javascript" src="assets/js/plugins.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>