-
Notifications
You must be signed in to change notification settings - Fork 0
/
call-scheduled.html
245 lines (213 loc) · 10.4 KB
/
call-scheduled.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
<!--
Thanks for stopping by. There's a public github repo in case that's useful.
https://github.com/elliotkoss/career-amplifier
Feel free to tweet at us @careeramp_
-->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MMP35H9');</script>
<!-- End Google Tag Manager -->
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="We are an interview prep and career coach agency with expertise to assist anyone on their product manager interview with clear guidance and proven results.">
<meta name="keywords" content="career coach, product manager, product management, interview prep">
<meta name="author" content="careeramplifier.com">
<title>Career Amplifier - Product Manager Interview Prep</title>
<link rel="shortcut icon" type="image/jpg" href="images/logo-1-noText.ico"/>
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.css">
<!-- Icofont Css -->
<link rel="stylesheet" href="plugins/fontawesome/css/all.css">
<!-- animate.css -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- Icofont -->
<link rel="stylesheet" href="plugins/icofont/icofont.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".fixed-top">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MMP35H9"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="navbar navbar-expand-lg fixed-top trans-navigation" style="background-color:#8cc63f;">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="" class="img-fluid b-logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNav" aria-controls="mainNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<i class="fa fa-bars"></i>
</span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="mainNav">
<ul class="navbar-nav ">
<!--
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarWelcome" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="color:#3f3f3f">
Home
</a>
<div class="dropdown-menu" aria-labelledby="navbarWelcome">
<a class="dropdown-item " href="index.html">
Home-1
</a>
<a class="dropdown-item " href="index-2.html">
Home-2
</a>
<a class="dropdown-item " href="index-3.html" target="blank">
Onepage
</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link smoth-scroll" href="#WhatWeDo" style="color:#3f3f3f">What We Do</a>
</li>
<li class="nav-item">
<a class="nav-link smoth-scroll" href="#Services" style="color:#3f3f3f">Services</a>
</li>
<li class="nav-item" style="margin-right:50px;">
<a class="nav-link smoth-scroll" href="#Pricing" style="color:#3f3f3f">Pricing</a>
</li>
<li class="nav-item">
<a href="https://calendly.com/career-amplifier/30min" class="btn-sm btn-white btn-circled" target="_BLANK">30-Min FREE Consult</a>
</li>
-->
</ul>
</div>
</div>
</nav>
<!--MAIN HEADER AREA END -->
<!--MAIN BANNER AREA -->
<div class="banner-area" style="background-color:#8cc63f;">
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="row">
<div class="col-lg-8 m-auto text-center col-sm-12 col-md-12">
<div class="banner-content content-padding">
<h1 class="banner-title">Thanks for signing up!</h1>
<p>You should have received a calendar invite. We look forward to speaking with you soon. If you have any questions, please ask us on <a href="https://twitter.com/careeramp_" target="_BLANK">Twitter</a>.</p>
<a href="/" class="btn btn-white btn-circled" target="_BLANK">Home</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--MAIN HEADER AREA END -->
<section id="counter" class="section-padding">
<div class="overlay dark-overlay"></div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-6 col-md-6 text-center">
<div class="counter-stat">
<i class="icofont icofont-heart"></i>
<span class="counter">200</span>
<h5>Happy Clients</h5>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-md-6 text-center">
<div class="counter-stat">
<i class="icofont icofont-rocket"></i>
<span class="counter">400</span>
<h5>Coaching Hours</h5>
</div>
</div>
</div>
</div>
</section>
<!-- COUNTER AREA END -->
<!-- FOOTER AREA START -->
<section id="footer" class="section-padding">
<div class="container">
<!--
<div class="row">
<div class="col-lg-5 col-sm-8 col-md-8">
<div class="footer-widget footer-link">
<h4>We concern about you<br> to grow business rapidly.</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolore ipsam hic non sunt recusandae atque unde saepe nihil earum voluptatibus aliquid optio suscipit nobis quia excepturi vel quod, iure quae.</p>
</div>
</div>
<div class="col-lg-2 col-sm-4 col-md-4">
<div class="footer-widget footer-link">
<h4>About</h4>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-sm-6 col-md-6">
<div class="footer-widget footer-link">
<h4>Quick Links</h4>
<ul>
<li><a href="#">How it Works</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Report Bug</a></li>
<li><a href="#">License</a></li>
<li><a href="#">Terms & Condition</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6 col-md-6">
<div class="footer-widget footer-text">
<h4>Our location</h4>
<p class="mail"><span>Mail:</span> [email protected]</p>
<p><span>Phone :</span>+202-277-3894</p>
<p><span>Location:</span> 455 West Orchard Street Kings Mountain, NC 28086,NOC building</p>
</div>
</div>
</div>
-->
<div class="row text-center">
<div class="col-lg-12 text-center">
<a href="https://www.twitter.com/careeramp_/" target="_BLANK">
<img src="images/socialmedia/twitter-logo-small.png" class="img-fluid" style="padding:15px">
</a>
<a href="https://github.com/elliotkoss/career-amplifier" target="_BLANK">
<img src="images/socialmedia/github-logo-small.png" class="img-fluid" style="padding:15px">
</a>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<div class="footer-copy">
© 2021 Career Amplifier All Rights Reserved.
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER AREA END -->
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4.3.1 -->
<script src="plugins/bootstrap/js/popper.min.js"></script>
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Woow animtaion -->
<script src="plugins/counterup/wow.min.js"></script>
<script src="plugins/counterup/jquery.easing.1.3.js"></script>
<!-- Counterup -->
<script src="plugins/counterup/jquery.waypoints.js"></script>
<script src="plugins/counterup/jquery.counterup.min.js"></script>
<!-- Contact Form -->
<script src="plugins/jquery/contact.js"></script>
<script src="js/custom.js"></script>
</body>
</html>