-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassignment2.html
44 lines (44 loc) · 1.39 KB
/
assignment2.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
<!DOCTYPE html>
<html>
<head>
<title>Assessment 2 - Raed Ali</title>
<link rel="stylesheet" type="text/css" href="css/assignment.css">
<link rel="icon" href="img/hahslogo.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutmepageraedali.html">About Me</a></li>
<li><a href="assignment1.html">Assessment 1</a></li>
<li><a href="assignment2.html">Assessment 2</a></li>
<li><a href="assignment3.html">Assessment 3</a></li>
</ul>
</nav>
<h1>
Assessment 2 - Digital Media - Video
</h1>
</header>
<main>
<h2 style="font-family: 'Montserrat', sans-serif;">
Neon Genesis Evangelion Poster - Made with Photoshop.
</h2>
<h1>
<img src="img/IST Task 2 - Raed Ali - NGE.png">
</h1>
</h1>
</main>
<footer>
<h3>
Raed Ali - <a href="https://hurlstone-h.schools.nsw.gov.au/" target="_blank">Hurlstone Agricultural High School</a>
</h3>
</footer>
</body>
</html>