-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (281 loc) · 11.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/main.css">
<link rel="stylesheet" href="style/media.css">
<title>OKU</title>
</head>
<body>
<header class="header">
<nav class="header__nav">
<img src="img/logo.svg" alt="" height="24px">
<ul class="header__list">
<li>
<a href="" class="header__list-link">
Pricing
</a>
</li>
<li>
<a href="" class="header__list-link">
Blog
</a>
</li>
<li>
<a href="" class="header__list-link">
Twitter
</a>
</li>
<li>
<a href="" class="header__list-link">
Contact
</a>
</li>
</ul>
<div class="buttons">
<a href="" class="button">Sign in</a>
<a href="" class="button">Join</a>
</div>
</nav>
</header>
<main class="main">
<section class="intro container">
<div class="intro__content">
<h1 class="intro__title">
The companion app for your book shelf
</h1>
<a href="" class="intro__btn">
Create your account
</a>
<p class="intro__text">
Already a member? <a href="" class="intro__link">Sign in.</a>
</p>
</div>
<img src="img/intro.svg" alt="" class="intro__bg">
</section>
<section class="intro__element">
<div class="intro__element-content">
<p class="intro__stick">👋</p>
<p class="intro__element-text">Readng is now</p>
<img src="img/oku.svg" alt="" class="intro__logo">
<div class="line__between"></div>
<p class="intro__element-text text-pad">Learn more →</p>
<div class="line__between"></div>
<img src="img/cross.svg" alt="" class="cross">
</div>
</section>
<section class="library">
<div class="grid__library container">
<!-- 1 -->
<div class="library__card">
<div class="book__icon"></div>
<h2 class="library__card-title">
Track your reading and build your library
</h2>
<img src="img/library-1.svg" alt="" class="lib_img1">
</div>
<!-- 2 -->
<div class="library__card">
<div class="arrow"></div>
<img src="img/library-2.svg" alt="" class="lib_img2">
<h2 class="library__card-title" style="
padding: 63px 0 17px 0;
max-width: 303px;
width: 100%;">
Stay on track with a reading goal
</h2>
<p class="library__card-text">
If you're trying to kickstart a reading habit or just want to challenge yourself, motivate yourself to stick to it with a reading goal.
</p>
</div>
<!-- 3 -->
<div class="library__card">
<div class="star"></div>
<h2 class="library__card-title" style="
padding: 63px 0 17px 0;
max-width: 303px;
width: 100%;">
Discover your next favourite book
</h2>
<p class="library__card-text" style="
padding: 0 0 34px 0;">
Connect with your friends to see what they're reading, or explore recommendations from the wider community.
</p>
<img src="img/library-3.svg" alt="" class="lib_img3">
</div>
<!-- 4 -->
<div class="library__card">
<div class="statistics"></div>
<h2 class="library__card-title">
Unlock your personal statistics
</h2>
<img src="img/library-4.svg" alt="" class="lib_img4">
</div>
<!-- 5 -->
<div class="library__card">
<div class="collections"></div>
<h2 class="library__card-title" style="
max-width: 238px;
width: 100%;">
Create custom collections
</h2>
<img src="img/library-5.svg" alt="" class="lib_img5">
</div>
<!-- 6 -->
<div class="library__card">
<div class="eye"></div>
<h2 class="library__card-title">
Read community reviews or leave one of your own
</h2>
<img src="img/library-6.svg" alt="" class="lib_img6">
</div>
</div>
</section>
<section class="reviews">
<div class="reviews__content container">
<div class="reviews__info">
<h2 class="review__title title">
You're in good company
</h2>
<p class="review__text">
53% of our members have imported their historical data from Goodreads. It's time for a change. Don't loathe your reading list –– liberate it.
</p>
</div>
<div class="reviews__cards">
<div class="review__card">
<div class="profile">
<div class="profile__card">
<img src="img/profile-pic1.svg" alt="">
<div class="user">
<h3 class="nickname">fem</h3>
<p class="username">@femke</p>
</div>
</div>
<img src="img/twitter.svg" alt="" class="logo">
</div>
<p class="review__card-text">
i still think @readngco was my favourite new app of 2020. Such a refreshing experience from goodreads.
</p>
<p class="review__card-text">
follow me here: https://beta.readng.co/user/femke
</p>
<p class="review__card-time">
2:48 PM · Mar 23, 2021
</p>
</div>
<div class="review__card">
<div class="profile">
<div class="profile__card">
<img src="img/profile-pic2.svg" alt="">
<div class="user">
<h3 class="nickname">fem</h3>
<p class="username">@femke</p>
</div>
</div>
<img src="img/twitter.svg" alt="" class="logo">
</div>
<p class="review__card-text">
Readng app is really lovely and simple. It works for people who have barely read in years as well as those who consume more pages than food.
</p>
<p class="review__card-time">
2:48 PM · Mar 23, 2021
</p>
</div>
</div>
</div>
</section>
<section class="team">
<div class="team__content container">
<div class="team__info">
<h2 class="team__info-title title">
Meet the team
</h2>
<p class="team__info-text">
As three friends scattered throughout Europe, we were looking for a way to discover books and share our own recommendations. Nothing cut the mustard, so we took the challenge on. We may not have deep pockets or lots of time, but we're willing to bet we can make up for it by working smart and taking pride in our work.
</p>
</div>
<div class="team__members">
<div class="team__member">
<img src="img/member1.svg" alt="">
<h3 class="member__title">
Yavor Punchev & Fuji
</h3>
<p class="member__text">
Sofia, Bulgaria
</p>
</div>
<div class="team__member">
<img src="img/member2.svg" alt="">
<h3 class="member__title">
Yavor Punchev & Fuji
</h3>
<p class="member__text">
Sofia, Bulgaria
</p>
</div>
<div class="team__member">
<img src="img/member3.svg" alt="">
<h3 class="member__title">
Yavor Punchev & Fuji
</h3>
<p class="member__text">
Sofia, Bulgaria
</p>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer__content container">
<div class="footer__up">
<h2 class="footer__title">
Ready to join us?
</h2>
<p class="footer__text1">
Oku is the companion app for your bookshelf.
</p>
<p class="footer__text2">
Become a member for free to track, rate & review your favourite books with a community of others.
</p>
<a href="" class="footer__btn">
Create a free account
</a>
</div>
<div class="footer__down">
<ul class="footer__list">
<li>
<a href="" class="footer__list-link">
Pricing
</a>
</li>
<li>
<a href="" class="footer__list-link">
Blog
</a>
</li>
<li>
<a href="" class="footer__list-link">
Privacy
</a>
</li>
<li>
<a href="" class="footer__list-link">
Contact
</a>
</li>
<li>
<a href="" class="footer__list-link">
Twitter
</a>
</li>
</ul>
<p class="footer__down-text">
Copyright © 2020 Readng BV.
</p>
</div>
</div>
</footer>
</body>
</html>