-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrating.html
165 lines (154 loc) · 6.92 KB
/
rating.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/htm" charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Рейтинг фильмов</title>
<meta name="description" content="Киномонстр - это портал о кино" />
<meta name="keywords" content="фильмы, фильмы онлайн, hd" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/media-queries.css">
<!-- Slippry: A Free jQuery Responsive Slider Plugin for Modern Times -->
<link rel="stylesheet" href="assets/css/slippry.css">
<link rel="stylesheet" href="assets/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-theme.min.css.map">
<link rel="stylesheet" href="assets/css/bootstrap.min.css.map">
<!-- Include the CSS -->
<link href="dist/toolkit.min.css" rel="stylesheet">
<script src="lib/bootstrap/js/"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/preloader.min.js"></script>
<script src="assets/js/modernizr.js"></script> <!-- Modernizr -->
<script src="assets/js/slippry.js"></script> <!-- slideshow -->
<script src="assets/js/typed.js"></script> <!-- type ani -->
</head>
<body>
<!--- - - - - - - - Start Menubar - - - - - -->
<div class="main">
<div class="header">
<div class="logo">
<div class="logo_text">
<h1><a href="index.html">КиноМонстр</a></h1>
<h2>Кино - наша страсть!</h2>
</div>
</div>
<div class="menubar">
<ul class="menu">
<li><a href="index.html">Главная</a></li>
<li><a href="films.html">Фильмы</a></li>
<li><a href="serial.html">Сериалы</a></li>
<li class="selected"><a href="rating.html">Рейтинг фильмов</a></li>
<li><a href="contact.html">Контакты</a></li>
</ul>
</div>
</div>
<!--- - - - - - - - Start sidebar - - - - - -->
<div class="site_content">
<div class="sidebar_container">
<div class="sidebar">
<h2>Поиск</h2>
<form method="post" action="#" id="search_form" >
<input type="search" name="search_field" placeholder="Ваш запрос" />
<input type="submit" class="btn" value="Найти" />
</form>
</div>
<div class="sidebar">
<h2>Вход</h2>
<form method="post" action="#" id="login">
<input type="text" name="login_field" placeholder="Логин" />
<input type="password" name="password_field" placeholder="Пароль" />
<input type="submit" class="btn" value="Вход" />
<div class="lables_passreg_text">
<span><a href="#">Забыли пароль?</a></span> | <span><a href="#">Регистрация</a></span>
</div>
</form>
</div>
<div class="sidebar">
<h2>Новости</h2>
<span>31.02.2018</span>
<p>Мы запустили расширенный поиск</p>
<a href="#">Читать</a>
</div>
<div class="sidebar">
<h2>Рейтинг фильмов</h2>
<ul>
<li><a href="show.html">Интерстеллар</a><span class="rating_sidebar">8.1</span></li>
<li><a href="#">Матрица</a><span class="rating_sidebar">8.0</span></li>
<li><a href="#">Безумный макс</a><span class="rating_sidebar">7.5</span></li>
<li><a href="#">Облачный атлас</a><span class="rating_sidebar">7.4</span></li>
</ul>
</div>
<div class="sidebar_button">
<a href="#"></a>
</div>
</div>
<!--- - - - - - - - Start main content - - - - - -->
<div class="content">
<table>
<tr>
<th></th>
<th>Фильм</th>
<th class="center">Год</th>
<th class="center">Рейтинг</th>
</tr>
<tr>
<td class="center"><img src="assets/img/inter.png"></td>
<td>1. <a href="show.html">Интерстеллар</a></td>
<td class="center">2014</td>
<td class="center rating">8.1</td>
</tr>
<tr>
<td class="center"><img src="assets/img/matrix.png"></td>
<td>2. <a href="#">Матрица</a> </td>
<td class="center">1999</td>
<td class="rating center">8.0</td>
</tr>
<tr>
<td class="center"><img src="assets/img/max.png"></td>
<td>3. <a href="#">Безумный макс</a></td>
<td class="center">2015</td>
<td class="rating center">7.5</td>
</tr>
<tr>
<td class="center"><img src="assets/img/cloud.png"></td>
<td>4. <a href="#">Облачный атлас</a></td>
<td class="center">2013</td>
<td class="rating center">7.4</td>
</tr>
</table>
</div>
</div>
<!--- - - - - - - - Start footer - - - - - -->
<div class="footer">
<p>
<a href="index.html">Главная</a> |
<a href="films.html">Фильмы</a> |
<a href="serial.html">Сериалы</a> |
<a href="rating.html">Рейтинг фильмов</a> |
<a href="contact.html">Контакты</a>
</p>
<p>© Nirvanas 2017</p>
</div>
</div>
<!--- - - - - - - - Scroll Top Panel - - - - - -->
<p id="back-top"><a href="#top"><span></span></a></p>
<!--- - - - - - - - Resource jQuery - - - - - -->
<script src="assets/js/main.js"></script>
<script src="assets/js/scrollReveal.min.js"></script>
<!--- - - - - - - - Атрибут defer откладывает выполнение скрипта, пока вся страница не будет загружена полностью - - - - - -->
<script src="assets/js/parallax.js" defer></script>
<!--- - - - - - - - jQuery (necessary for Bootstrap's JavaScript plugins) - - - - - -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!--- - - - - - - - Include all compiled plugins (below), or include individual files as needed - - - - - -->
<script src="js/bootstrap.min.js"></script>
<script src="dist/toolkit.min.js"></script>
</body>
</html>