Skip to content

Commit

Permalink
Update recent projects
Browse files Browse the repository at this point in the history
  • Loading branch information
smobregon authored Aug 9, 2024
1 parent 53e0863 commit 06897f0
Showing 1 changed file with 4 additions and 41 deletions.
45 changes: 4 additions & 41 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<header class="masthead d-flex">
<div class="container text-center my-auto">
<h1 class="mb-1">Savannah Obregon</h1>
<h3 class="mb-5"><em>Web Developer</em></h3>
<h3 class="mb-5"><em>Software Developer</em></h3>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about"
>About Me</a
>
Expand Down Expand Up @@ -138,53 +138,16 @@ <h2 class="mb-5">Recent Projects</h2>
>
<div class="caption">
<div class="caption-content">
<div class="h2">Weather App</div>
<div class="h2">redcapAPI</div>
<p class="mb-0">
An interactive website to find weather data.
The 'redcapAPI' package facilitates the process of accessing data from
REDCap via the API with options to prepare an analysis-ready data set.
</p>
</div>
</div>
<img class="img-fluid" src="img/weather_app.png" alt="" />
</a>
</div>
<div class="col-lg-6">
<a
class="portfolio-item"
href="https://obregon-chat-app.herokuapp.com/"
rel="noopener"
target="_blank"
>
<div class="caption">
<div class="caption-content">
<div class="h2">Chat App</div>
<p class="mb-0">
A real time chat application that you can use to communicate
with friends or share your location.
</p>
</div>
</div>
<img class="img-fluid" src="img/chat_app.png" alt="" />
</a>
</div>
<div class="col-lg-6">
<a
class="portfolio-item"
href="https://mysterious-peak-11085.herokuapp.com/"
rel="noopener"
target="_blank"
>
<div class="caption">
<div class="caption-content">
<div class="h2">Emaily</div>
<p class="mb-0">
A customized survey web app that allows user authentication
with google-auth, credit card payments with Stripe.
</p>
</div>
</div>
<img class="img-fluid" src="img/emaily_app.png" alt="" />
</a>
</div>
<div class="col-lg-6">
<a
class="portfolio-item"
Expand Down

0 comments on commit 06897f0

Please sign in to comment.