-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
245 lines (209 loc) · 9.84 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="CareerCoach helps students and professional excel in the career of their choice!">
<meta name="keywords" content="career, guidance, couselling, academics, profession">
<meta name="author" content="Lakshay Karnwal, Abhirup Singh">
<title>CareerCoach | About</title>
<link rel="icon" type="image/png" sizes="32x32" href="./images/career coach logo.png">
<link rel="stylesheet" href="app/css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<!--about-->
<div class="spinner-wrapper">
<div class="spinner"></div>
</div>
<header class = "header hide-for-mobile">
<nav class="container contianer--pall flex flex-jc-sb flex-ai-c">
<a href="index.html" class= "header__logo">
<img src="images/career coach banner.png" alt="Easybank">
</a>
<div class="header__links ">
<a href="index.html">Home</a><a href="service.html">Services</a><a href="#">About</a><a href="#contact">Contact</a>
</div>
<a href="service.html" class="button header__cta hide-for-mobile" >Register</a>
</nav>
</header>
<div class="menu__hamburger hide-for-desktop">
<div class= "menu__line"></div>
<div class= "menu__line"></div>
<div class= "menu__line"></div>
</div>
<ul class="menu__nav_links">
<li><a href="index.html">Home</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="#">About</a></li>
</ul>
<div class ="about_container ">
<section class="about ">
<div class="about_contentbx animate">
<h2 class = "about_heading animate">About us</h2>
<p class="about_text animate">CareerCoach is a service founded with the aim of bridging the gap between students and professions that cater the world today.<br><br>
Our aim is to provide affordable and professional guidance to career-oriented students at the comfort of their home. At CareerCoach inquisitive minds, inspired souls and young-minds looking for direction receive the mentorship they need to excel at the profession of their choice.
</p>
</div>
<div class="about_imgbx hide-for-mobile " >
<img src="images/both 1-min.png" style="height: 100%;
background-size:cover ;
background-position: center;">
</div>
</section>
</div>
<!--our process
<section class="process">
<h2 class = "about_heading">Our process</h2>
<p class="about_text about_text_design">We have designed our service into a simple three step procedure to make sure that your assistance seeking expereince is smooth and hassle free!</p>
<div class="process_container">
<div class="processbx">
<div>
<img src="https://img.icons8.com/dusk/72/000000/experience-skill.png" alt="">
<h2>register</h2>
</div>
</div>
<div class="processbx">
<div>
<img src="https://img.icons8.com/dusk/72/000000/experience-skill.png" alt="">
<h2>register</h2>
</div>
</div>
<div class="processbx">
<div>
<img src="https://img.icons8.com/dusk/72/000000/experience-skill.png" alt="">
<h2>register</h2>
</div>
</div>
</div>
</section>-->
<section class="feature animate" >
<div class="container container--pall">
<div class="animate">
<h2 class = "about_heading inherited_heading " style="color: white;">Our process</h2>
<p class="about_text about_text_design " style="color: white;">We have designed our service into a simple three step procedure to make sure that your assistance seeking expereince is smooth and hassle free!</p>
</div>
<div class="feature__grid animate">
<div class= "feature__item animate ">
<div class="feature__icon"><img src="images/register.gif"/></div>
<div class = "feature__wrapper ">
<div class="feature__title " style="font-weight: bold;">REGISTER</div>
<div class="feature__description ">
Click on the register button to select the package that suits your needs. Fill out the registration form.
</div>
</div>
</div>
<div class= "feature__item animate">
<div class="feature__icon "><img src="images/connect.gif"/></div>
<div class = "feature__wrapper">
<div class="feature__title " style="font-weight: bold;">CONNECT</div>
<div class="feature__description ">
Within 1-3 days we will connect you to one of our mentors according to your requirement. This will be an introductory call.
</div>
</div>
</div>
<div class= "feature__item animate ">
<div class="feature__icon"><img src="images/schedule.gif"></div>
<div class = "feature__wrapper ">
<div class="feature__title " style="font-weight: bold;">SCHEDULE</div>
<div class="feature__description ">
We will take your timings into consideration and contact you for the mentorship session. The details will be sent via email.
</div>
</div>
</div>
</div>
</div>
</section>
<!--sponsor-->
<div class ="sponsor_container animate">
<section class="client animate">
<div class="animate">
<h2 class="about_heading ">Our sponsors</h2>
<p class="sponsor_text ">There are a variety of ways of managing data to insert into SQL Server.
How we generate and insert data into tables can have a profound impact on performance and maintainability!
This topic is often overlooked as a beginner’s consideration, but mistakes in how we grow objects can create massive headaches
for future developers and administrators</p>
</div>
<div class="client_img animate">
<a href="https://aws.amazon.com/" target="_blank"><img src="images/aws.png"></a>
<a href="https://www.bugsee.com/" target="_blank"><img src="images/bugsee.png"></a>
<a href="https://codingblocks.com/" target="_blank"><img src="images/coding.png"></a>
<a href="https://edtimes.in/" target="_blank"><img src="images/download.jpg"></a>
<a href="https://www.faceprep.in/" target="_blank"><img src="images/faceprep.png"></a>
<a href="https://www.grabon.in/" target="_blank"><img src="images/grabon.jpg"></a>
</div>
</section>
</div>
<div id="contact">
<form name="contact" method="post" data-netlify="true">
<h1 id="hcon">Have a question ?</h1>
<table class="contact__table" align="center">
<tr class = "contact__tr">
<td class = "contact__td"><input type="text" id="cont" name="full_name"
placeholder="Full Name"></td>
</tr>
<tr class= "contact__tr">
<td class = "contact__td"><input type="email" id="cont" name="e-mail"
placeholder="Email"></td>
</tr>
<tr class = "contact__tr">
<td class = "contact__td"><textarea rows="3" cols="20" id="cont" name="Message"
placeholder="Type your Message here"></textarea></td>
</tr>
</table>
<button class="conbtn" type="submit">Submit</button>
</form>
</div>
<footer class= "footer">
<footer class="footer__content container container--pall">
<a class="footer__logo" href="index.html">
<img src="images/logo bw.png"/>
</a>
<div class="footer__social">
<a href="https://www.facebook.com/" target="_blank">
<img src="images/icon-facebook.svg" alt="Facebook">
</a>
<a href="https://www.instagram.com/" target="_blank">
<img src="images/icon-instagram.svg" alt="Instagram">
</a>
<a href="https://in.pinterest.com/" target="_blank">
<img src="images/icon-pinterest.svg" alt="Pinterest">
</a>
<a href="https://twitter.com/?lang=en" target="_blank">
<img src="images/icon-twitter.svg" alt="Twitter">
</a>
<a href="https://www.youtube.com/" target="_blank">
<img src="images/icon-youtube.svg" alt="Youtube">
</a>
</div>
<div class ="footer__links col1">
<a href="index.html">Home</a>
<a href="service.html">Services</a>
</div>
<div class ="footer__links col2">
<a href="#">About</a>
<a href="#contact">Contact</a>
</div>
<div class="footer__cta">
<a href="https://istebits.com/" target="_blank" class="button conbtn" type="button">istebits.com</a>
<div class="footer__copyright">
Sponsored by ISTEBITS
</div>
</div>
</footer>
</footer>
<script src="app/js/script.js"></script>
<script src="jquery-3.5.1.js"></script>
<script>
$(document).ready(function() {
//Preloader
preloaderFadeOutTime = 500;
function hidePreloader() {
var preloader = $('.spinner-wrapper');
preloader.fadeOut(preloaderFadeOutTime);
}
hidePreloader();
});
</script>
</body>
</html>