This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.html
127 lines (127 loc) · 5.37 KB
/
profile.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,800">
<link rel="stylesheet" type="text/css" href="css/profile.css">
<title>Профиль</title>
</head>
<body>
<header>
<a class="logo" href="home.html">
<img alt="Frid" src="img/logo.png">
</a>
<nav>
<button class="burger"></button>
<ul>
<li><a href="profile.html">Профиль</a></li>
<li><a href="#">Мои объявления</a></li>
<li><a class="violet" href="#">Подать объявление</a></li>
</ul>
</nav>
</header>
<section>
<div role="heading">
<h2>Ваш профиль</h2>
<p><span class="now-active">В данный момент на сайте активно <strong>3</strong> ваших объявлений</span>
<span class="inactive">Посмотреть неактивные объявления</span>
</p>
</div>
<div>
<ul class="ads">
<!-- First card -->
<li>
<ul role="toolbar">
<li>
<button class="violet wide" type="button">Редактировать</button>
</li>
<li>
<button class="sold wide" type="button">Продано</button>
</li>
<li>
<button class="delete wide" type="button">Удалить</button>
</li>
</ul>
<figure>
<img src="img/example-img-komod.jpg" alt="">
<figcaption>
<h4>Комод</h4>
<strong class="price">800 грн</strong>
<article>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nihil, veniam, nesciunt eaque nostrum reiciendis velit perspiciatis voluptatibus tempore tempora culpa quaerat, vel temporibus, aut? Autem quae beatae necessitatibus, sit, soluta sequi incidunt at quis pariatur, a maiores. Voluptatem, veritatis, consectetur. Inventore, natus maxime dolore.</article>
</figcaption>
</figure>
<p class="details">
<time datetime="2018-01-01">01 января 00:00</time>
<span class="views">Просмотры: <span>0</span></span>
<span>ул. Бруно, 8</span>
</p>
</li>
<!-- Second card -->
<li>
<ul role="toolbar">
<li>
<button class="violet wide" type="button">Редактировать</button>
</li>
<li>
<button class="sold wide" type="button">Продано</button>
</li>
<li>
<button class="delete wide" type="button">Удалить</button>
</li>
</ul>
<figure>
<img src="https://img.mebelok.com/image/cache/data/Azzare/bohema/elementy/031-komod-900-svetluy-0x0.jpg" alt="">
<figcaption>
<h4>Комод 2</h4>
<strong class="price">790 грн</strong>
<article>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis dolore, quam explicabo! Voluptatum pariatur, reiciendis facere beatae magni facilis aperiam consequatur. Quisquam, aliquam beatae velit dolorem animi praesentium officiis quos laboriosam saepe quae enim consectetur quas minus autem repellat facere itaque aut quod nulla commodi? Nihil corrupti esse tempore voluptatem ullam aliquid praesentium sit quaerat minima consequatur rem, magnam ad! Velit eligendi sed mollitia, dicta quis voluptatem incidunt asperiores, enim ipsum vitae facilis beatae possimus tempore provident natus. Error consectetur veniam natus blanditiis? Natus, vitae?</article>
</figcaption>
</figure>
<p class="details">
<time datetime="2018-01-23">23 января 13:10</time>
<span class="views">Просмотры: <span>103</span></span>
<span>ул. Пушкина, 12</span>
</p>
</li>
<!-- Third card -->
<li>
<ul role="toolbar">
<li>
<button class="violet wide" type="button">Редактировать</button>
</li>
<li>
<button class="sold wide" type="button">Продано</button>
</li>
<li>
<button class="delete wide" type="button">Удалить</button>
</li>
</ul>
<figure>
<img src="https://cs2.livemaster.ru/storage/b6/7e/f4775d640a7f768462b81701d0eo--dlya-doma-interera-komod-v-stile-provans-na.jpg" alt="">
<figcaption>
<h4>Комод 3</h4>
<strong class="price">1240 грн</strong>
<article>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis dolore, quam explicabo! Voluptatum pariatur, reiciendis facere beatae magni facilis aperiam consequatur. Quisquam, aliquam beatae velit dolorem animi praesentium officiis quos laboriosam saepe quae enim consectetur quas minus autem repellat facere itaque aut quod nulla commodi? Nihil corrupti esse tempore voluptatem ullam aliquid praesentium sit quaerat minima consequatur rem, magnam ad!</article>
</figcaption>
</figure>
<p class="details">
<time datetime="2018-01-20">20 января 18:13</time>
<span class="views">Просмотры: <span>3</span></span>
<span>ул. Набережная Победы, 124-А</span>
</p>
</li>
</ul>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script>
$(document).ready(function() {
$('.burger').click(function() {
$(this).toggleClass('active');
$(this).next().slideToggle();
});
});
</script>
</body>
</html>