-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (67 loc) · 2.3 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
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Azlan</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="rt">
<div class="menu-bar">
<h1 class='hd'>Muhammad Azlan</h1>
<ul>
<li class="active"><a href="index.html">Home</a> </li>
<li><a href="contact.html">Contact Us</a> </li>
<li><a href="about.html">About Us</a> </li>
</ul>
</div>
<div>
<h1 class="hd1">PORTFOLIO</h1>
</div>
<div class="container">
<div class="item" onclick="window.location='saylanisite.html';">
<div class="wid">
<h3>PROJECT: Saylani SIte</h3>
<p>This is the html, CSS and boostrap site design that is replicated from saylani website as a part of assignment, click for more
information:</p>
</div>
<div>
<img src="images/saylaniassignment.png" alt="">
</div>
</div>
<div class="item" onclick="window.location='form.html';">
<div class="wid">
<h3>PROJECT: Form</h3>
<p>This is the html form design that shows the application
of tables, buttons fields etc, click for more
information:</p>
</div>
<div>
<img src="images/form.PNG" alt="">
</div>
</div>
<div class="item" onclick="window.location='priodictable.html';">
<div class="wid">
<h3>PROJECT: HTML Form (Assignment 1)</h3>
<p>This is the scientific periodic table design that shows the application of tables, click for more
information:</p>
</div>
<div>
<img src="images/priodictable.PNG" alt="">
</div>
</div>
<div class="item">
<div class="wid">
<h3>Comming Soon</h3>
<p>More to come....</p>
</div>
<div>
<img src="images/comingsoon.jpg" alt="">
</div>
</div>
</div>
<div class="foot">
<p> © All rights reserved to azlanassignment</p>
</div>
</body>
</html>