-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHackathon-Projects.html
More file actions
85 lines (72 loc) · 3.5 KB
/
Hackathon-Projects.html
File metadata and controls
85 lines (72 loc) · 3.5 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/9e020e1969.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link rel="icon" href="CSS - My Site Images/eagle.ico">
<link href="https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.google.com/specimen/IBM+Plex+Sans?selection.family=Cabin:wght@700|IBM+Plex+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Allura&family=Roboto:wght@100&display=swap" rel="stylesheet">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="icon" href="CSS - My Site Images/letter-d.png">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script type="text/javascript">
AOS.init({
easing: 'ease-out-back',
duration: 1000
});
</script>
<div class="skills-projects">
<h2 class="page2-title" data-aos="fade-up">My Hackathon Projects</h2>
<div class="skill-row">
<a href="https://devpost.com/software/vaccine-project" target="_blank">
<img class="skills-pictures btn1" src="CSS - My Site Images/vaccine.png" alt="">
</a>
<h3 class="project-title">Vaccine Estimator</h3>
<p class="project-text">Given the current situation with national vaccine distribution,
many people are wondering when they will receive the COVID - 19 vaccine. However,
information online can sometimes be misleading and confusing, that’s why we created a
Vaccine Estimator using sources directly from the CDC to help the public fairly access
their approximate date to receive the vaccine.
</p>
<br />
<p>
In this project, I worked on the SMS messaging interface using Twilio and Python with Flask
to enable users to use the vaccine estimator through text.
</p>
<p class="tech-titles">
Technology Used:
</p>
<ul>
<li>
Flask
</li>
<li>
Twilio
</li>
<li>
Python
</li>
</ul>
</div>
<div class="ocean-container">
<img src="CSS - My Site Images/Ocean-Line.png" alt="ocean">
</div>
</div>
</body>
</html>