-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (31 loc) · 1.35 KB
/
index.html
File metadata and controls
43 lines (31 loc) · 1.35 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
43
<!DOCTYPE html>
<html>
<head>
<title>Ahmed's site</title>
<link rel ="stylesheet" href="styles.css">
</head>
<body>
<div id = "menu_bar">
<div class = "menu_item home">
Home
</div>
<div class = "menu_item assignments">
Assignments
</div>
</div>
<h1> Ahmed Elsayed's Assignments </h1>
<p> These are Ahmed's assignments for the Full Stack App Development Course 2021: </p>
<ul>
<li> <a href= "Week1.html"> Week 1 Assignments </a></li>
<li> <a href= "Week2.html"> Week 2 Assignments </a></li>
<li> <a href= "Week3.html"> Week 3 Assignments </a></li>
<li> <a href= "Week4.html"> Week 4 Assignments </a></li>
<li> <a href= "Week5.html"> Week 5 Assignments </a></li>
<li> <a href= "Week6.html"> Week 6 Assignments </a></li>
<li> <a href= "Week7.html"> Week 7 Assignments </a></li>
<li> <a href= "Week8.html"> Week 8 Assignments </a></li>
<li> <a href= "Week9.html"> Week 9 Assignments </a></li>
</ul>
<h2> </h2>
</body>
</html>