-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
307 lines (283 loc) · 13.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/style.css">
<title>PERN Stake responsive</title>
</head>
<body>
<section class="lending">
<section class="hero">
<div class="container hero_nav">
<div class="hero__nav--logo">
<img src="img/Pern_Logo.svg" alt="pern logo">
<div class="hero__nav--logo__txt">
<span class="hero__nav--logo__txt1">PERN</span>
<span class="hero__nav--logo__txt2">Stack</span>
</div>
</div>
<div class="hero__nav--mbl__manu">
<span></span>
<span></span>
<span></span>
</div>
<div class="hero__nav--pc__manu">
<ul>
<li>Home</li>
<li>About</li>
<li>Pricig</li>
<li>Contact</li>
</ul>
<div class="hero__nav--pc__manu-btn">
<button class="hero-login">Log in</button>
<button class="hero-signup">Sign up</button>
</div>
</div>
</div>
<div class="container hero__heading">
<div class="hero__heading--txt">
<h1 class="hero__heading--txt__heading">
Empowering Web Developers: Master the PERN Stack
</h1>
<p class="hero__heading--txt__desc">
Build Dynamic Websites with PernStack - The Comprehensive Course for Modern Web Developers
</p>
</div>
<div class="hero__heading--btn">
<button class="hero__heading--btn__1">
Chat to us
</button>
<button class="hero__heading--btn__2">
Showcase
</button>
</div>
</div>
<div class="container hero__graphics_mbl">
<img src="img/Geometric_shapes_mbl.svg">
</div>
<div class="container hero__graphics_pc">
<img src="img/Geometric_shapes_pc.svg">
</div>
</section>
<div class="container caption">
<div class="caption_desc">
<h1 class="caption__heading">
Elevate Your Web Development Skills to New Heights
</h1>
<p class="caption_txt">
Welcome to PernStack, the ultimate web development course designed to equip you with the knowledge and skills needed to create dynamic, robust, and cutting-edge websites. Whether you're an aspiring developer or a seasoned professional looking to stay ahead in the ever-evolving world of web development, PernStack has you covered.<br><br>In this comprehensive course, you'll dive deep into the powerful combination of the PERN (PostgreSQL, Express.js, React, Node.js) stack, which forms the backbone of countless successful web applications. With hands-on projects, real-world examples, and expert guidance, you'll gain the confidence to build feature-rich, scalable, and responsive web applications that will impress clients and employers alike.
</p>
</div>
<div class="fill">
<img src="img/Image1_pc.png" alt="img">
</div>
</div>
<hr>
<div class="container pricing">
<div class="pricing_head heading2">
<h1>Simple, transparent pricing</h1>
<p>Your journey to PERN expertise starts here.</p>
</div>
<div class="pricing_card">
<div class="pricing_card-item card_item1">
<div class="pricing_card--head">
<div class="pricing_card--head__heading">
<h4>Web Developer Freshman</h4>
<h1>$10/mth</h1>
<span>Billed annually.</span>
</div>
</div>
<div class="pricing_card--body">
<ul>
<li>
<img src="img/Check_icon_mbl.svg">
<span>Access to all course materials</span>
</li>
<li>
<img src="img/Check_icon_mbl.svg">
<span>One project assignment</span>
</li>
<li>
<img src="img/Check_icon_mbl.svg">
<span> Email support</span>
</li>
<li>
<img src="img/Cross_icon_mbl.svg">
<span> Q&A webinars</span>
</li>
<li>
<img src="img/Cross_icon_mbl.svg">
<span>One-on-one feedback</span>
</li>
</ul>
</div>
<div class="pricing_card--tail">
<button> Get started</button>
</div>
</div>
<div class="pricing_card-item card_item2">
<div class="pricing_card--head">
<div class="pricing_card--head__heading">
<h4>Web Developer Pro</h4>
<h1>$20/mth</h1>
<span>Billed annually.</span>
</div>
</div>
<div class="pricing_card--body">
<ul>
<li>
<img src="img/Check_icon_mbl.svg">
<span>Access to all course materials</span>
</li>
<li>
<img src="img/Check_icon_mbl.svg">
<span>One project assignment</span>
</li>
<li>
<img src="img/Check_icon_mbl.svg">
<span> Email support</span>
</li>
<li>
<img src="img/Check_icon_mbl.svg">
<span> Q&A webinars</span>
</li>
<li>
<img src="img/Cross_icon_mbl.svg">
<span>One-on-one feedback</span>
</li>
</ul>
</div>
<div class="pricing_card--tail">
<button> Get started</button>
</div>
</div>
<div class="pricing_card-item card_item3">
<div class="pricing_card--head">
<div class="pricing_card--head__heading">
<h4>Web Developer Mastermind</h4>
<h1>$40/mth</h1>
<span>Billed annually.</span>
</div>
</div>
<div class="pricing_card--body">
<ul>
<li>
<img src="img/Check_icon_mbl.svg">
<span>Access to all course materials</span>
</li>
<li>
<img src="img/Check_icon_mbl.svg">
<span>One project assignment</span>
</li>
<li>
<img src="img/Check_icon_mbl.svg">
<span> Email support</span>
</li>
<li>
<img src="img/Check_icon_mbl.svg">
<span> Q&A webinars</span>
</li>
<li>
<img src="img/Check_icon_mbl.svg">
<span>One-on-one feedback</span>
</li>
</ul>
</div>
<div class="pricing_card--tail">
<button> Get started</button>
</div>
</div>
</div>
</div>
<hr>
<div class="container stats">
<div class="stats_head heading2">
<h1>Empowering Developers from Day One</h1>
<p>Why PernStack is the Preferred Choice</p>
</div>
<div class="stats_card">
<div class="stats__card--con">
<div class="stats__card--con-item item1">
<h1>10k+</h1>
<p>Students enrolled</p>
<span>Over 8k+ students have successfully completed the PernStack course.</span>
</div>
<div class="stats__card--con-item item1">
<h1>500+</h1>
<p>Real World Projects</p>
<span>Graduates have built over 500 real-world web applications using PernStack.</span>
</div>
<div class="stats__card--con-item item1">
<h1>95%</h1>
<p>Alumni are now employed</p>
<span>95% of PernStack alumni landed new job opportunities after completing the course.</span>
</div>
<div class="stats__card--con-item item1">
<h1>5k+</h1>
<p>5-star reviews</p>
<span>We’re proud of our 5-star rating with over 5k reviews.</span>
</div>
</div>
<div class="fill">
<img src="img/image1_mbl.jpg" alt="img">
</div>
</div>
</div>
<section class="chat_sec">
<div class="container chat">
<div class="chat_head heading2">
<h1>Chat to our friendly team</h1>
<p>We’d love to hear from you! Please get in touch.</p>
</div>
<div class="chat_box">
<div class="chat_box-item chat_item1">
<img src="img/message-chat-circle_mbl.svg" alt="chat icon">
<div class="chat_box-item--txt">
<h5>IIUC Campus</h5>
<p>CX Building, IIUC Male Campus, Kumira</p>
</div>
</div>
<div class="chat_box-item chat_item2">
<img src="img/message-chat-circle_mbl.svg" alt="chat icon">
<div class="chat_box-item--txt">
<h5>Kashbon</h5>
<p>Kashbon restaurant, IIUC Gate, Kumira</p>
</div>
</div>
</div>
</div>
</section>
<footer class="ft">
<div class="container footer">
<div class="footer__nav">
<div class="footer__nav--logo">
<img src="img/Pern_Logo.svg" alt="pern logo">
<div class="footer__nav--logo__txt">
<span class="footer__nav--logo__txt1">PERN</span>
<span class="footer__nav--logo__txt2">Stack</span>
</div>
</div>
<ul>
<li>Home</li>
<li>About</li>
<li>Pricing</li>
<li>Contact</li>
</ul>
</div>
<div class="footer__copyright">
<ul>
<li>Terms</li>
<li>Privacy</li>
<li>Cookies</li>
</ul>
<p>© 2023 PernStack. All rights reserved.</p>
</div>
</div>
</footer>
</section>
</body>
</html>