-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (56 loc) · 2.45 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: lightblue;
}
h1 {
background-color: lightgreen;
border-style: solid;
width: 400px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
h3 {
text-decoration: underline;
color: darkgreen;
}
img.displayed {
display: block;
margin-right: auto;
margin-left: auto;
}
</style>
</head>
<body>
<h1>Site evaluation</h1>
<p><a href="https://www.frankdeboosere.be/home.php"><img class="displayed" src="https://www.jobat.be/uploadedImages/pictures/frank-deboosere.jpg" alt="Frank Deboosere" /></a></p>
<h3>Which site is it?</h3>
<p><a href="https://www.frankdeboosere.be/home.php">https://www.frankdeboosere.be</a> <br/>
This is the personal website of <strong>Frank Deboosere</strong>.</p>
<h3>Does it get regular updates?</h3>
<p>The page has an automatic feed of Frank's Twitter and Facebook as well as the daily weather, which updates every day. <br />
There is also a page about the <em>'bike diaries'</em>, which gets new entries a couple times a month.</p>
<h3>How did we find it?</h3>
<p>One of us already knew about it and told us that it was a really weird website.</p>
<h3>Why does this website need an update/make-over?</h3>
<p>Looks like a spam website, with the strange colours and overload of stuff on the homepage. <br />
Because of this it's really hard to get a decent overview of the different pages. </p>
<h3>Is this website active on social media?</h3>
<p>Yes, Frank is very active on both <strong>Twitter</strong> and <strong>Facebook</strong>, which is probably why the site gets a surprising amount of visitors every day. <br />
Especially knowing how badly the site is set up. </p>
<h3>Top three things that should be changed.</h3>
<ul>
<li>Header needs to get its own background color, so it stands out more and is easier to use. <br />
The different pages and the order in which they're placed can use some major rethinking as well. </li>
<li>Change the entire colour scheme, because the black-white-blue does not work. </li>
<li>Most of the pages need to be rewritten, because it's difficult to find anything you're looking for. <br />
A lot of the information gets lost due to the messy way every page is set up. </li>
</ul>
<br>
<blockquote>
<p><b>"Morgen ben ik er weer, met meer weer"</b></p>
</blockquote>
</body>