-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (61 loc) · 1.81 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
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css">
<title>Vadim Kulishov</title>
</head>
<body>
<header>
<nav class="header-menu">
<h1 class="header-h1">Vadim Kulishov</h1>
<ul class="header-menu-item">
<li id="menu-item"><a href="#">Home</a></li>
<li id="menu-item"><a href="https://ya.ru/">About</a></li>
<li id="menu-item"><a href="#">Services</a></li>
<li id="menu-item"><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div class="./">
<h2>Welcome to My Website!</h2>
<p>This is a simple website template designed by Vadim Kulishov.</p>
</div>
<div>
<h2>How are you?</h2>
<p>I'm Vadim Kulishov. To lear Web-programming(Front-end)</p>
</div>
<div class="todo-list">
<h3>what technologies do I know</h3>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</div>
<div class="my-project">
<h2>My GitHub account.</h2>
</div>
<div class="my-photo">
</div>
<div>
<h3>My Favorite language programming</h3>
<p>:3</p>
<ul>
<li>Python🐍</li>
<li>JavaScript💻</li>
<li>C++👾</li>
</ul>
</div>
</main>
<footer>
<div style="width: 100%; height: 170px; background-color: black; color: white;">
<ul>
<li>Copy not</li>
</ul>
</div>
</footer>
</body>
</html>