-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
207 lines (188 loc) · 10.6 KB
/
blog.html
File metadata and controls
207 lines (188 loc) · 10.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Website for Ceramic soul brand" />
<meta name="author" content="Awesome student" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Ceramic Soul" />
<meta property="og:description" content="Make your dream come true or decorate your home" />
<meta property="twitter:title" content="Ceramic Soul" />
<meta property="twitter:description" content="Make your dream come true or decorate your home" />
<title>blog</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;1,400&family=Roboto:ital@1&display=swap"
rel="stylesheet">
</head>
<body>
<section class="blog">
<div class="container">
<div class="header">
<div class="header__menu">
<div class="header__menu-close">
<span></span>
<span></span>
<div class="header__menu-nav">
<ul>
<li class="header__menu-link"><a href="/catalog">catalog</a></li>
<li class="header__menu-link"><a href="/blog">blog</a></li>
<li class="header__menu-link"><a href="/about">about</a></li>
</ul>
</div>
</div>
</div>
<div class="header__top">
<div class="burger"><span></span><span></span><span></span></div>
<a href="/main" class="header__logo"><img src="/src/logo/logo.png" alt="logo"></a>
<div class="header__icons">
<a href="#">
<span class="icon-search"></span>
</a>
<a href="#">
<span class="icon-shopping-bag"></span>
</a>
</div>
</div>
<nav class="header__nav">
<ul>
<li><a href="/catalog" class="header__link">catalog</a></li>
<li><a href="/blog" class="header__link">blog</a></li>
<li><a href="/about" class="header__link">about</a></li>
</ul>
</nav>
</div>
<h2 class="title-h2 blog__title">our digital notes</h2>
<div class="blog__wrapper">
<div class="blog__card">
<div class="blog__data pure-g">
<div class="pure-u-1 pure-u-md-1-2">
<img class="blog__img" src="/src/img/form/tea.jpg" alt="tea">
</div>
<div class="pure-u-1 pure-u-md-1-2 blog__data-column">
<h3 class="title-h3 blog__title-h3">pottery secrets</h3>
<button class="btn-read blog__btn">read</button>
</div>
</div>
<div class="blog__text">Discover the timeless art of pottery and unlock the secrets hidden in
every curve and glaze. From mastering the perfect
wheel technique to understanding how clay transforms in the kiln, each step reveals a blend
of tradition and creativity.
The true magic lies in the details—subtle textures, natural imperfections, and the unique
touch of the artisan’s hand,
turning simple earth into lasting beauty.</div>
</div>
<div class="blog__card">
<div class="blog__data pure-g">
<div class="pure-u-1 pure-u-md-1-2">
<img class="blog__img" src="/src/img/works/tea-2.jpg" alt="tea">
</div>
<div class="pure-u-1 pure-u-md-1-2 blog__data-column">
<h3 class="title-h3 blog__title-h3">the best materials for pottery</h3>
<button class="btn-read blog__btn">read</button>
</div>
</div>
<div class="blog__text">The best material for pottery often depends on the desired look and
function, but stoneware is a favorite for its
durability and versatility. It’s strong, resistant to chipping, and perfect for both
functional pieces like mugs and
plates, as well as decorative art. Porcelain offers a delicate, refined finish, ideal for
intricate designs.</div>
</div>
</div>
</div>
</section>
<footer class="footer footer_spaced">
<div class="container">
<div class="footer__wrapper">
<div class="footer__newsletter">
<h2 class="footer__titles">newsletter</h2>
<div class="footer__text">Keep up to date with news and promotions</div>
<form action="#" class="footer__form">
<input required class="footer__input" name="email" id="footer-email" type="email"
placeholder="Enter your e-mail">
<div class="footer-email-error"></div>
<label class="footer__check-block" for="footer-checkbox">
<input required class="footer__checkbox" type="checkbox" name="checkbox"
id="footer-checkbox">
I agree
with the
<a href="#">terms</a></label>
<div class="footer-checkbox-error"></div>
<button class="btn-submit footer__btn">submit</button>
</form>
</div>
<div class="footer__navigation">
<div class="footer__nav-block">
<h2 class="footer__title">discover</h2>
<nav class="footer__nav">
<ul>
<li class="footer__link"><a href="/about">About Us</a></li>
<li class="footer__link"><a href="/blog">Blog</a></li>
</ul>
</nav>
</div>
<div class="footer__nav-block">
<h2 class="footer__title">shopping</h2>
<nav class="footer__nav">
<ul>
<li class="footer__link"><a href="/catalog">Catalog</a></li>
</ul>
</nav>
</div>
<div class="footer__nav-block">
<h2 class="footer__title">information</h2>
<nav class="footer__nav">
<ul>
<li class="footer__link"><a href="#">Terms and Conditions</a></li>
</ul>
</nav>
</div>
</div>
<div class="footer__social">
<h2 class="footer__title">follow us</h2>
<ul class="footer__social-block">
<li>
<a href="https://www.facebook.com/">
<span class="icon-facebook"></span>
</a>
</li>
<li>
<a href="https://www.instagram.com/">
<span class="icon-instagram"></span>
</a>
</li>
<li>
<a href="https://www.pinterest.com/">
<span class="icon-pinterest-circled"></span>
</a>
</li>
</ul>
</div>
</div>
<div class="footer__copyright">© Copyright 2025, Ceramic soul</div>
</div>
</footer>
<script type="module" src="src/js/script.js"></script>
</body>
</html>