-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
254 lines (202 loc) · 5.74 KB
/
about.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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/reset.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<title>Chérie • About</title>
<style>
html{
font-family: 'Open Sans', sans-serif;
overflow: scroll;
height: 100vh;
background-color: #fffbf7;
width: 100%;
}
h1{
font-size: 80px;
}
h2{
font-size: 50px;
}
p{
font-size: 20px;
}
li{
font-size: 20px;
}
#pageLinks{
display: flex;
align-items: center;
justify-content: center;
}
#pageLinks a{
text-decoration: none;
color: #E9DAC4;
}
#nav{
background-color: #290A00;
height: 90px;
width: 100%;
position: fixed;
top: 0;
animation: fadein 1s;
}
#nav img{
width: 75px;
float: left;
position: absolute;
}
#nav li{
list-style-type: none;
float: left;
padding-right: 30px;
color: #E9DAC4;
}
#nav ul{
padding-top: 30px;
}
#topBackground{
background-color: #290A00;
height: 80vh;
scroll-snap-align: center;
margin-top: 15px;
padding-top: 20vh;
}
#welcome {
padding: 15px;
background-color: #290A00;
margin: auto;
width: 250px;
height: 250px;
margin-top: 30px;
padding-top: 40px;
}
#welcome h1{
color: #E9DAC4;
display: inline-block;
letter-spacing: 0.03em;
font-size: 75px;
}
.gradBorder{
margin: auto;
width: 350px;
height: 350px;
background-image: url("images/blm-collage.png");
background-size: 500px;
padding: 10px;
}
#backtotop{
display: flex;
align-items: right;
justify-content: right;
position: fixed;
right: 5px;
bottom: 5px;
background-color: hsla(360, 100%, 0%, 0.5);
float: right;
border: 3px solid hsla(360, 100%, 100%, 0.73);
padding: 2px;
}
#backtotop a{
text-decoration: none;
color: hsla(360, 100%, 100%, 0.73);
}
.abt-section{
min-height: 300px;
/*border-bottom: 2px solid #290A00;*/
margin-left: 20px;
padding-top: 20px;
}
.abt-section img{
width: 20%;
display: flex;
float: left;
margin-right: 20px;
}
.abt-section p{
padding-top: 20px;
line-height: 30px;
}
#mission{
clear: both;
}
.spacer1{
height: 20px;
width: 100%;
clear: both;
}
.spacer2{
background-image: linear-gradient(to right, #E9DAC4, #7A1F00, #290A00);
width: 100%;
height: 5px;
clear: both;
}
footer{
background-color: #290A00;
height: 40px;
width: 100%;
color: #E9DAC4;
}
footer p{
font-size: 15px;
text-align: center;
padding-top: 8px;
}
</style>
</head>
<body>
<div id="nav">
<img src="images/almondLogo.png">
<div id="pageLinks">
<ul>
<li> <a href="index.html"> Home </a> </li>
<li> <a href="stories.html"> Stories </a> </li>
<li> <a href="about.html"> About </a> </li>
<li> <a href="contact.html"> Contact </a> </li>
</ul>
</div>
<!-- <a href="what"> V </a> TODO: make this a sign to scroll down/ back to top button -->
</div>
<div id="topBackground">
<div class="gradBorder">
<div id="welcome">
<h1> Hear our story. </h1>
</div>
</div>
<div id="backtotop">
<a href="about.html"> <p> ↑ </p> </a>
</div>
</div>
<div class="spacer2"></div>
<div id="akshaya" class="abt-section">
<img src = "images/akshaya.jpg">
<h1 class="section"> Hi, I'm Akshaya! </h1>
<p> Akshaya is a junior at Natick High School. Many of her interests lie within blending technology and social activism within her community. As someone who constantly has an eye on both the news and social media, she wanted to create a platform where people can easily learn about issues and how to take action. In her free time, Akshaya likes to go outside, spend time with her friends and family, debate, and cook. </p>
</div>
<div class="spacer1"></div>
<div class="spacer2"></div>
<div id="melica" class="abt-section">
<img src = "images/melica.png">
<h1 class="section"> Hi, I'm Melica! </h1>
<p> Melica is a senior at Natick High School who has always wanted to create a space where people can learn, take action, and share their personal experiences, opinions, and ideas. Since she started watching the news, she’s been immensely passionate about making sure that no major issue goes unnoticed due to limited media coverage. In her free time, Melica likes to draw, play with her cats, and go shopping. </p>
</div>
<div class="spacer1"></div>
<div class="spacer2"></div>
<div id="mission" class="abt-section">
<img src="images/voice.jpg">
<h1 class="section"> What is our mission? </h1>
<p> Being inspired by the recent uprising of movements and advocacy for change through social media, we wanted to create a safe and interactive platform everyone can use to both educate themselves on various issues, take action, and speak on their own experiences.
<br> <br>
TL;DR: Chérie is a site where you can learn, educate, and take action on a variety of global issues. </p>
</div>
<div class="spacer1"></div>
<div class="spacer2"></div>
<div id="about" class="abt-section">
<img src="images/redLogo.png">
<h1 class="section"> How do you use Cherie? </h1>
<p> Cherie can be used by anyone who is interested in learning about major global issues, taking action/inciting change to better the status quo, or speaking on certain issues through submitting a blogpost. When reading about issues and other people’s experiences, it is important to keep an open mind and remain respectful. There will be absolutely no tolerance for any form of discrimination. </p>
</div>
<footer> <p> Chérie Tree • About • Last updated: 10/23/2021 5:44 PM </p> </footer>
</body>
</html>