-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
274 lines (248 loc) · 10 KB
/
about.php
File metadata and controls
274 lines (248 loc) · 10 KB
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
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel="stylesheet" type="text/css" href="./bootstrap.css">
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<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="about.css">
</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 class="active" 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 -->
<!-- section 1 -->
<div class="sections section1">
</div>
<!-- section 2 -->
<div class="sections section2">
<div class="container-fluid">
<div class="content">
<h1>About the project</h1>
<p>
The application was developed with the goal of helping people find quality marketing courses more easily that too free of cost. All courses are created keeping in mind the Indian consumer mindset so as to help designing more accurate and efficient campaigns.
</p>
<h1>About the Team</h1>
<p>
Hailing from Tier 1 Engineering colleges and armed with exquisite experience in our respective fields, we came together to create something which we feel is the need of the hour. If you want to talk to us or send suggestions, the ‘Contact Us’ tab leads right to our mailbox.
</p>
<h1>FAQ</h1>
<p class="down bold">Do I need to pay anything?</p>
<p class="up">
Zero, zip, zilch, nada.
</p>
<p class="down bold">
Does Figit offer handouts, tests or complimentary content?
</p>
<p class="up">
At the end of every course you can complete a short quiz. You can subscribe to our WhatsApp Broadcasts, blog and social media platforms for tip, tricks and regular updates on marketing platforms. We are currently working on a monthly magazine, informative videos and video lectures which will be available soon.
</p>
</div>
</div>
</div>
<!-- section 3 -->
<div class="sections section3">
<h1 class="white">
Recommended Learning Process?
</h1>
<div class="row">
<div class="col-sm-3 block">
<div class="card">
<img class="card-img-top" src="./image/about/about how fifit1.png">
<div class="card-body">
<p>
Study: Make notes while learning every course topic. Mark your favourites, find your ongoing courses in the ‘Resume’ section and practice quizzes till you get a perfect score. After completing a course, head to few blogs on relevant topics.
</p>
</div>
</div>
</div>
<div class="col-sm-3 block ">
<div class="card">
<img class="card-img-top" src="./image/about/about how fifit2.png">
<div class="card-body">
<p>
Execute: Bring the course to action in your blog/ startup or office work. Practise till results are better and send us your queries if any, we would be happy to help. We will launch our magazines and videos soon which will help deepen your concepts.
</p>
</div>
</div>
</div>
<div class="col-sm-3 block">
<div class="card">
<img class="card-img-top" src="./image/about/about how fifit3.png">
<div class="card-body">
<p>
Discuss: You might or might not be satisfied with your practical results. If not, join our social community and discuss your queries or send us a message. After a proper study, execution and discussion you are good to go on your marketing journey.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- section 4 -->
<div class="sections section4">
<h1>Team</h1>
<div class="content">
<p>
What makes us different? Our people. They bring unparalleled passion, commitment and creativity to our platform. And because we value quality, integrity and relationships above all else, you can rest assured of getting a never before learning experience with Figit.
</p>
</div>
<div class="container-fluid padding">
<div class="row padding">
<div class="col-md-3 col-xs-4">
<div class="card">
<div class="thumbnail card">
<img style="height:266.62px;width:266.62"class="card-img-top" src="./image/about/Agosh Baranwal.jpg">
</div>
<div class="card-body">
<h4 class="card-title">Agosh Baranwal</h4>
<p class="card-text">Founder and CEO
</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-4">
<div class="card">
<div class="thumbnail card">
<img style="height:266.62px;width:266.62" class="card-img-top" src="./image/about/Abhishek Sagar.jpg">
</div>
<div class="card-body">
<h4 class="card-title">
Abhishek Sagar
</h4>
<p class="card-text">Partner and Mentor</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-4">
<div class="card">
<div class="thumbnail card">
<img style="height:266.62px;width:266.62"class="card-img-top" src="./image/about/Sajel Saxena.jpg">
</div>
<div class="card-body">
<h4 class="card-title">Sajel Saxena</h4>
<p class="card-text">Marketing Advisor</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-4">
<div class="card">
<div class="thumbnail card">
<img style="height:266.62px;"class="card-img-top" src="./image/about/Tilak Goel.jpg">
</div>
<div class="card-body">
<h4 class="card-title">Tilak Goel</h4>
<p class="card-text">App Development Intern</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-4">
<div class="card">
<div class="thumbnail card">
<img style="height:266.62px;width:266.62"class="card-img-top" src="./image/about/Azad Kumar.jpg">
</div>
<div class="card-body">
<h4 class="card-title">Azad Kumar</h4>
<p class="card-text">Website Development Intern</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-4">
<div class="card">
<div class="thumbnail card">
<img style="height:266.62px;width:266.62"class="card-img-top" src="./image/about/Shashank Siddhartha.jpg">
</div>
<div class="card-body">
<h4 class="card-title">Shashank Siddhartha</h4>
<p class="card-text">UI/UX Design Intern </p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-4">
<div class="card">
<div class="thumbnail card">
<img style="height:266.62px;width:266.62"class="card-img-top" src="http://i.imgur.com/qK42fUu.jpg">
</div>
<div class="card-body">
<h4 class="card-title">John Doe</h4>
<p class="card-text">John is an Internet entrepreneur</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-4">
<div class="card">
<div class="thumbnail card">
<img style="height:266.62px;width:266.62"class="card-img-top" src=" https://images.unsplash.com/photo-1444090542259-0af8fa96557e?dpr=2&fit=crop&fm=jpg&h=825&q=50&w=1450">
</div>
<div class="card-body">
<h4 class="card-title">John Doe</h4>
<p class="card-text">John is an Internet entrepreneu </p>
</div>
</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 foot-sec">
<h6 >COMPANY</h6>
<a href="./index">Home Page</a> <br>
<a href="#">Discover</a> <br>
<a href="./about.php">About us</a>
</div>
<div class="col-sm-2 foot-sec">
<h6 >INFORMATION</h6>
<a href="./sign-in.php">Creat Accounts</a> <br>
<a href="#">Careers</a>
</div>
<div class="col-sm-2 foot-sec">
<h6 >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 -->
</body>
</html>