-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.04 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>CV Nikita Remeslov</title>
</head>
<body>
<header>
<img width="300" height="300" src="http://sitekafe.com/uploads/posts/2016-08/1470828056_10.jpg" alt="" />
<nav></nav>
</header>
<section>
<h1>MAIN INFO ABOUT ME</h1>
<ul>
<li>study in the DITS</li>
<li>work in the BranchUP</li>
</ul>
</section>
<section>
<h2>INFO</h2>
<article>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facilis minima iste explicabo temporibus amet! Eligendi veniam fugiat voluptatem tenetur quibusdam voluptas magnam autem. Dolore, voluptatem sint ipsam aliquid animi fuga.
</article>
</section>
<section>
<form action="">
<input type="text" name="some1">
<input type="radio" name="some2">
<input type="checkbox" name="some3">
<textarea name="" id="" cols="30" rows="10"></textarea>
<button>CLICK</button>
</form>
</section>
<section>
<img width="100" height="100" src="http://sitekafe.com/uploads/posts/2016-08/1470828056_10.jpg" alt="">
</section>
</body>
</html>