Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<head>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
Expand Down
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
font-size: 0.95rem;
}

.highlight-list i {
color: #0077cc; /* match your link color or accent color */
margin-right: 8px;
font-size: 1rem;
}

</style>

<style>
Expand All @@ -94,8 +100,8 @@
<div class="section">
<h3>Highlights</h3>
<ul class="highlight-list">
<li>🧠 <a href="/projects">Built machine learning classification models with TensorFlow and scikit-learn to predict whether mushrooms are edible or poisonous.</a></li>
<li>📈 <a href="/blog">Latest post: "Lessons learned failing to use machine learning models to predict fantasy football scores."</a></li>
<li><i class="fa-solid fa-brain"></i> <a href="/projects">Built machine learning classification models with TensorFlow and scikit-learn to predict whether mushrooms are edible or poisonous.</a></li>
<li><i class="fa-solid fa-pen-nib"></i> <a href="/blog">Latest post: "Lessons learned failing to use machine learning models to predict fantasy football scores."</a></li>
</ul>
</div>

Expand Down