Skip to content

Commit 100b0db

Browse files
committed
Updated Projects
1 parent 8fd2bc6 commit 100b0db

File tree

2 files changed

+33
-10
lines changed

2 files changed

+33
-10
lines changed

index.html

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ <h2 class="text-center pt-5 pb-5">Nice To Meet You!</h2>
8181
work on personal projects, play piano, and participate in hackathons. I chose to pursue a career in
8282
Software Engineering during my Senior year of High School when I was exposed to the Python programming language.
8383
</p>
84+
<h5>Hackathons I've Attended:</h5>
85+
<p>
86+
LA Hacks 2020, GrizzHacks 5, Hack or Treat, Hacks and Crafts, #CodeChella, SharkHacks,
87+
CatHacks: Winter Edition, Winter Hacklymptics, Holiday Hacks, Kurius-Hacks: Christmas Edition, nwHacks 2021,
88+
CruzHacks 2021, QWERHacks, HoyaHacks 2021
89+
</p>
8490
</div>
8591
</div>
8692
</div>
@@ -184,21 +190,20 @@ <h3>
184190
<!-- SafeSpace -->
185191
<div class="row mt-5">
186192
<div class="col-md-4">
187-
<a href="https://devpost.com/software/safespace-oxnc1w">
188-
<img class="featured-img img-fluid" src="pics/safespace.png" id="oas" alt="pics">
193+
<a href="https://noteify-3b3d3.uc.r.appspot.com/">
194+
<img class="featured-img img-fluid" src="pics/noteify.png" id="oas" alt="pics">
189195
</a>
190196
</div>
191197
<div class="col-md-1">
192198
<br>
193199
</div>
194200
<div class="col-md-7">
195201
<div class="row">
196-
<h2>SafeSpace</h2>
202+
<h2>Noteify</h2>
197203
</div>
198204
<p class="description">
199-
SafeSpace is a website aimed to create a safer internet for children.
200-
The user can input the URL of any website into our platform and SafeSpace will scan that website to see if there are any vulgar language.
201-
Demoed project at CatHacks: Winter Edition.
205+
Noteify is a website that improves one's mental health through positive thinking.
206+
It started out as a simple hackathon submission, but now it is currently an ongoing project.
202207
</p>
203208
<h3>
204209
<span class="badge badge-primary">HTML</span>
@@ -207,8 +212,8 @@ <h3>
207212
</h3>
208213
<h3>
209214
<span class="badge badge-danger">Flask</span>
210-
<span class="badge badge-warning">Beautiful Soup</span>
211-
<span class="badge badge-info">MongoDB</span>
215+
<span class="badge badge-warning">Firebase</span>
216+
<span class="badge badge-info">Google App Engine</span>
212217
</h3>
213218
</div>
214219
</div>
@@ -274,7 +279,6 @@ <h5 class="card-title">Root4U</h5>
274279
</div>
275280
</div>
276281
<div class = "row py-3">
277-
278282
<div class="card" style="width: 18rem;">
279283
<!--<img src="..." class="card-img-top" alt="...">-->
280284
<div class="card-body">
@@ -324,13 +328,32 @@ <h5 class="card-title">FrightNight</h5>
324328
<div class="card" style="width: 18rem;">
325329
<!--<img src="..." class="card-img-top" alt="...">-->
326330
<div class="card-body">
327-
<h5 class="card-title">FromMeToYou</h5>
331+
<h5 class="card-title">SafeSpace</h5>
328332
<span class="badge badge-primary">HTML</span>
329333
<span class="badge badge-secondary">CSS</span>
330334
<span class="badge badge-success">Bootstrap</span>
331335
<span class="badge badge-danger">Flask</span>
332336
<span class="badge badge-warning">Beautiful Soup</span>
333337
<span class="badge badge-info">MongoDB</span>
338+
<p class="card-text">SafeSpace is a website aimed to create a safer internet for children.
339+
Demoed project at CatHacks: Winter Edition.</p>
340+
<a href="https://github.com/kylejava/CatHacks-Winter-Edition-2020" target = "_blank">
341+
<button type="button" class="btn btn-git"><i class="fab fa-github"></i> Github</button>
342+
</a>
343+
<a href="https://devpost.com/software/safespace-oxnc1w" target = "_blank">
344+
<button type="button" class="btn btn-git"><i class="fas fa-link"></i> Devpost</button>
345+
</a>
346+
</div>
347+
</div>
348+
<div class="card" style="width: 18rem;">
349+
<!--<img src="..." class="card-img-top" alt="...">-->
350+
<div class="card-body">
351+
<h5 class="card-title">FromMeToYou</h5>
352+
<span class="badge badge-primary">HTML</span>
353+
<span class="badge badge-secondary">CSS</span>
354+
<span class="badge badge-success">Bootstrap</span>
355+
<span class="badge badge-danger">Flask</span>
356+
<span class="badge badge-info">MongoDB</span>
334357
<p class="card-text">Web application that shows user's upcoming food drives. It also allows organizer's publish their own upcoming food drives.</p><br/>
335358
<a href="https://github.com/kylejava/Kurius-Hacks-CE" target = "_blank">
336359
<button type="button" class="btn btn-git"><i class="fab fa-github"></i> Github</button>

pics/noteify.png

40.5 KB
Loading

0 commit comments

Comments
 (0)