-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
157 lines (149 loc) · 6.94 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>News That</title>
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah|Lobster|Play&subset=cyrillic" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/layout.css" />
<link rel="stylesheet" href="css/general.css" />
<link rel="stylesheet" href="css/header.css" />
<link rel="stylesheet" href="css/posts.css" />
<link rel="stylesheet" href="css/sidebar.css" />
<link rel="stylesheet" href="css/footer.css" />
</head>
<body>
<div class="wrapper cover">
<header class="header">
<div class="hero-line">
<div class="logo"></div>
<div class="moto">Ви - це новини</div>
<div class="weather">
<img class="js-weather-image"/>
<div class="js-weather-label"></div>
</div>
<div class="holiday">Сьогодні <br />День посмішки</div>
<div class="auth">
<a href="">
Авторизуватися
</a>
<!-- <span>або</span>
<a href="">
Зареєструватися
</a> -->
</div>
</div>
<nav class="nav">
<ul>
<li>
<a href="">Популярне</a>
</li>
<li>
<a href="">Транспорт</a>
</li>
<li>
<a href="">Культура</a>
</li>
<li>
<a href="">Освіта</a>
</li>
<li>
<a href="">Контакти</a>
</li>
</ul>
</nav>
</header>
<main class="content">
<article class="post">
<div class="post-wrapper">
<div class="post-text"><h1>Перекриття дороги на Городоцькій</h1></div>
<div class="post-author post-block">авт: <a href="">0ne2jew</a></div>
<div class="post-date post-block">2 годину тому</div>
<div class="post-category post-block">в: <a href="">Транспорт</a></div>
<div class="post-comments-count">коментарі: <a href="">20</a></div>
<div class="post-star">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
</div>
</div>
<div class="post-controls">
<div class="post-up-button"><i class="fa fa-arrow-up" aria-hidden="true"></i><span class="sym"> +</span></div>
<div class="post-down-button"><i class="fa fa-arrow-down" aria-hidden="true"></i><span class="sym"> -</span></div>
</div>
</article>
<article class="post">
<div class="post-wrapper">
<div class="post-text"><h1>Нова освітня реформа починає діяти з 29.09.2017</h1></div>
<div class="post-author post-block">авт: <a href="">tango</a></div>
<div class="post-date post-block">4 години тому</div>
<div class="post-category post-block">в: <a href="">Освіта</a></div>
<div class="post-comments-count post-block">коментарі: <a href="">50</a></div>
<div class="post-star">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
</div>
</div>
<div class="post-controls">
<div class="post-up-button"><i class="fa fa-arrow-up" aria-hidden="true"></i><span class="sym"> +</span></div>
<div class="post-down-button"><i class="fa fa-arrow-down" aria-hidden="true"></i><span class="sym"> -</span></div>
</div>
</article>
<article class="post">
<div class="post-wrapper">
<div class="post-text"><h1>Прем'єра вистави за п'єсою Кафки «Перетворення»</h1></div>
<div class="post-author post-block">авт: <a href="">Оля</a></div>
<div class="post-date post-block">4 години тому</div>
<div class="post-category post-block">в: <a href="">Культура</a></div>
<div class="post-comments-count post-block">коментарі: <a href="">50</a></div>
<div class="post-star">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
</div>
</div>
<div class="post-controls">
<div class="post-up-button"><i class="fa fa-arrow-up" aria-hidden="true"></i><span class="sym"> +</span></div>
<div class="post-down-button"><i class="fa fa-arrow-down" aria-hidden="true"></i><span class="sym"> -</span></div>
</div>
</article>
</main>
<sidebar class="sidebar">
<div class="sidebar-news">
<h2 class="sidebar-news-title">Новини</h2>
<article class="sidebar-news-item">
<div class="sidebar-news-time">08:50</div>
<h3 class="sidebar-news-item-title">Перекриття дороги на Городоцькій</h3>
</article>
<article class="sidebar-news-item">
<div class="sidebar-news-time">08:50</div>
<h3 class="sidebar-news-item-title">Нова освітня реформа</h3>
</article>
<article class="sidebar-news-item">
<div class="sidebar-news-time">08:50</div>
<h3 class="sidebar-news-item-title">Прем'єра вистави</h3>
</article>
<a href="" class="sidebar-more">
Більше новин
</a>
</div>
</sidebar>
<footer class="footer">
<div class="footer-copyright">
<a href="https://twitter.com/leshikhacker" target="_blank">© leshikhacker</a>
</div>
</footer>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.simpleWeather/3.1.0/jquery.simpleWeather.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>