Skip to content

Commit

Permalink
Merge pull request #11 from davisdre/Develop
Browse files Browse the repository at this point in the history
Updated index.html
  • Loading branch information
davisdre authored Oct 17, 2022
2 parents 27b6034 + 27f5a3f commit b63eeea
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,19 +142,6 @@ <h3>AWS Certified Cloud Practitioner</h3>

</div>

<!-- COMMENT OUT, REMOVE WHEN GET CERT
<div class="row item">
<div class="twelve columns">
<h3>LPI Linux Essentials</h3>
<p class="info"><em class="date">February 2021</em></p>
</div>
</div> <!-- item end --
-->

</div> <!-- main-col end -->

</div> <!-- End Education -->
Expand Down Expand Up @@ -298,7 +285,7 @@ <h3>Azure Resume Challenge</h3>

<p>
<li>The frontend is a provided template that has been modified that holds the HTML and CSS.</li>
<li>The backend is a serverless API using Azure Lambda to do a HTTP trigger.</li>
<li>The backend is a serverless API using Azure Functions to do a HTTP trigger.</li>
<li>The 'visitor' counter is utilizing Azure CosmosDB to keep track of the count.</li>
<li>Azure Blob Storage is storing the frontend. Azure CDN is also being utilized for static content delivery.</li>
<li>CI/CD setup via Github actions with triggers being set on the 'frontend' and 'backend' folders.</li>
Expand Down Expand Up @@ -363,7 +350,6 @@ <h3>Connect with me</h3>
<div class="twelve columns">

<ul class="social-links">
<!--<li><a href="https://twitter.com/madebygps"><i class="fa fa-twitter"></i></a></li> -->
<li><a href="https://www.linkedin.com/in/davisdrew/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://blog.davisdre.me"><i class="fa fa-external-link"></i></a></li>
<li><a href="https://github.com/davisdre/"><i class="fa fa-github"></i></a></li>
Expand Down

0 comments on commit b63eeea

Please sign in to comment.