-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
359 lines (298 loc) · 12.1 KB
/
index.php
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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html>
<html>
<head>
<title>HOME</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" type="text/css" href="index.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700i" rel="stylesheet">
<style>
/*body{
font-family: 'Roboto Condensed', sans-serif;
overflow-x: hidden;
}
*/ /*body { background-image: url(ur.jpg);}*/
/* h1 { margin:150px auto 30px auto; text-align:center; color:#fff;}*/
.hi-slide { position: relative; width: 754px; height: 292px; margin: 15px auto 0; }
.hi-slide .hi-next,
.hi-slide .hi-prev
{ position: absolute;
top: 50%;
width: 40px;
height: 40px;
/* margin-top: -20px; */
border-radius: 100px;
line-height: 40px;
text-align: center;
cursor: pointer;
background-color: white;
color:#240C48;
transition: all 0.6s;
font-size: 20px;
font-weight: bold;
}
.hi-slide .hi-next:hover,
.hi-slide .hi-prev:hover
{
opacity: 1;
background-color: white;
}
.hi-slide .hi-prev { left: -60px; }
.hi-slide .hi-prev::before { content: '<'; }
.hi-slide .hi-next { right: -150px; }
.hi-slide .hi-next::before { content: '>'; }
.hi-slide > ul
{
list-style: none;
position: relative;
width: 100%;
height: 292px;
margin: 0;
padding: 0;
}
.hi-slide > ul > li {
overflow: hidden;
position: absolute;
z-index: 0;
left: 377px;
top: 146px;
width: 224px;
height: 288px;
margin: 0;
padding: 2px;
border: 2px solid #240C48;
border-radius: 5px;
background-color: white;
cursor: pointer;
transition: all 1s ease 0s;
}
.hi-slide > ul > li > img { width: 100%; height: 100%; background-position: center;}
</style>
</head>
<body>
<!-- nav bar -->
<nav class="navbar navbar-invert navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./index.php">
<img width="40" alt="Brand"src="./image/index/logo.png">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar-links">
<ul id="links" class="nav navbar-nav navbar-right">
<li> <a href="./about.php">ABOUT</a></li>
<li> <a href="./features.php">FEATURES</a></li>
<li> <a href="./blogs.php">BLOGS</a></li>
<li> <a href="./contact-us.php">CONTACT US</a></li>
<li> <a href="./account.php">ACCOUNT</a></li>
<li id="signIn"> <a href="./sign-in.php">SIGN IN</a></li>
</ul>
</div>
</div>
</nav>
<!-- nav bar ends -->
<!-- 1st Section -->
<div class="home1">
<div id="second" class="container">
<div class="row">
<div class="col-sm-8 ">
</div>
<div class="col-sm-4 ">
<h1>figit</h1>
<p style="text-align: right;">
Easy to understand marketing courses, feature insights and brand studies free of cost. Elevate your understanding with regular tips and stay up to date with latest features through our Broadcast and Blogs.
</p>
</div>
</div>
</div>
</div>
<!-- 2nd Section -->
<div class="sections section2">
<div id="third" class="container-azad">
<div class="row">
<div class="col-sm-5 " style="padding: 2rem 5%;">
<div class="thumbnail">
<img class="img-fluid" src="./image/index/homepage discover.png">
</div>
</div>
<div class="col-sm-7 content" style="padding: 0rem 5%;">
<h1>Wait but why?</h1>
<h5>
Marketers with the same technical expertise of Digital Marketing produce results that are miles apart. All that lies in between is an in-depth understanding of content and design encapsulated by amazing branding ideas. We intend to fill this gap by starting with basic courses, gradually moving to advanced ones and meanwhile testing your knowledge with in-app quizzes. <br>
Not sure if Figit is for you? If you are preparing for a job, switching your streams or looking for a freelancing project, we will have it all covered. Influencers and pre-seed stage startups are welcome for free counselling through the contact us section. Subscribe to our WhatsApp Broadcasts by sending “Start Figit Broadcast” and we will make sure you stay up to date with latest updates on marketing tools and social media platforms.
</h5>
</div>
<div style="text-align: right;">
<a href="./features.php"><button class="btn btn-primary btn-lg">FEATURES</button></a>
</div>
</div>
</div>
</div>
<!-- 3rd Section -->
<div class="sections section3">
<div id="forth" class="container">
<h1 >6 Specializations</h1>
<p>
Currently we offer six categories of courses as listed below. Each of these categories contain multiple courses along with in-app quizzes which are strongly recommended. Every course completion awards you 25 xp, 100 of which will get you a badge. They don’t matter much but then who doesn’t like badges?
</p>
<img width=70% src="./image/index/web skills.png">
</div>
</div>
<!-- 4th Section -->
<div class="sections section4">
<div id="fifth" class="container-azad special">
<h1>Review</h1>
<div class="slide hi-slide">
<div class="hi-prev "></div>
<div class="hi-next "></div>
<ul>
<li>
<h4>Tejas Bagrecha</h4>
<p>
Lorem ipsum dolor sit amet,eu quidam omnesque pro. In
cum salutandi gubergren assentior,nec ei reque timeam<br>
delenit,eruditi fabellas consectetuer at eam. Qui ne sint
omnes.Congue efficiendi no cum,eu vis purto persius<br>
tacimates. Eos ad dictas animal assueverit, duo eu mollis
accusam.
</p>
</li>
<li>
<h4>Acquilin Jon</h4>
<p>
Lorem ipsum dolor sit amet,eu quidam omnesque pro. In
cum salutandi gubergren assentior,nec ei reque timeam<br>
delenit,eruditi fabellas consectetuer at eam. Qui ne sint
omnes.Congue efficiendi no cum,eu vis purto persius<br>
tacimates. Eos ad dictas animal assueverit, duo eu mollis
accusam.
</p>
</li>
<li>
<h4>Neel Tripathi </h4>
<p>
Lorem ipsum dolor sit amet,eu quidam omnesque pro. In
cum salutandi gubergren assentior,nec ei reque timeam<br>
delenit,eruditi fabellas consectetuer at eam. Qui ne sint
omnes.Congue efficiendi no cum,eu vis purto persius<br>
tacimates. Eos ad dictas animal assueverit, duo eu mollis
accusam.
</p>
</li>
<li>
<h4>Piyush Deval </h4>
<p>
Lorem ipsum dolor sit amet,eu quidam omnesque pro. In
cum salutandi gubergren assentior,nec ei reque timeam<br>
delenit,eruditi fabellas consectetuer at eam. Qui ne sint
</p>
</li>
<li>
<h4>Sajel Saxena </h4>
<p>
Lorem ipsum dolor sit amet, eu quidam omnesque pro. In
cum salutandi gubergren assentior,nec ei reque timeam<br>
delenit,eruditi fabellas consectetuer at eam. Qui ne sint
omnes.Congue efficiendi no cum,eu vis purto persius<br>
tacimates. Eos ad dictas animal assueverit, duo eu mollis
accusam.
</p>
</li>
<li>
<h4>Neel Tripathi </h4>
<p>
Lorem ipsum dolor sit amet,eu quidam omnesque pro. In
cum salutandi gubergren assentior,nec ei reque timeam<br>
delenit,eruditi fabellas consectetuer at eam. Qui ne sint
omnes.Congue efficiendi no cum,eu vis purto persius<br>
tacimates. Eos ad dictas animal assueverit, duo eu mollis
accusam.
</p>
</li>
<li>
<h4>Piyush Deval </h4>
<p>
Lorem ipsum dolor sit amet,eu quidam omnesque pro. In
cum salutandi gubergren assentior,nec ei reque timeam<br>
delenit,eruditi fabellas consectetuer at eam. Qui ne sint
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- 5th Section -->
<div class="sections section5">
<div id="sixth" class="container-azad">
<div class="row">
<div class="col-sm-7 content">
<h1>
“The key is, no matter what story you tell, make the buyer the hero” – Chris Brogan
</h1>
<p >
In the end, it all comes to tell an engaging story which swoops your potential customers/audience off their feet. New courses, explanatory videos, monthly magazines and much coming soon to help you with your story. Stay tuned.
</p>
<a href="#"><img style="padding-top: 4rem;width:30%;" src="./image/index/download the app.png"></a>
</div>
<div class="col-sm-5 ">
<div class="thumbnail">
<img src="./image/index/download vector.png">
</div>
</div>
</div>
</div>
</div>
<!-- site map -->
<div class="site-map">
<footer >
<div id="foot"class="container">
<div class="row">
<div class="col-sm-5">
<div class="logo">
<img style="width: 100%;" src="./image/index/purple.png">
</div>
<h6 style="margin: 0 auto;">Address: Lorem ipsum dolor sit amet,eu quidam omnesque pro. Incum salutandi gubergren </h6>
</div>
<div class="col-sm-2">
<h6 class="blue">COMPANY</h6>
<a href="./index.php">Home Page</a> <br>
<a href="#">Discover</a> <br>
<a href="./about.php">About us</a>
</div>
<div class="col-sm-2 ">
<h6 class="blue">INFORMATION</h6>
<a href="./sign-in.php">Creat Accounts</a> <br>
<a href="#">Careers</a>
</div>
<div class="col-sm-2 ">
<h6 class="blue">LEGAL</h6>
<a href="#">Privacy Policy</a> <br>
<a href="#">Cookie Policy</a> <br>
<a href="#">Terms of Usage</a>
</div>
<div class="col-sm-1">
</div>
</div>
</div>
</footer>
</div>
<!-- site map ends -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="js/jquery.hislide.js" ></script>
<script>
$('.slide').hiSlide();
</script>
</body>
</html>