-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (55 loc) · 2.24 KB
/
index.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
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./src/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>port folio</title>
</head>
<body>
<nav class="navbar">
<img src="./src/public/shlepa.jpg" width="60" height="60" alt="flepa">
<div style="margin: auto">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="video.html">Video</a></li>
<li><a href="audio.html">Music</a></li>
<li><a href="books.html">Book</a></li>
<li class="work"><a href="#">Work ▽</a>
<ul>
<li><a href="form.html">Form</a></li>
<li><a href="math.html">Math</a></li>
<li><a href="api.html">API</li>
</ul>
</li>
<li><a href="https://ku.edu.kz">Entry</a></li>
</ul>
</div>
<div class="burger" id="burger2">
<span></span>
<span></span>
<span></span>
</div>
</nav>
<main>
<div class="container">
<div>
<p>Name: Vereshchagin Mikhail</p>
<p>Age:19</p>
<p>Place of birth: Petropavlovsk</p>
<p>Currently a student in Kozybaev University</p>
</div>
<img src="./src/public/hq720.jpg" width="600" height="400" alt="photo">
<section>
<p>Essay:::</p>
hello i am mikhail i come from the far away land of petropavlovsk i do not have any special interests aprat from games of computer variety i am a second yera student at North Kazakhstan University i also help with the university as a volonteur currently trying to collect documents to actually enroll as a worker
</section>
</div>
</main>
<footer>
<a href="http://youtube.com"><img width="60px" src="./src/public/Youtube_logo.png"></a>
<a href="https://github.com/SoB1nary/site"><img src="./src/public/GitHub-Mark-ea2971cee799.png" width="60px"></a>
</footer>
<script src="js/scripts.js"></script>
</body>
</html>