-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
294 lines (242 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
<!DOCTYPE html>
<html lang="ru">
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta charset="UTF-8">
<title>Главная - TechNews</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>(function($) {
$(function() {
$('#up').click(function() {
$('html, body').animate({scrollTop: 0},500);
return false;
})
})
})(jQuery)</script>
<script>
(function($) {
$(function() {
$(".change").on("click", function() {
if (!$(".content").attr("dark")) {
$(".content").attr("dark", "true");
} else {
$(".content").removeAttr("dark");
}}
)})})(jQuery)</script>
<script>
(function($) {
$(function() {
$(".change").on("click", function() {
if (!$(".hdr").attr("hdr")) {
$(".hdr").attr("hdr", "true");
} else {
$(".hdr").removeAttr("hdr");
}}
)})})(jQuery)</script>
<script>
(function($) {
$(function() {
$(".change").on("click", function() {
if (!$("#content").attr("dark")) {
$("#content").attr("dark", "true");
} else {
$("#content").removeAttr("dark");
}}
)})})(jQuery)</script>
<script>
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
// Close the dropdown menu if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
</script>
<style>html[dark]:not([style-scope]) :not(.style-scope),
[dark]:not([style-scope]):not(.style-scope) {
background-color: #222;
color:white;
box-shadow: 0px 0px 0px 0px;
}
[dark] +:not([style-scope]) :not(.style-scope) :not([style-scope]):not(.style-scope) :not(.style-scope ) :not(.style-scope) {
background-color: #333;
color:white;
box-shadow: 0px 0px 0px 0px;
}
[dark]:not([style-scope]) +:not(.style-scope) +:not([style-scope]) +:not(.style-scope) :not(.style-scope) {
background-color: #333;
color:white;
bo
}
[dark] +:not([style-scope]) +:not(.style-scope) +:not([style-scope]) +:not(.style-scope) {
color:white;
background-color: #333;
box-shadow: 0px 0px 0px 0px;
}
[hdr]:not([style-scope]):not(.style-scope):not([style-scope]) :not(.style-scope) {
color:white;
background-color: #333;
box-shadow: 0px 0px 0px 0px;
}
</style>
</head>
<header class="hdr" id="content">
<ul class="headermen">
<li><a href="articles.html">Статьи</a></li>
<li><a href="contacts.html">Контакты</a></li>
<li> <button type="btn" class="change"><p class="btnp">Ночной режим</p></button></li>
</ul>
<a href ="index.html" class="headimg"><img class="headimg1" src="home1.png"></a>
<a id="content" class="headermenuimg"></a>
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">
</button>
<div class="down">
<div id="myDropdown" class="dropdown-content">
<a href="index.html">Домой</a>
<a href="articles.html">Статьи</a>
<a href="contacts.html">Контакты</a>
<button type="btn" class="change"><p class="btnp">Ночной режим</p></button>
</div>
</div>
</div>
</header>
<body class="content">
<div class="all">
<article class="main1" >
<a class="mainimg1" href="#"></a>
<a class="maininfo1" href="#"></a>
<a href="#" class="info1" id="content" > <h2>Sony Playstation 5 получит эксклюзивы на момент релиза</h2>
</a>
<a href="#" class="btn1"><p>Читать</p></a>
</article>
<article class="rightart">
<div class="rightinfo">
<ul><li><a id="content" class="rightlink" href="#">10 лучших гонок десятилетия</a></li></ul></div>
<div class="rightinfo">
<ul><li><a class="rightlink" href="#">10 лучших хорроров десятилетия</a></li>
</ul></div>
<div class="rightinfo">
<ul><li><a class="rightlink" href="#">10 лучших стратегий десятилетия</a></li>
</ul></div>
<div class="rightinfo">
<ul><li><a class="rightlink" href="#">10 лучших экшенов десятилетия</a></li>
</ul></div>
<div class="rightinfo">
<ul><li><a class="rightlink" href="#">10 лучших инди игр десятилетия</a></li>
</ul></div>
<div class="rightinfo">
<ul><li><a class="rightlink" href="#">10 лучших RPG десятилетия</a></li>
</ul></div>
<div class="rightinfo">
<ul><li><a class="rightlink" href="#">10 лучших сюжетов десятилетия</a></li>
</ul></div>
</article>
</div>
<div class="all2">
<article>
<div class="line2">
<div class="main2">
<a class="mainimg2" href="#"></a>
<a class="maininfo2" href="#"></a>
<a href="#" class="info2"> <h3>General Motors выпустит Hummer в качестве электрического пикапа</h3>
</a>
</div>
<div class="main3">
<a class="mainimg3" href="#"></a>
<a class="maininfo3" href="#"></a>
<a href="#" class="info2"> <h3>Представлена технология, позволяющая сделать сенсорной любую поверхность</h3>
</a>
</div>
</div>
</article>
<div class="line3">
<div class="main4">
<a class="mainimg4" href="#"></a>
<a class="maininfo4" href="#"></a>
<a href="#" class="info4"> <h3>CES 2020: представлен первый в мире ноутбук с экраном Mini LED</h3>
</a>
</div>
<div class="main5">
<a class="mainimg5" href="#"></a>
<a class="maininfo5" href="#"></a>
<a href="#" class="info5"> <h3>При создании S.T.A.L.K.E.R. 2 используют фотограмметрию</h3>
</a>
</div>
<div class="main6">
<a class="mainimg6" href="#"></a>
<a class="maininfo6" href="#"></a>
<a href="#" class="info6"> <h3>Microsoft обещает повысить стабильность обновлений Windows 10</h3>
</a>
</div>
</div>
<div class="line4">
<div class="main7">
<a class="mainimg7" href="#"></a>
<a class="maininfo7" href="#"></a>
<a href="#" class="info7"> <h3>PuduTech представила мяукающую робокошку-официанта</h3>
</a>
</div>
<div class="main8">
<a class="mainimg8" href="#"></a>
<a class="maininfo8" href="#"></a>
<a href="#" class="info8"> <h3>Samsung презентовала виртуальную клавиатуру для смартфонов</h3>
</a>
</div>
</div>
<div class="line5">
<div class="main4">
<a class="mainimg9" href="#"></a>
<a class="maininfo4" href="#"></a>
<a href="#" class="info4"> <h3>В России появился еще один Tesla Cybertruck — теперь на базе УАЗика</h3>
</a>
</div>
<div class="main5">
<a class="mainimg10" href="#"></a>
<a class="maininfo5" href="#"></a>
<a href="#" class="info5"> <h3>Россияне потратили в мобильных приложениях больше $1 млрд</h3>
</a>
</div>
<div class="main6">
<a class="mainimg11" href="#"></a>
<a class="maininfo6" href="#"></a>
<a href="#" class="info6"> <h3>Spotify объявил цены на подписку в России</h3>
</a>
</div>
</div>
<div class="line5">
<div class="main1" >
<a class="mainimg12" href="#"></a>
<a class="maininfo1" href="#"></a>
<a href="#" class="info1" id="content" > <h2>Sony показала концепт своего первого электромобиля Vision-S</h2>
</a>
</div>
</div>
</div>
<p class="pup"><a href="#" id="up"></a></p>
<footer>
<div class="razd">
<p class="title">Разделы</p>
<a href ="articles.html" class="item">Статьи</a>
<a href ="contacts.html" class="item">Контакты</a>
</div>
<div class="razd2"><p class="title">Социальные сети</p>
<a href ="https://vk.com" class="item">VK</a>
<a href ="https://facebook.com" class="item">FaceBook</a>
<a href ="https://twitter.com" class="item">Twitter</a>
</div>
</footer>
</body>
</html>