-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsaiman.html
More file actions
42 lines (41 loc) · 1.49 KB
/
saiman.html
File metadata and controls
42 lines (41 loc) · 1.49 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
39
40
41
42
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Saiman Tamang</title>
<link rel="stylesheet" href="assets/css/Saiman_style.css">
</head>
<body>
<!--menu bar-->
<nav class = "menu">
<ul>
<li><a href="https://therealarthur.github.io/PracticalWebDev.github.io/">Home</a></li>
<li><a href="https://therealarthur.github.io/PracticalWebDev.github.io/arthur">Arthur Mouradian</a></li>
<li><a href="https://therealarthur.github.io/PracticalWebDev.github.io/Fourcan">Fourcan Abdullah</a></li>
<li><a href="https://therealarthur.github.io/PracticalWebDev.github.io/saiman">Saiman Tamang</a></li>
</ul>
</nav>
<!--content-->
<div class= "content">
<div class = "color">
<img class = "sunset" src = "assets/css/images/orange.png" alt = "sunset">
<p>Favorite Color</p>
<hr>
<p>Orange</p>
</div>
<div class = "animal">
<img class = "eagle" src = "assets/css/images/eagle.png" alt = "picture of eagle">
<p>Favorite Animal</p>
<hr>
<p>Eagle</p>
</div>
<div class = "number">
<img class = "seven" src = "assets/css/images/seven.png" alt = "picture of number seven">
<p>Favorite Number</p>
<hr>
<p>7</p>
</div>
</div>
</body>
</html>