-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCreators.html
More file actions
48 lines (47 loc) · 1.85 KB
/
Creators.html
File metadata and controls
48 lines (47 loc) · 1.85 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
<!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=Amatic+SC&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="contentGallery">
<p>Наши художники и вдохновители</p>
<img src="Materials/photos_alone.jpg" alt="">
<img src="Materials/df.jpg" alt="">
<img src="Materials/33.jpeg" alt="">
<img src="Materials/1.png" alt="">
</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>