-
Notifications
You must be signed in to change notification settings - Fork 0
/
mhb.html
317 lines (302 loc) · 9.98 KB
/
mhb.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="ru">
<head>
<title>Марина, с днём рождения!</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=account_circle,water_drop" />
</head>
<style>
* {
overflow: hidden;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.material-symbols-rounded {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 48;
vertical-align: -.4rem;
}s
body {
background: #eff0f2;
padding: 0;
border: 0;
margin: 0;
width: 100vw;
height: 100vh;
}
#serch {
display: flex;
width: calc(100% - 20px);
height: 3rem;
justify-content: space-between;
margin: 10px;
border: 2px solid #f3cd44;
background: #fff;
overflow: hidden;
border-radius: 12px;
}
input {
border: none;
border-radius: 5px;
padding: 5px;
margin: 5px;
overflow: hidden;
font-size: 16px;
padding: 8px;
}
input:active, input:focus {
border-color: transparent;
border: 0;
overflow: hidden;
outline: none;
}
#serch button {
border: none;
background: #f3cd44;
border-radius: 8px;
font-weight: bold;
font-size: 16px;
padding: 8px 16px;
overflow: hidden;
margin: 4px;
}
#stat {
display: flex;
width: calc(100% - 40px);
height: 2.5rem;
justify-content: space-between;
margin: 10px 20px;
font-weight: bold;
}
#tip {
font-size: 12px;
font-style: italic;
display: flex;
margin-top: 0;
color: gray;
overflow: hidden;
font-weight: normal;
}
#promo {
width: calc(100% - 40px);
height: 6rem;
margin: 10px auto;
display: grid;
grid-template-columns: auto auto;
gap: 10px;
background: #fff;
border-radius: 12px;
overflow: hidden;
padding-right: 10px;
}
img {
aspect-ratio: 1;
overflow: hidden;
height: 100%;
}
#promo p {
margin: 0;
padding: 0;
display: flex;
align-items: center;
font-size: 14px;
height: 100%;
overflow: hidden;
text-align: justify;
}
main {
background: #fff;
width: 100%;
height: -webkit-fill-available;
border-radius: 12px 12px 0 0;
margin: 0;
overflow: hidden;
padding: 8px;
}
#dzen {
display: flex;
width: calc(100% - 40px);
height: 3.5rem;
justify-content: space-between;
margin: 5px;
border: 1px solid #eff0f2;
background: #fff;
border-radius: 12px;
overflow: hidden;
padding: 0 10px;
}
#dzen p {
margin: 0;
padding: 0;
display: flex;
align-items: center;
font-size: 16px;
height: 100%;
text-align: justify;
margin: 0;
font-weight: bold;
overflow: hidden;
color: gray;
}
#dzen span {
margin: 0;
padding: 0;
display: flex;
align-items: center;
font-size: 2.5rem;
text-align: justify;
margin: 0;
font-weight: bold;
color: gray;
aspect-ratio: 1;
height: 2.5rem;
background-color: #eff0f2;
border-radius: 12px;
margin: auto 2px;
overflow: hidden;
text-align: center;
}
#city {
width: calc(100% - 40px);
height: auto;
margin: 5px;
border: 1px solid #eff0f2;
background: #fff;
border-radius: 12px;
padding: 10px;
}
#city h2 {
width: 100%;
margin: 0;
}
#city #buttons {
display: flex;
justify-content: space-around;
width: 100%;
}
#city #buttons button {
border: none;
border-radius: 8px;
font-weight: bold;
font-size: 15px;
padding: 8px 16px;
margin: 4px;
word-wrap: none;
text-wrap: none;
white-space: nowrap;
width: auto;
text-align: center;
}
#news h2 {
color: gray;
}
#news #tags {
overflow: hidden;
display: flex;
padding-right: 12px;
width: 95%;
margin: 0 0 1rem 0;
}
#news #tags .tag {
margin: 0;
overflow: hidden;
padding: 0;
display: flex;
align-items: center;
font-size: 14px;
height: 100%;
text-align: justify;
margin: 0 auto;
font-weight: bold;
padding: 8px;
border-radius: 16px;
}
#news #tags p#active {
overflow: hidden;
background-color: #eff0f2;
}
#news #newslist {
overflow: hidden;
overflow-y: scroll;
max-height: 50vh;
padding-bottom: 100vh;
}
#news .new {
width: calc(95% - 40px);
height: auto;
display: grid;
grid-template-columns: 10% auto;
gap: 10px;
}
#news .new p.nicn {
height: 100%;
line-height: 1;
text-align: center;
color: #0318a0;
font-weight: bold;
}
</style>
<body>
<div id="serch">
<input type="text" placeholder="Поиск Андрея">
<button>Найти</button>
</div>
<div id="stat">
<div id="weather">🔆+100° <p id="tip">Вы сегодня такая горячая</p></div>
<div id="curency">$3,01 €3,01 <span class="material-symbols-rounded">
water_drop
</span>52</div>
</div>
<div id="promo">
<img src="./image.png" alt="">
<p>Вдупляем недвупляемых!<br><br>Вдупление невдупляющих котят в курс ядерной физики 7го класса - бесплатно (19+)</p>
</div>
<main>
<div id="dzen">
<p>💥 Дзен Календарь</p>
<span class="material-symbols-rounded">account_circle</span>
</div>
<div id="city">
<h2>Ваш город - Олимп?</h2>
<div id="buttons">
<button style="color: #fff; background: #000">А где ещё может</button>
<button>жить такая богиня?</button>
</div>
</div>
<div id="news">
<h2>▨ Новости</h2>
<div id="tags">
<p class="tag" id="active">Главное</p>
<p class="tag">Олимп</p>
<p class="tag">Свежее</p>
<p class="tag">РКН</p>
<p class="tag">Спорт</p>
</div>
<div id="newslist">
<div class="new"><p class="nicn">▨</p><p>У Марины День рождения!</p></div>
<div class="new"><p class="nicn">▨</p><p>В честь дня рождения Марины пришельцы отложили уничтожение Земли на неопределённый срок</p></div>
<div class="new"><p class="nicn">▨</p><p>«Всем по баллу БРС» - Обабков И.Н. и Кокшаров Н.Н. поздравили студентов с днём рождения Марины</p></div>
<div class="new"><p class="nicn">▨</p><p>Нейросети массово сошли с ума и на любые вопросы отвечают «Марина, с днём рождения!»</p></div>
<div class="new"><p class="nicn">▨</p><p>Парень из Екатеринбурга пешком отправился в Тагил, чтобы..</p></div>
<div class="new"><p class="nicn">▨</p><p>Топ разочарований на новый год:<br>1. Не найти Марину под ёлкой<br>2. <i style="color: gray;">читать далее...</i></p></div>
<div class="new"><p class="nicn">▨</p><p>Марина, с днём рождения!</p></div>
<div class="new"><p class="nicn">▨</p><p>Марина, с днём рождения!</p></div>
<div class="new"><p class="nicn">▨</p><p>Марина, с днём рождения!</p></div>
<div class="new"><p class="nicn">▨</p><p>Марина, с днём рождения!</p></div>
<div class="new"><p class="nicn">▨</p><p>Марина, с днём рождения!</p></div>
<div class="new"><p class="nicn">▨</p><p>Марина, с днём рождения!</p></div>
<div class="new"><p class="nicn">▨</p><p>Марина, с днём рождения!</p></div>
<div class="new"><p class="nicn">▨</p><p>Марина, с днём рождения!</p></div>
<div class="new"><p class="nicn">▨</p><p>Марина, с днём рождения!</p></div>
<div class="new"><p class="nicn">▨</p><p>Марина, с днём рождения!</p></div>
<div class="new"><p class="nicn">▨</p><p>Марина, с днём рождения!</p></div>
<div class="new"><p class="nicn">▨</p><p>Марина, с днём рождения!</p></div>
</div>
</div>
<div id="btmn" style="height: 20vh;"></div>
</main>
</body>
</html>