-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (47 loc) · 1.43 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
<html>
<head>
<title>
Good Websites
</title>
</head>
<body>
<h1>
Good Websites
</h1>
<br>
<a href = "http://yuenye.com/">
Chinese web designer's portfolio website
</a>
<ul>
<li>Interactive intro page
<li>Minimalistic design
<ul>
<li> Not too cluttered
<li>Very easy to navigate
</ul>
<li>After all, it is a portfolio for a web designer
</ul>
<a href="https://www.ge.com/digitalvolcano/">
Volcano information site
</a>
<ul>
<li>Very responsive page and interacts with scrolling
<li>Incorporates many different types of display
<ul>
<li>One of them is a 3d display (three.js library)
<li>Helpful side scroll to see where you are
<li>Informative and stright to the point (no ads)
</ul>
</ul>
<a href="https://www.ingenie.com/one-four-nine/">
HTML detective game
</a>
<ul>
<li>EXTREMELY interactive and fun (try not waste all your time on this)
<li>Has mobile phone interaction
</ul>
<a href="secondpage.html">
Bad Websites
</a>
</body>
</html>