-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (45 loc) · 1.41 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
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<header>
<img src="./image/image2.jpeg" alt="Ivan Zimbe" width="1500" height="200">
<img src="./image/image1.jpeg" alt="Ivan Zimbe" width="250" height="250">
</header>
<h1>
Ivan Zimbe
</h1>
<ul>
<li>
My home page
</li>
<li>
<a href="./Assignment_2/about.html">About me</a>
</li><li>
<a href="./Assignment_3/CSHelpdesk.html">Help Desk</a>
</li><li>
<a href="./Assignment_4/webform1.html">Web Form 1</a>
</li><li>
<a href="./Assignment_4/webform2.html">Web Form 2</a>
</li><li>
<a href="./Assignment_5/index.html">JS exercises</a>
</li><li>
<!-- <a href="./Assignment_7/index.html">JS exercises</a>
-->
</li>
</ul>
<footer>
<p>
<a href="https://validator.w3.org/check?url=https://zim-algo.github.io/cs472/">
<img src=http://mumstudents.org/cs472/2013-09/images/w3c-html.png
alt="Validate">
</a>
</p>
</footer>
</body>
</html>