-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (49 loc) · 2.04 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
<!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>Nirmal Silwal WAP Assignment</title>
<link rel="stylesheet" href="styleme.css">
</head>
<body>
<div class="ppic">
<img src="image/nirmalprofile.jpg" height="300" width="300" style="border-radius: 50%;"
alt="Nirmal Silwal profile pic">
</div>
<h1>Nirmal Silwal</h1>
<div class="listallitems">
<ul>
<li><a href="#"> Lab 01- My Homepage </a></li>
<li> <a href="aboutme.html">Lab 02- About Me </a></li>
<li> <a href="Homework3/gradesexercise.html">Lab 03- Grades Exercises </a></li>
<li><a href="Homework3/signup.html"> Lab 04- Html Forms </a></li>
<li><a href="#"> Lab 05- Task List </a></li>
<li><a href="#"> Lab 06- Text Decorate </a></li>
<li><a href="#"> Lab 07- Bank Accounts </a></li>
<li> <a href="#">Lab 08- Mouse Maze </a></li>
<li><a href="#"> Lab 09- Simple Calculator </a></li>
<li><a href="#">Lab 10- Number Quiz </a></li>
<li> <a href="#"> Lab 11- APOD </a></li>
</ul>
</div>
<br>
<footer>
<div style="background-color: #d5dbe1;">
<address>
© Nirmal Silwal<br>
<a href="mailto:nsilwal@miu.edu"> nsilwal@miu.edu </a> <br>
Maharishi International University <br>
Address: 1000 N. 4th St, Fairfield, IA 52557, USA <br>
</address>
<a href="http://validator.w3.org/" target="_blank">
<img src="https://mumstudents.org/cs472/2013-09/images/w3c-html.png" style="float:right">
</a>
<a href="http://jigsaw.w3.org/css-validator/" target="_blank">
<img src="https://mumstudents.org/cs472/2013-09/images/w3c-css.png" style="float:right">
</a>
</div>
</footer>
</body>
</html>