-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (24 loc) · 821 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link href="styles.css" rel="stylesheet">
</head>
<body>
<div class="Wrapper">
<h1 class="IndexPage">Sherbaev Dovron</h1>
<p class="IndexPage"> ID: U1710265</p>
<p class="IndexPage"> Group Number: CIE-17-15 (005)</p>
<p class="IndexPage">Email: [email protected]</p>
<h2><a href="Movies.html">My Movies</a></h2>
<h2><a href="https://davrayoung.github.io/">GitHub WebPage</a></h2>
<br>
<a href="Movies.html"><img src="photo.jpg" class="IndexPage"></a>
<br>
<h1 class="IndexPage">My Hobbies:</h1>
<p class="IndexPage">Programming on C++</p>
<p class="IndexPage">Qt Libraries</p>
<p class="IndexPage"><a href="adventofcode.com/2015">Advent Of Code</a></p>
</div>
</body>
</html>