-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (50 loc) · 1.59 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
<!DOCTYPE html>
<html lang ="en-GB">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="lang" content="en-GB">
<link rel="stylesheet" href="master_styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles&family=Itim&family=Mali:wght@300;500&display=swap" >
<title>Visual Design and Web Project </title>
<meta name="description" content="Visual Design and Web Project">
</head>
<body>
<header>
<div class ="header">
<a href="index.html"><h1> Visual Design and Web Project </h1></a>
<div class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="visual_design.html">Visual Design</a></li>
<li><a href="web_project.html">Web Project</a></li>
</ul>
</div>
</div>
</header>
<main>
<div class = "content-flex">
<div class = "content-item-stretch">
<h2> Hello! </h2>
<p> This is the page for the Visual Design and Web Project assignments
for the Digital Media Design MA. Please see below for my two projects.</p>
</div>
<div class ="content-item-left">
<h2> Visual Design </h2>
<p> I needed a strong creative concept. A close friend of mine needed a portfolio. It was a perfect match.</p>
<a href="visual_design.html">Read More</a>
</div>
<div class ="content-item-right">
<h2> Web Project (P5) </h2>
<p> Don't get distracted. (Sound on)</p>
<a href="web_project.html">Read More</a>
</div>
</div>
</main>
<footer>
<div class ="footer">
<p> Images and photography © Tulasi Das. All rights reserved. </p>
</div>
</footer>
</body>
</html>