-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
58 lines (38 loc) · 1.63 KB
/
news.html
File metadata and controls
58 lines (38 loc) · 1.63 KB
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
<!--#set var="title" value="Новости" -->
<!--#set var="page" value="news" -->
<!--#include file="_header.shtml"-->
<main class="main main--bb">
<div class="img-cover" data-img="img/news.jpg">
<div class="center clr center--sm">
<article class="news__first pull-left">
<h1 class="h2">Почему не стоит боятся МФО?</h1>
<p>Большинство клиентов онлайн-кредитования предпочитают получать и погашать займы с помощью банковских карт. </p>
<a href="new.html">Читать</a>
</article>
</div>
</div>
<div class="center center--sm">
<section class="news__list">
<h2 class="h2">Наши новости</h2>
<div class="news__box clr">
<!--#set var="img_item" value="1" -->
<!--#include file="_news-item.shtml"-->
<!--#set var="img_item" value="2" -->
<!--#include file="_news-item.shtml"-->
<!--#set var="img_item" value="3" -->
<!--#include file="_news-item.shtml"-->
</div>
</section>
<ul class="center pagination">
<li class="pagination__item hidden-xs">Назад</li>
<li class="pagination__item pagination__item--active">1</li>
<li class="pagination__item"><a href="/">2</a></li>
<li class="pagination__item"><a href="/">3</a></li>
<li class="pagination__item pagination__item--sep"></li>
<li class="pagination__item"><a href="/">10</a></li>
<li class="pagination__item hidden-xs"><a href="/">Вперед</a></li>
</ul>
<!--#include file="_subscribe.shtml"-->
</div>
</main>
<!--#include file="_footer.shtml"-->