-
Notifications
You must be signed in to change notification settings - Fork 0
/
1-2-4.html
42 lines (34 loc) · 1.69 KB
/
1-2-4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="main.css">
<title>1.2.4 Describe further improvements you can make to your project</title>
</head>
<body class="backgroundCode shadow1">
<div class="flex-container">
<h1 class="logo"><a href="index.html">Jody Richardson</a></h1>
<ul class="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="1-1-0.html">About</a></li>
<li><a href="sitemap.html">site map</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<h2 class="centreText">Unit 1 - 2.4 Describe further improvements you can make to your project</h2>
<p class="mainPara">
If I was given more time to work on my website before submitting, I would look into writing some javascript to
offer people with poor eyesight a more readable version of the site. I would have liked to have spent more time
sourcing a different background image for each screen, instead of using the same few, multiple times. I would
like to have a page to show off some of the Javascript skills learnt earlier in the course. I would also like to
add a looping ambient music file to give the ears of the user a treat whilst they browse.
I have come to the realisation that there will always be improvements that can be made to a website, and it is
important not to take on more than you can handle with regard to any deadline that must be met.
</p>
<div class="navbarL">
<a href="1-2-3.html">PREV</a>
</div>
<div class="navbarR">
<a href="1-2-5.html">NEXT</a>
</body>
</html>