Skip to content

Commit

Permalink
editing footer again 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinB19 committed Sep 10, 2024
1 parent b554774 commit 26f5449
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>
<a aria-label="Send email" href="mailto:{{site.social.email}}"><i class="icon fa fa-envelope"></i></a>
<a aria-label="My LinkedIn" target="_blank" href="{{ site.social.linkedin }}"><i class="icon fa fa-linkedin" aria-hidden="true"></i></a>
<a aria-label="My Github" target="_blank" href="{{ site.social.github }}"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a>
<a aria-label="My Medium" target="_blank" href="{{ site.social.medium }}"><i class="fa-brands fa-medium" aria-hidden="true"></i>
<a aria-label="My Medium" target="_blank" href="{{ site.social.medium }}"><i class="icon fa fa-medium" aria-hidden="true"></i>
</div>
<div class="header-links">
<a class="link" href="#about" data-scroll>About Me</a>
Expand Down
10 changes: 5 additions & 5 deletions _includes/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h1> Featured Projects </h1>
</div>
<div class="user-projects">
<div class="images-right">
<img alt="raiders football helmet" src="{{ "/assets/img/projects/football/football.jpg" | prepend: site.baseurl }}" />
<img alt="raiders football helmet" src="{{ "/assets/img/projects/football/daniel-alvasd-vamJGmpPDY4-unsplash.jpg" | prepend: site.baseurl }}" />
</div>
<div class="contents">
<h3> Fantasy Football Analytics Engine </h3>
Expand All @@ -13,7 +13,7 @@ <h3> Fantasy Football Analytics Engine </h3>
<li> ETL</li>
</ul>
<p>I am building a fantasy football analytics engine to empower players to make data driven decisions. So far, I have beaten expert player projections by an average of five points!</p>
<a class="project-link" href="https://github.com/ColinB19/FantasyFootballAnalysis">Check it out</a>
<a class="project-link" target="_blank" href="https://github.com/ColinB19/FantasyFootballAnalysis">Check it out</a>
</div>
</div>
<div class="user-projects">
Expand All @@ -28,12 +28,12 @@ <h3> Data Jobs Webscraper </h3>
<li> Statistics</li>
</ul>
<p>A data motivated way to search for a new career. This project scrapes and analyzes information from thousands off posted jobs in order to gain actionable career insights.</p>
<a class="project-link" href="https://github.com/ColinB19/datajobswebscraper">Check it out</a>
<a class="project-link" target="_blank" href="https://github.com/ColinB19/datajobswebscraper">Check it out</a>
</div>
</div>
<div class="user-projects"></div>
<div class="images-left">
<img alt="book shelf in a library" src="{{ "/assets/img/book_rec/susan-q-yin-2JIvboGLeho-unsplash.jpg" | prepend: site.baseurl }}" />
<img alt="book shelf in a library" src="{{ "/assets/img/projects/book_rec/susan-q-yin-2JIvboGLeho-unsplash.jpg" | prepend: site.baseurl }}" />
</div>
<div class="contents-right">
<h3> Book Recommender System </h3>
Expand All @@ -43,6 +43,6 @@ <h3> Book Recommender System </h3>
<li> Recommender Systems</li>
</ul>
<p>A full stack project aimed at recommending new books to users in order to drive user engagement.</p>
<a class="project-link" href="https://github.com/ColinB19/datajobswebscraper">Check it out</a>
<a class="project-link" target="_blank" href="https://github.com/ColinB19/datajobswebscraper">Check it out</a>
</div>
</div>

0 comments on commit 26f5449

Please sign in to comment.