Skip to content

Commit e006fff

Browse files
committed
update about
1 parent a50df84 commit e006fff

5 files changed

Lines changed: 33 additions & 5 deletions

File tree

84 Bytes
Binary file not shown.

shop/locale/en/LC_MESSAGES/django.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the PACKAGE package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5-
#
5+
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-09-02 03:15+0300\n"
11+
"POT-Creation-Date: 2025-09-02 03:39+0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -335,6 +335,10 @@ msgstr ""
335335
"connected both to global trends and to our customers. Only such synergy "
336336
"gives us strength and a vision of the future of fashion."
337337

338+
#: templates/about.html:142
339+
msgid "Мы в социальных сетях:"
340+
msgstr "We are on social networks:"
341+
338342
#: templates/account/email_confirm.html:5
339343
msgid "Подтверждение e-mail"
340344
msgstr "E-mail confirmation"

shop/static/css/about.css

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
.socials a {
223223
text-decoration: none;
224224
color: black;
225-
font-size: 40px;
225+
font-size: 24px;
226226
font-weight: 300;
227227
}
228228

@@ -231,9 +231,29 @@
231231
justify-content: center;
232232
}
233233

234+
@font-face {
235+
font-family: 'Miama Nueva'; /* Называешь как хочешь */
236+
src: url('fonts/ofont.ru_Miama\ Nueva.ttf') format('truetype'); /* Путь к файлу */
237+
font-weight: normal; /* Если шрифт обычный */
238+
font-style: normal; /* Если не курсив */
239+
}
240+
241+
/* Если есть еще жирная версия (bold), подключи ее отдельно */
242+
@font-face {
243+
font-family: 'Miama Nueva';
244+
src: url('fonts/ofont.ru_Miama\ Nueva.ttf') format('truetype');
245+
font-weight: bold; /* Указываешь что это жирный вес */
246+
font-style: normal;
247+
}
248+
249+
.sign-note h2{
250+
font-family: 'Miama Nueva', sans-serif;
251+
font-weight: bold;
252+
font-size: 36px;
253+
}
254+
234255
.socials-container {
235256
color: #000000;
236-
padding: 24px 0 12px;
237257
text-align: center;
238258
bottom: 40px;
239259
right: 60px;
@@ -362,6 +382,10 @@
362382
width: 350px;
363383
}
364384

385+
.sign-note h2 {
386+
font-size: 24px;
387+
}
388+
365389
.sign-note img {
366390
width: 100%;
367391
object-fit: cover;
389 KB
Binary file not shown.

shop/templates/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h3>{% trans "НАШИ ЦЕННОСТИ" %}</h3>
139139

140140
<section class="socials">
141141
<div class="sign-note">
142-
<img src="{% static 'images/weinsoc.png' %}" alt="" />
142+
<h2> {% trans 'Мы в социальных сетях:' %}</h2>
143143
</div>
144144

145145
<a href="">@GABRIEL_YUSUBOV</a>

0 commit comments

Comments
 (0)