-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhite.html
executable file
·126 lines (98 loc) · 4.72 KB
/
white.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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<head>
<title>White Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/stylewhite.css" type="text/css" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/parallax.js/1.4.2/parallax.min.js"></script>
</head>
<!--background image used for website styling-->
<body>
<p>
<a name="top"></a>
</p>
<table id="topbanner">
<tr>
<td>
<p >
<!--whole image is a 975px image banner-->
<img src="images/kenny2.png" alt="handsome webdeveloper Kenny Santiago"/>
</p>
</td>
<td id="text"><p>“A computer once beat me at chess, but it was no match for me at kick boxing.”
— Emo Philips</p></td>
<td><p><span id="k">K</span><span id="rest">enny</span><span id="two">2</span></p></td>
</tr>
</table>
<table id="mainnav">
<tr>
<td>
<!--Navigation links-->
<ul>
<li><a href="index.html">intro Page</a></li>
<li><a href="colorchart.html">Color Chart</a></li>
<li><a href="imagemap.html">Internship links</a></li>
<li><a href="green.html">Green Page</a></li>
<li><a href="white.html">White Page</a></li>
<li><a href="black.html">Black Page</a></li>
<li><a href="sitemap.html">Sitemap</a></li>
<li><a href="https://github.com/ksantiag">Github</a></li>
</ul>
</td>
</tr>
</table>
<!--empty table element used for parallax effect-->
<div class="parallax-window" data-parallax="scroll" data-z-index="1" data-image-src="images/white.jpg"></div>
<table id="content">
<tr>
<td>
<p id="topimages">
<!--page turner linked images-->
<a href="colorchart.html"><img src="images/barrow.jpg" alt="left arrow" style="width:100px; height:75px;"/></a>
<a href="sitemap.html"><img src="images/sitemap.jpg" alt="Folded map with a black icon hovering now linking to site map" title="sitemap" style="width:75px; height:75px;"/></a>
<a href="black.html"><img src="images/farrow.jpg" alt="arrow pointing right " style="width:100px; height:75px;"/></a>
</p>
<h1>White</h1>
<p id="indent">In Western culture the color white can represent a variety of things. For example, Purity, elegance, peace and cleanliness. In eastern cultures like Korea and China wear the color white while attending funerals as white represents death and mourning. Western cultures on the other hand wear white wedding dresses to celebrate a union between a pair as explained in an article from shutterstock.com titled color symbolism and meanings around the world.
According to the website BOURNCREATIVE, the color white helps in aiding mental clarity, promote feelings of fresh beginnings and renewal, assisting in cleansing, clearing obstacles and clutter, and encouraging the purification of thoughts and actions.
One thing I personally associate white with is angels as seen above.</p>
<h2>Works Cited</h2>
<ul>
<li>Bourn, Jennifer. “Meaning of The Color White |.” Bourn Creative, Bourn Creative, 3 June 2016, http://www.bourncreative.com/meaning-of-the-color-white/.</li>
<li>“Color Symbolism and Meanings around the World.” Shutter Stock, www.shutterstock.com/blog/color-symbolism-and-meanings-around-the-world.</li>
<li>“Free Image on Pixabay - Angel, Angelic, Wings, Heaven.” Free illustration: Angel, Angelic, Wings, Heaven - Free Image on Pixabay - 941567, pixabay.com/p-941567/?no_redirect.</li>
</ul>
<p id="prevnext">
<a href="green.html">Previous</a><<White Page>><a href="black.html">Next</a>
</p>
</td>
</tr>
</table>
<table id="footer">
<tr>
<td>
<ul>
<li><a href="black.html">Black Page</a></li>
<li><a href="colorchart.html">Color Chart</a></li>
<li><a href="green.html">Green Page</a></li>
<li><a href="index.html">index Page</a></li>
<li><a href="sitemap.html">Sitemap</a></li>
<li><a href="white.html">White Page</a></li>
<li><a href="https://github.com/ksantiag">Github</a></li>
</ul>
</td>
</tr>
<tr>
<td>
<p>
Kenny<sup>2</sup>, Santiago, ksantiag@neiu.edu, CS 300, Spring 2018.
</p>
</td>
</tr>
</table>
<p style="text-align: center;">
<a href="#top">Back to top</a>
</p>
</body>
</html>