-
Notifications
You must be signed in to change notification settings - Fork 0
/
web_project.html
49 lines (44 loc) · 1.66 KB
/
web_project.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
<!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>Web Project</title>
<meta name="description" content="Visual Design and Web Project Assignments">
<script src="p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/addons/p5.sound.min.js"></script>
<script src="walker_texas_coder_2.js"></script>
</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> Web Project </h2>
<p> This is my web project, designed in p5. Move around and click the mouse for some cool stuff. If C Major isn't your favourite key, why not try hitting the space bar?
For more information on my creative concept and how I coded the various parts of it, please see the report, which can be found on Turnitin. </p>
</div>
</div>
</main>
<footer>
<div class ="footer">
<p> Images and photography © Tulasi Das. All rights reserved. </p>
</div>
</footer>
</body>
</html>