-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
263 lines (240 loc) · 10.7 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>bootstrap website</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="icon" type="image/png" href="./images/favicon-16x16.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<!--
<style>
body.light{
color:#222222;
background-color: #ffffff;
}
body.dark{
/* color:#DEE4E7; */
color:#fff;
background-color: black;
}
</style> -->
</head>
<body>
<div class="loading">
<span></span>
<span></span>
<span></span>
</div>
<div class="arrow">
<a href="#" title="Back to Top"><span class="fas fa-angle-up"></span></a>
</div>
<section id="nav-bar" class="background">
<nav class="navbar navbar-expand-lg navbar-light ">
<a class="navbar-brand" href="#" style="color: #fff; font-family: cursive;margin-left: 20px;margin-top: 20px;font-size: 25px;font-weight: 900;">
<img src="./images/seo.PNG" class="logo-name"></a>
<button class="navbar-toggler " type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item ">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#" >Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#" >Contact</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#" >Login</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#" >Sign Up</a>
</li>
</ul>
</div>
</nav>
<!-- <p><button id="theme-toggle" style="background: transparent;>theme</button></p> -->
</section>
<!-- banner section -->
<section id="banner" class="background">
<div class="container">
<div class="row">
<div class="col-md-6 text-center">
<p class="promo-title">Best Online Seo Service at low price</p>
<p>subscribe for more update for best deal at cheapest price</p>
<a href="#" >watch Preview</a>
</div>
<div class="col-md-6 text-center">
<img src="./images/hiclipart.com (2).png" class="img-fluid">
</div>
</div>
</div>
<!-- <img src="" > -->
</section>
<!-- -----------------service section---------- -->
<section id="services" class="background">
<div class="container text-center">
<h1 class="title">WHAT WE DO ?</h1>
<div class="row text-center">
<div class="col-md-4 services">
<img src="./images/brain.jpg" class="service-img">
<h4>Growth Marketing</h4>
<p>be affliate with us and earn upto 5 lac per month and get extra bonus by adding more employer like you </p>
</div>
<div class="col-md-4">
<img src="./images/hiclipart.com (6).png" class="service-img">
<h4>Online Brandings</h4>
<p>be affliate with us and earn upto 5 lac per month and get extra bonus by adding more employer like you </p>
</div>
<div class="col-md-4">
<img src="./images/bulb.jpg" class="service-img">
<h4>Animated adds</h4>
<p>be affliate with us and earn upto 5 lac per month and get extra bonus by adding more employer like you </p>
</div>
</div>
<button type="button" class="btn btn-primary">All Services</button>
</div>
</section>
<!-- about us -->
<section id="about-us" class="background">
<div class="container">
<h1 class="title text-center">WHY CHOOSE US ?</h1>
<div class="row">
<div class="col-md-6">
<p class="about-title"> Why we're different</p>
<ul>
<li> Believe in doing bussiness with honesty </li>
<li> understand what our client want from us</li>
<li> we create winning content strategy </li>
<li> we protect your reputation and market calue </li>
<li> we create winning content strategy </li>
<li> we punctual on time </li>
<li> Believe in doing bussiness with honesty </li>
</ul>
</div>
<div class="col-md-6">
<img src="./images/about.png" class="img-fluid">
</div>
</div>
</div>
</section>
<!-- ---------testimonial-------- -->
<section id="testimonials" class="background">
<div class="container">
<h1 class="title text-center">WHAT CLIENT SAY?</h1>
<div class="row offset=1">
<div class="col-md-4 testimonials">
<p>subscribe for more update for best deal at cheapest price</p>
<img src="./images/user1.jpg">
<p class="user-details"><b>Agelina</b><br>Co-founder at hotstuff.com</p>
</div>
<div class="col-md-4 testimonials">
<p>subscribe for more update for best deal at cheapest price</p>
<img src="./images/user3.jpg">
<p class="user-details"><b>Shaun paul</b><br>Co-founder at bigbucket.com</p>
</div>
<div class="col-md-4 testimonials">
<p>subscribe for more update for best deal at cheapest price</p>
<img src="./images/user2.jpg">
<p class="user-details"><b>Gal Gadot</b><br>Co-founder at Psyber.com</p>
</div>
</div>
</div>
</section>
<!-- ------------------social media section--------------- -->
<section id="social-media" class="background">
<div class="conatiner text-center">
<p>FIND US ON SOCIAL MEDIA</p>
<div class="social-icons">
<a href="#"><img src="./images/facebook.png" ></a>
<a href="#"><img src="./images/instagram-sketched.png" ></a>
<a href="#"><img src="./images/twitter.png" ></a>
<a href="#"><img src="./images/github-image.png" ></a>
<a href="#"><img src="./images/linkedin.png" ></a>
</div>
</div>
</section>
<!------------------ footer section---------- --------->
<section id="footer" class="background">
<div class="container">
<div class="row">
<div class="col-md-4 footer-box">
<img src="./images/seo.PNG" class="logo-name">
<!-- <a class="navbar-brand" href="#" style="color: rgb(214, 193, 193); font-family: cursive;margin-left: 20px;margin-top: 20px;font-size: 25px;font-weight: 900;">The NeckLace Shop</a> -->
<p>be affliate with us and earn upto 5 lac per month and get extra bonus by adding more employer like you</p>
</div>
<div class="col-md-4 footer-box">
<p><b>CONTACT US</b></p>
<P><i class="fa fa-map-marker"></i> Cannaught Place ,New Delhi </P>
<p><i class="fa fa-phone"></i> +91 9811010101</p>
<p><i class="fa fa-envelope-o"></i> seoexperts.@gmail.com</p>
</div>
<div class="col-md-4 footer-box">
<p><b>SUBSCRIBE NEWSLETTER</b></p>
<input type="email" class="form-control" placeholder="Your Email">
<button type="button" class="btn btn-primary">Subscribe</button>
</div>
</div>
<hr>
<p class="copyright">All Right Reserved ©seoexperts.com</p>
</div>
</section>
<script src="jquery-3.5.1.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
// $(".background").hide();
// $(window).load(function(){
// setTimeout(function(){
// $(".background").fadeIn();
// $(".loading").hide();
// })
// },3000)
setTimeout(function(){
$('.loading').fadeToggle();
},1500);
// dark theme added
let darkMode=false;
// default system setting
if(window.matchMedia('(perfers-color-scheme:dark)').matches){
darkMode=true;
}
// preference from localStorage
if(localStorage.getItem('theme')=='dark'){
darkMode=true;
}
else{
darkMode=false;
}
if(darkMode){
document.body.classList.toggle('dark');
}
document.addEventListener('DOMContentLoaded',()=>{
let themeToggle=document.getElementById('theme-toggle');
themeToggle.addEventListener('click',()=>{
document.body.classList.toggle('dark');
localStorage.setItem('theme',document.body.classList.contains('dark')?'dark':'light');
if(darkMode){
themeToggle.innerHTML='Light';
}
else{
themeToggle.innerHTML='Dark';
}
})
})
</script>
</body>
</html>