-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (58 loc) · 2.55 KB
/
index.html
File metadata and controls
64 lines (58 loc) · 2.55 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
<!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 class="header">
<section class="head">
<h2>Сайт Попова-Левина Алексея</h2>
</section>
</header>
<main class="main">
<div class="splittedblock">
<div style="margin-right: 20px;">
<br><br>
<button type="button" class="btn btn-secondary"><a class="block" href="./blog.html">Блог</a></button>
<br><br>
<button type="button" class="btn btn-secondary"><a class="block"
href="./resume.html">Резюме</a></button>
<br><br>
<button type="button" class="btn btn-secondary"><a class="block" href="./favanimals.html">Любимые
животные</a></button>
</div>
<div>
<section>
<h2 class="header">Моя фотография (старая)</h2>
<img class="image"
src="https://images.steamusercontent.com/ugc/1816647004877770055/2E0EE9FACE5FE03D192CC10A8505C6E8222BC197/?imw=512&&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false"
alt="Чюпеп" />
</section>
</div>
</div>
<br>
</main>
<br>
<section class="footer">
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
<li class="nav-item">
<a href="https://t.me/dverkabalkona42" class="nav-link px-2 text-body-secondary">Telegram</a>
</li>
<li class="nav-item">
<a href="https://github.com/ShmelZhp" target="_blank" class="nav-link px-2 text-body-secondary">GitHub</a>
</li>
</ul>
<p class="text-center text-body-secondary">© 2025</p>
</section>
</body>
<script src="./script.js"></script>
</html>