-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
317 lines (307 loc) · 11.2 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
308
309
310
311
312
313
314
315
316
317
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/images/favicon-32x32.png"
/>
<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:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Martian+Mono:wght@100..800&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles/main.css" />
<title>Tech book club</title>
</head>
<body>
<main class="main-container">
<section class="hero">
<header class="hero__header">
<nav class="hero__nav" aria-label="Main logo">
<img
src="./assets/images/logo.svg"
alt=""
aria-hidden="true"
class="hero__logo"
/>
</nav>
</header>
<div class="hero__content">
<div class="content content__info">
<h1 class="content__title">
Join the <br />
ultimate tech book club
</h1>
<p class="content__description">
Turn your reading time into learning time with fellow tech
enthusiasts. Get curated recommendations, join vibrant
discussions, and level up your skills one chapter at a time.
</p>
<button
class="content__btn primary"
type="button"
aria-label="Review membership options"
>
Review membership options
<img
src="./assets/images/icon-arrow-down.svg"
alt=""
aria-hidden="true"
/>
</button>
<div class="content__reviews">
<img
class="content__avatars"
src="./assets/images/image-avatars.webp"
alt="Avatars of tech book club members"
/>
<div class="content__rating">
<img
src="./assets/images/Stars Container.svg"
alt="Star rating"
/>
<p>200+ developers joined already</p>
</div>
</div>
</div>
<picture class="content__image">
<source
srcset="./assets/images/image-hero-desktop.webp"
media="(min-width: 64em)"
/>
<source
srcset="./assets/images/image-hero-tablet.webp"
media="(min-width: 48em)"
/>
<img
src="./assets/images/image-hero-mobile.webp"
alt="A group of people discussing over a book"
/>
</picture>
</div>
</section>
<section class="introduction">
<article class="introduction__content">
<div class="introduction__text">
<h2 class="introduction__title">Read together, grow together</h2>
<ul class="introduction__list">
<li class="introduction__list--item">
<img src="./assets/images/icon-check.svg" alt="" />
Monthly curated tech reads selected by industry experts
</li>
<li class="introduction__list--item">
<img src="./assets/images/icon-check.svg" alt="" />
Virtual and in-person meetups for deep-dive discussions
</li>
<li class="introduction__list--item">
<img src="./assets/images/icon-check.svg" alt="" />
Early access to new tech book releases
</li>
<li class="introduction__list--item">
<img src="./assets/images/icon-check.svg" alt="" />
Author Q&A sessions with tech thought leaders
</li>
</ul>
</div>
<picture class="introduction__image">
<source
srcset="./assets/images/image-read-together-desktop.webp"
media="(min-width: 64em)"
/>
<source
srcset="./assets/images/image-read-together-tablet.webp"
media="(min-width: 48em)"
/>
<img
src="./assets/images/image-read-together-mobile.webp"
alt="A group of people reading books together"
/>
</picture>
</article>
<article class="introduction__content">
<div class="introduction__text">
<h3 class="introduction__title">
Not your average book
<div>
<img src="./assets/images/pattern-circle.png" alt="" />club
</div>
</h3>
<p class="introduction__description">
Connect with a community that speaks your language - from
<span>Python</span>
to <span>TypeScript</span> and everything in between. Our
discussions blend technical depth with practical applications.
</p>
</div>
<picture class="introduction__image">
<source
srcset="./assets/images/image-not-average-desktop.webp"
media="(min-width: 64em)"
/>
<source
srcset="./assets/images/image-not-average-tablet.webp"
media="(min-width: 48em)"
/>
<img
src="./assets/images/image-not-average-mobile.webp"
alt="A group of people reading books together"
/>
</picture>
<img
class="introduction__logos"
src="./assets/images/logos-tech.svg"
alt="Github, typescript, and react logos image"
/>
</article>
</section>
<section class="journey">
<header>
<h2 class="journey__title">
Your tech <br />
reading journey
</h2>
</header>
<div class="journey__steps">
<div class="journey__step">
<div class="journey__step--number">
<span>1</span>
<img src="./assets/images/pattern-arrow.svg" alt="" />
</div>
<p>Choose your membership tier</p>
</div>
<div class="journey__step">
<div class="journey__step--number">
<span>2</span>
<img src="./assets/images/pattern-arrow.svg" alt="" />
</div>
<p>Get your monthly book selection</p>
</div>
<div class="journey__step">
<div class="journey__step--number">
<span>3</span>
<img src="./assets/images/pattern-arrow.svg" alt="" />
</div>
<p>Join our discussions forums</p>
</div>
<div class="journey__step">
<div class="journey__step--number">
<span>4</span>
</div>
<p>Attend exclusive meetups</p>
</div>
</div>
</section>
<aside class="pricing">
<header>
<h2 class="pricing__header">Membership options</h2>
</header>
<section class="pricing__options">
<div class="pricing__option pricing__option--starter">
<h3 class="pricing__option--title">Starter</h3>
<p class="pricing__option--price">$19<span>/month</span></p>
<hr />
<ul class="pricing__option--list">
<li class="pricing__option--list-item">
<img src="./assets/images/icon-check.svg" alt="" /> 1 book/month
</li>
<li class="pricing__option--list-item">
<img src="./assets/images/icon-check.svg" alt="" /> Online
forums
</li>
</ul>
<button class="pricing__option--btn primary" type="button">
Subscribe now
</button>
</div>
<div class="pricing__option pricing__option--pro">
<h3 class="pricing__option--title">Pro</h3>
<p class="pricing__option--price">$29<span>/month</span></p>
<hr />
<ul class="pricing__option--list">
<li class="pricing__option--list-item">
<img src="./assets/images/icon-check.svg" alt="" /> 2
books/month
</li>
<li class="pricing__option--list-item">
<img src="./assets/images/icon-check.svg" alt="" /> Virtual
meetups
</li>
</ul>
<button class="pricing__option--btn primary" type="button">
Subscribe now
</button>
</div>
<div class="pricing__option pricing__option--enterprise">
<h3 class="pricing__option--title">Enterprise</h3>
<p class="pricing__option--price">Custom</p>
<hr />
<ul class="pricing__option--list">
<li class="pricing__option--list-item">
<img src="./assets/images/icon-check.svg" alt="" /> Team access
</li>
<li class="pricing__option--list-item">
<img src="./assets/images/icon-check.svg" alt="" /> Private
sessions
</li>
</ul>
<button class="pricing__option--btn primary" type="button">
Talk to us
</button>
</div>
</section>
</aside>
<blockquote class="review">
<div class="review__stars">
<img
src="./assets/images/Stars Container.svg"
alt="Five star image"
/>
</div>
<q class="review__description"
>This book club transformed my technical reading from a solitary
activity into an enriching community experience. The discussions are
gold!</q
>
<p class="review__author">Sarah Chen, Software Architect</p>
</blockquote>
</main>
<footer class="footer">
<div class="footer__content">
<header class="footer__header">
<h2 class="footer__title">Ready to debug your reading list?</h2>
<button class="footer__btn alternate">
Review membership options
<img src="./assets/images/icon-arrow-up.svg" alt="" />
</button>
</header>
<section class="footer__review">
<img
class="footer__review-avatar"
src="./assets/images/image-avatars.webp"
alt="Reviewers avatar"
/>
<div class="footer__review-info">
<img
src="./assets/images/Stars Container.svg"
alt="Five star image"
/>
<p>200+ developers joined already</p>
</div>
</section>
</div>
<!-- <hr /> -->
<section class="footer__copyright">
<p class="footer__copyright-author">© 2024 - Tech Book Club</p>
<div class="footer__copyright-links">
<img src="./assets/images/logo-bluesky.svg" alt="Blue sky logo" />
<img src="./assets/images/logo-linkedin.svg" alt="LinkedIn logo" />
</div>
</section>
</footer>
</body>
</html>