-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrealabout.html
More file actions
180 lines (160 loc) · 5.54 KB
/
realabout.html
File metadata and controls
180 lines (160 loc) · 5.54 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Testing</title>
<link rel="stylesheet" href="new_web.css">
<link href="https://fonts.googleapis.com/css?family=Encode+Sans+Condensed|Lobster|Play:700|Righteous" rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li><a href="newweb.html">Home</li></a>
<li><a href="">Quiz</li></a>
<li><a href="">Colleges</li></a>
<li><a href="">Stress Relief</li></a>
<li><a href="">WingMan</li></a>
<li><a href="realabout.html">About Us</li></a>
</ul>
</nav>
<header>
<h1>Who are we?</h1>
</header>
<section>
</section>
<br>
<br>
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="slide3.jpg" style="width:50%" class="center">
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="slide2.jpg" style="width:50%" class="center">
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="groupphoto.jpg" style="width:50%" class="center">
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
<script>
var slideIndex = 0;
showSlides();
function showSlides() {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
setTimeout(showSlides, 3000); // Change image every 2 seconds
}
</script>
<br>
<p class="desc">We're students, designers, dreamers, programmers, and so much more. As members of the <a href="https://girlswhocode.com/">Girls Who Code</a>
<br> summer immersion program, we have spent a substantial amount of time perfecting our site to be tailored for every student<br>
with different preferences and needs. As students ourselves, we understand what is significant to students in the
<br> college research and application process. Our website is designed to take the college setting, region, school type, and population
<br> into consideration and give students college results that they'll be satisfied with.</p>
<br>
<img src="divider.png" class="divider">
<br>
<header>
<h1>Our Goal</h1>
</header>
<br>
<br>
<p class="desc">Created in July 2018, our website is dedicated to helping students feel more confident <br> about
their college choices. The college application and decision process can be stressful, and as students
<br> ourselves, we understand how stressful it can be. Thanks to our website, students can now take a short
(less than 15 minute) <br> quiz and relax while MyCollegeWingman does all the college research for you!</p>
<br>
<img src="divider.png" class="divider">
<br>
<header>
<h1> Meet the Creators!</h1>
</header>
<br>
<br>
<div class="row">
<div class="column">
<div class="card">
<img src="diane.jpg" alt="Diane" style="width:100%">
<div class="container">
<h2>Diane Batres</h2>
<p class="title">Developer</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>example@example.com</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="IMG_3020.jpg" alt="Aashna" style="width:100%">
<div class="container">
<h2>Aashna Mehta</h2>
<p class="title">Developer</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>example@example.com</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="/w3images/team3.jpg" alt="Maggie" style="width:100%">
<div class="container">
<h2>Magdalena Kasprzak</h2>
<p class="title">Developer</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>example@example.com</p>
<p><button class="button">Contact</button></p>
</div>
</div>
<br>
</div>
<div class="column">
<div class="secondrow">
<img src="/w3images/team2.jpg" alt="Priscilla" style="width:100%">
<div class="container">
<h2>Priscilla Lagunas</h2>
<p class="title">Developer</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>example@example.com</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>
<div class="column">
<div class="secondrow">
<img src="/w3images/team2.jpg" alt="Victoria" style="width:100%">
<div class="container">
<h2>Victoria Nunez</h2>
<p class="title">Developer</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>example@example.com</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</body>