-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
230 lines (222 loc) · 8.23 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Gabriella Corales is a Front-End Developer, based in the U.S. She is a Stanford Grad who is passionate about technology, education, and making the world a better place. View her latest projects here and contact her today."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<script
src="https://kit.fontawesome.com/8dacd31b6d.js"
crossorigin="anonymous"
></script>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="/styles/portfolio.css" />
<title>Gabriella Corales | Front-End Developer</title>
</head>
<body>
<div class="container-fluid bg-light">
<nav class="d-flex justify-content-between">
<div>
<a href="/" title="Home | Gabriella Corales, Front-End Developer"
><img
src="/images/coder-emoji.png"
alt="female coder emoji"
/>EllaCodes</a
>
</div>
<ul>
<li>
<a
href="/"
class="active"
title="Home | Gabriella Corales, Front-End Developer"
>Home</a
>
</li>
<li>
<a href="/about.html" title="About | Gabriella Corales">About</a>
</li>
<li>
<a href="/my-projects.html" title="Projects | Gabriella Corales"
>Work</a
>
</li>
<li>
<a href="/contact.html" title="Contact | Gabriella Corales"
>Contact</a
>
</li>
</ul>
</nav>
</div>
<div class="hero">
<p>👋 Hello, I'm</p>
<h1 class="mb-3">Gabriella Corales</h1>
<h2>Once Educator, now Front End Developer!</h2>
<a
href="/contact.html"
class="btn btn-hero mt-5"
title="Contact Gabriella Corales"
>Contact Me</a
>
</div>
<p class="text-center m-5">Here are some of my featured projects!</p>
<div class="container">
<div class="row mt-5">
<div class="col d-none d-lg-block">
<div class="featured-projects">
<img
src="/images/react-weather-app.png"
class="d-block w-100 rounded"
alt="sunny weather preview"
/>
</div>
</div>
<div class="col">
<div class="featured-projects">
<h3>React Weather App</h3>
<p class="mt-5 mb-5 text-muted">
Rebuilt with React, HTML, and CSS. A responsive, weather app that
displays global weather data for over 200,000 cities around the
world. Features current weather data, a 7-day forecast, hourly
forecast (up to 4 hours), temperatures in Celsius and Fahrenheit,
and 6 different backgrounds and color palettes that change based
on the weather: sunny, cloudy, rainy, foggy, snowing, etc.
Inspired by the iPhone Weather widget. Check your weather now!
</p>
<a
href="https://ellasreactweatherapp.netlify.app/"
target="_blank"
class="btn btn-featured-projects"
title="Weather App | Developed by: Gabriella Corales"
>Launch Weather App</a
>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col">
<div class="featured-projects">
<h3>Student-Friendly Dictionary App</h3>
<p class="text-muted mt-5 mb-5">
Built with React, HTML, and CSS. A functional, student-friendly
dictionary app with access to more than 150,000 words, developed
with secondary students, developing readers, and English Language
Learners in mind. Features student-friendly definitions for over
150,000 words including 2 or more synonyms, 2 or more antonyms,
supporting images to support student understanding, example
sentences with the word used in context, Spanish translation for
English Language Learners, and an audio pronunciation
(forthcoming). Integrates 3 different APIs including the Merriam
Webster Intermediate Dictionary API for Grades 6-8 to render
definitions that are accessible and understandable for secondary
students.
</p>
<a
href="https://ellasdictionaryapp.netlify.app/"
target="_blank"
class="btn btn-featured-projects"
title="Dictionary App | Currently Building"
>Launch Dictionary App</a
>
</div>
</div>
<div class="col d-none d-lg-block">
<div class="featured-projects">
<img
src="/images/student-friendly-dictionary-preview.jpg"
class="img-fluid rounded"
alt="dictionary app preview"
/>
</div>
</div>
<div class="row mt-5">
<div class="col d-none d-lg-block">
<div class="featured-projects">
<img
src="/images/clean-water.PNG"
class="img-fluid rounded"
alt="Access to Clean Waater webpage preview"
/>
</div>
</div>
<div class="col">
<div class="featured-projects">
<h3>Access to Clean Water Project</h3>
<p class="text-muted mt-5 mb-5">
Built with passion, just 3 weeks after learning how to code.
This was my first coding project, built with HTML, CSS and
vanilla Javascript, included here to show you where my coding
skills started.
</p>
<a
href="https://www.shecodes.io/workshops/shecodes-basics-539307aa-4be7-41c9-bf04-1d95c73adfea/projects/847595"
target="_blank"
class="btn btn-featured-projects"
title="Access to Clean Water Project | Developed by: Gabriella Corales"
>See Project</a
>
</div>
</div>
</div>
</div>
<footer>
<div
class="contact-box d-flex justify-content-between d-none d-md-flex"
>
<div>
<h4>Work Inquiry</h4>
<p class="mt-3 text-muted">Let's work together</p>
</div>
<div class="mt-3">
<a
href="/contact.html"
class="btn btn-hero"
title="Contact Gabriella Corales"
>Contact Me</a
>
</div>
</div>
<div class="social-media-icons mt-3">
<a href="mailto:[email protected]">[email protected]</a>
<br />
<br />
<a
href="https://github.com/EllaCodes4"
target="_blank"
title="Github | Gabriella Corales"
><i class="fa-brands fa-github"></i
></a>
<a href="https://twitter.com/EllaCodes" target="_blank"
><i class="fa-brands fa-twitter"></i
></a>
<a
href="https://www.linkedin.com/in/gabriella-corales"
target="_blank"
title="LinkedIn | Gabriella Corales"
><i class="fa-brands fa-linkedin"></i
></a>
</div>
</footer>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"
></script>
</body>
</html>