-
Notifications
You must be signed in to change notification settings - Fork 0
/
poems.html
50 lines (48 loc) · 1.73 KB
/
poems.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Артрад</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Spectral+SC" rel="stylesheet">
</head>
<body>
<div id="background"></div>
<header>
<div class="container">
<div id="header1">
<button class="button_lang">English</button>
<div class="logo"></div>
</div>
<div id="header2">
<h2>Радужный путь художника</h2>
<h1>Ляли</h1>
<h1>Асадуллиной</h1>
</div>
<div id="header3">
<div id="portrait"></div>
</div>
</div>
<div class="menu" id="horizontal">
<a href="index.html"><div class="menu-item">Главная</div></a>
<a href="gallery.html"><div class="menu-item">Галерея</div></a>
<a href="order.html"><div class="menu-item">Заказы</div></a>
<a href="writing.html"><div class="menu-item">Сочинения</div></a>
<a href="exhibition.html"><div class="menu-item">Выставки</div></a>
<a href="about.html"><div class="menu-item">Обо мне</div></a>
<a href="contacts.html"><div class="menu-item">Контакты</div></a>
</div>
</header>
<main>
<div class="container">
</div>
</main>
<footer>
<div class="container">
<p>© Все права защищены</p>
</div>
</footer>
</body>
</html>