-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
80 lines (78 loc) · 5.12 KB
/
About.html
File metadata and controls
80 lines (78 loc) · 5.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@200&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100&display=swap" rel="stylesheet">
<link rel="stylesheet" href="main.css">
<title>Street-Art</title>
</head>
<body>
<header>
<a href="index.html" class="logo">REVOLT</a>
<nav>
<ul>
<li><a href="Gallery1.html">GALLERY 1</a></li>
<li><a href="Gallery2.html">GALLERY 2</a></li>
<li><a href="Brands.html">WORKING WITH BRANDS</a></li>
<li><a href="Creators.html">CREATORS</a></li>
<li class="buttonMore"><a href="About.html">MORE ABOUT US</a></li>
</ul>
</nav>
</header>
<div class="contentAbout">
<p style="margin-top: 70px; margin-left: 2%; margin-right: 2%; text-indent: 30px; text-align: justify; font-family: 'Courier New', Courier, monospace; color: aqua;">
В совеременном мире для того, что бы продвинуть свой продукт
необходимо притягивать внимание потенциальных клентов сильней
чем когда-то еще. Что-то необычное и яркое навсегда закрепит у увидевшего это человека
ассоциацию этих эмоций с вашим брендом.</p>
<p style="text-align: center; padding-top: 2%; font-family: 'Courier New', Courier, monospace;">Отзывы наших клиентов</p>
<div class="reviews">
<div class="reviewsOne">
<p style="margin-top: 3%; ">Ann</p>
<p >Представитель бренда Gucci</p>
<img src="Materials/gc.png" alt="" style="margin: 20px 0; width: 200px; height: 100px;">
<p style= "font-family: 'Amatic SC', cursive; margin: 1.5%; color: rgb(0, 0, 0);">I had a fantastic experience working with this company to attract people through art.
Their creativity and innovative approach really helped us engage a wider audience and achieve our goals. I highly recommend their
services to anyone looking to connect with people through the power of artistic expression.</p>
</div>
<div class="reviewsTwo">
<p style="margin-top: 3%;">Kate</p>
<p>Представитель бренда D&G</p>
<img src="Materials/dg.png" alt="" style="margin: 20px 0; width: 200px; height: 100px;">
<p style= "font-family: 'Amatic SC', cursive; margin: 1.5%; color: rgb(0, 0, 0);">Working with this company to attract people through art was a game-changer for our
organization. Their expertise in leveraging art as a tool for engagement was truly impressive, and it made a significant impact
on our outreach efforts. I would definitely work with them again and highly recommend them to others.</p>
</div>
<div class="reviewsThree">
<p style="margin-top: 3%;">Jane</p>
<p>Представитель бренда LV</p>
<img src="Materials/lvv.png" alt="" style="margin: 20px 0; width: 200px; height: 100px;">
<p style= "font-family: 'Amatic SC', cursive; margin: 1.5%; color: rgb(0, 0, 0);"> It has been an incredible journey with this company through the art world. Their ability
to use art to engage people is amazing and it really helped us make our project a success. I recommend their services to anyone who
wants to connect with people through art.</p>
</div>
</div>
<p style="font-family: 'Courier New', Courier, monospace;">Мы притягиваем взгляды. Мы дарим эмоции. Мы - лучшая реклама</p>
<p style="font-family: 'Courier New', Courier, monospace;">Нашие контакты:</p>
<p style="font-family: 'Courier New', Courier, monospace;">2-я Дубровская ул., 2, Москва</p>
<p style="font-family: 'Courier New', Courier, monospace;">Телефон: +7-910-989-45-30</p>
</div>
<footer>
<a href="loader.html">
<img class="FooterImage" src="Materials/vk.png">
</a>
<a href="loader.html">
<img class="FooterImage" src="Materials/fb.png" alt="">
</a>
<a href="loader.html">
<img class="FooterImage" src="Materials/tw.png" alt="">
</a>
<p>Revolt </p>
<p>© 2022</p>
</footer>
</body>
</html>