-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGraphics.xhtml
103 lines (98 loc) · 3.11 KB
/
Graphics.xhtml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Web Portfolio: Your Name's Graphics Page</title>
<style>
<link rel="stylesheet" href="CSS/style.css"></link>
</style>
</head>
<body>
<div class="headnav">
<div class="header">
<p> </p>
<h1>Web Portfolio</h1>
<p> </p>
</div>
<div class="navbar">
<nav>
<a href="index.xhtml">Home</a>
<a href="Videos.xhtml">Videos</a>
<a href="Tools.xhtml">Tools</a>
<a href="Accessibility.xhtml">Accessibility</a>
<a href="javascript.html">Javascript</a>
<a href="Usability.xhtml">Usability</a>
<a class="active" href="Graphics.xhtml">Graphics</a>
</nav>
</div>
</div>
<div class="content" style="overflow-x:auto;">
<p> </p>
<p> </p>
<p> </p>
<h1 class="hed">Evolution of Web graphics</h1>
</div>
<div class="content">
<img src="https://www.w3schools.com/w3css/img_lights.jpg" class="cutcorners centerp" alt="northern lights"></img>
<p>Image of northern lights.</p>
</div>
<p style="text-align: center;"><strong><font color="purple">Under Construction</font></strong></p>
<br />
<h1 class="hed">Graphic File Types</h1>
<p class="content">1. Gif because the image has few colors <br />
2. JPEG because the image has lots of colors <br />
3. JPEG because the image has lots of colors <br />
4. GIF because the image has few colors and transparency <br />
15. GIF because the image has few colors and transparency <br />
</p>
<h1 class="hed">This is an image</h1>
<a href="IMG\galaxy.jpg">
<img src="IMG\galaxy.jpg" height="15%" width="15%" class="cutcorners centerp" alt="Galaxy - M158"></img>
</a>
<div class="hed">
<a href="https://www.flickr.com/photos/mvannorden/82761015206">“Galaxy - M158”</a>
by
<i>
<a href="https://www.flickr.com/people/mvannorden/">Marc Van Norden</a>
</i>
is licensed under
<a href="https://creativecommons.org/licenses/by/2.0">
CC BY 2.0</a>
</div>
<h1 class="hed">Cursed Image</h1>
<a href="IMG\cursed.jpg">
<img src="IMG\cursed.jpg" height="15%" width="15%" class="cutcorners centerp" alt="Spaghetti-Os deserve pain"></img>
</a>
<div class="hed">
<a href="https://www.flickr.com/photos/orinrobertjohn/47300318153">“Joy of Recalled Spaghetti-Os”</a>
by
<i>
<a href="https://www.flickr.com/people/orinrobertjohn/">Orin Zebest</a>
</i>
is licensed under
<a href="https://creativecommons.org/licenses/by/2.0">
CC BY 2.0</a>
</div>
<h1 class="hed">I dont know why I put this here</h1>
<a href="IMG\chicken.jpg">
<img src="IMG\chicken.jpg" height="15%" width="15%" class="cutcorners centerp" alt="Chicken tastes good I guess."></img>
</a>
<div class="hed">
<a href="https://www.flickr.com/photos/devcentre/746815962">“Chicken”</a>
by
<i>
<a href="https://www.flickr.com/people/devcentre/">Peter Harrison</a>
</i>
is licensed under
<a href="https://creativecommons.org/licenses/by/2.0">
CC BY 2.0</a>
</div>
<div class="footer">
<p> </p>
<p> </p>
<p>Thats All Folks</p>
<p> </p>
<p> </p>
</div>
</body>
</html>