-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (179 loc) · 6.68 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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<title>rainbow</title>
<link rel="icon" type="image/x-icon" href="images/rainbow.png" />
<link rel="stylesheet" href="styles/rainbow.css" />
<link rel="stylesheet" href="styles/style.css" />
<link rel="stylesheet" href="styles/nav.css" />
<link rel="stylesheet" href="styles/footer.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Titan+One&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Titan+One&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="main-container">
<nav>
<a
target="_blank"
href="https://www.flaticon.com/free-icons/rainbow"
title="rainbow icons"
class="logo-img"
><img src="images/rainbow.png" width="65"/></a>
<ul class="nav-ul">
<li class="nav-li">
<a href="index.html" class="nav-button">Home</a>
</li>
<li class="nav-li">
<a href="Project/About/about.html" class="nav-button">About</a>
</li>
<li class="nav-li">
<a href="Project/Contact/contact.html" class="nav-button">Contact</a>
</li>
</ul>
</nav>
<div class="container">
<div class="block glow">
<h1 class="header header-one">RAINBOWS</h1>
</div>
<div>
<h3 class="header header-three">
All the Rainbows, All the Colors! Woot!
</h3>
</div>
<div>
<ul class="rainbow-list">
<li>
<button type="button" class="button button-red">RED</button>
</li>
<li>
<button type="button" class="button button-orange">ORANGE</button>
</li>
<li>
<button type="button" class="button button-yellow">YELLOW</button>
</li>
<li>
<button type="button" class="button button-green">GREEN</button>
</li>
<li>
<button type="button" class="button button-blue">BLUE</button>
</li>
<li>
<button type="button" class="button button-purple">PURPLE</button>
</li>
<li>
<button type="button" class="button button-pink">PINK</button>
</li>
</ul>
</div>
<div class="home-grid">
<div class="home-p">
<p class="paragraph">
A love of rainbows is what you will find within these pages. The
joy of colors and natural arches created by light and water. Do
you really listen when you are talking with someone?
</p>
<p class="paragraph">
I have a friend who listens in an unforgiving way. She actually
takes every word you say as being something important and when you
have a friend that listens like that, words take on a whole new
meaning.
</p>
<img
class="rainbow-img"
alt="freepik"
src="https://img.freepik.com/free-vector/rainbow-concept-flat-design_23-2148493443.jpg?w=300&t=st=1679172766~exp=1679173366~hmac=c959e63619be0939ecd1712780a0075987d478035f3777ae63dfe83af407e18a"
/>
</div>
<div class="home-p">
<img
class="rainbow-img"
alt="freepik"
src="https://img.freepik.com/free-vector/colorful-rainbow-flat-design_23-2148500960.jpg?w=300&t=st=1679691644~exp=1679692244~hmac=88166dbd6444b931ac202121cc10852ef3002ecc9b36ee231678bf0a908f1774"
/>
<p class="paragraph">
I guess we could discuss the implications of the phrase "meant to
be." That is if we wanted to drown ourselves in a sea of
backwardly referential semantics and other mumbo-jumbo. Maybe such
a discussion would result in the determination that "meant to be"
is exactly as meaningless a phrase as it seems to be, and that
none of us is actually meant to be doing anything at all. But
that's my existential underpants underpinnings showing. It's the
way the cookie crumbles. And now I want a cookie.
</p>
</div>
<div class="home-p">
<p class="paragraph">
What was beyond the bend in the stream was unknown. Both were
curious, but only one was brave enough to want to explore.
</p>
<p class="paragraph">
That was the problem. There was always one that let fear rule her
life.
</p>
<img
class="rainbow-img"
alt="freepik"
src="https://img.freepik.com/free-vector/retro-rainbow-heart-isolated_1308-127277.jpg?w=300&t=st=1679692357~exp=1679692957~hmac=9a297fa35800350fef427cec1d3489152fc85c5eeaa278e660aba117a18c337d"
/>
</div>
</div>
</div>
<footer>
<div id="footer-layout">
<ul class="footer-nav">
<li class="nav-li">
<a href="index.html" class="footer-button">Home</a>
</li>
<li class="nav-li">
<a href="Project/About/about.html" class="footer-button">About</a>
</li>
<li class="nav-li">
<a href="Project/Contact/contact.html" class="footer-button"
>Contact</a
>
</li>
</ul>
<div class="footer-nav">
<img
class="socials"
alt="social"
src="https://cdn-icons-png.flaticon.com/512/1384/1384063.png"
width="50"
height="50"
/>
<img
class="socials"
alt="social"
src="https://cdn-icons-png.flaticon.com/512/10180/10180748.png"
width="50"
height="50"
/>
<img
class="socials"
alt="social"
src="https://cdn-icons-png.flaticon.com/512/3046/3046121.png"
width="50"
height="50"
/>
<img
class="socials"
alt="social"
src="https://cdn-icons-png.flaticon.com/512/10161/10161957.png"
width="50"
height="50"
/>
</div>
<div><p class="copyright">COPYRIGHT @MOK23</p></div>
</div>
</footer>
</div>
</body>
</html>