-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel.html
More file actions
49 lines (43 loc) · 1.62 KB
/
model.html
File metadata and controls
49 lines (43 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Макет</title>
<link rel="stylesheet" href="./style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4Q6Gf2aSP4eDXB8Miphtr37CMZZQ5oXLH2yaXMJ2w8e2ZtHTl7GptT4jmndRuHDT" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js" integrity="sha384-j1CDi7MgGQ12Z7Qab0qlWQ/Qqz24Gc6BM0thvEMVjHnfYGF0rmFCozFSxQBxwHKO" crossorigin="anonymous"></script>
</head>
<body>
<header>
<h6> Domanina Dashulya</h6>
<nav>
<ul class="navigation">
<li><a href="./index.html">Главная</a></li>
<li><a href="./blog.html">Блог</a></li>
<li><a href="./hobbies.html">Увлечения</a></li>
<li><a href="./model.html">Макет</a></li>
</ul>
</nav>
</header>
<main class="container">
<article class="blocks_element">
<section class="block">
<img class="rounded mx-auto d-block" src="img/image copy 10.png" alt="Макет сайта" class="fade-in" />
</section>
</article>
</main>
<footer>
<div>
<h6>Где меня найти:</h6>
<ul>
<li><a href="https://github.com/ddasha2/project.git">GitHub</a></li>
<li><a href="https://t.me/ddashyly">Telegram</a></li>
<li><a href="https://vk.com/ljcxdn">VK</a></li>
</ul>
</div>
</footer>
</body>
<script src="./main.js"></script>
<script src="./scripts/articles.js"></script>
</html>