Skip to content

Commit

Permalink
Merge pull request #6 from DevFreak-ui/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
DevFreak-ui authored May 24, 2024
2 parents c29cd40 + b312c8c commit c43375b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Binary file added assets/files/PalmMed.mp4
Binary file not shown.
8 changes: 8 additions & 0 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@
font-family: "Raleway", sans-serif;
font-size: 15px;
}

.quick-links {
position: -webkit-sticky;
position: sticky;
top: 0;
background-color: white;
z-index: 1000;
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ <h5 class="text-2xl font-light mb-4">About</h5>
</section>

<!-- QUick Links -->
<div class="flex space-x-12 p-3 border-t border-b border-gray-300/80 my-8 overflow-x-auto">
<div class="quick-links flex space-x-12 p-3 border-t border-b border-gray-300/80 my-8 overflow-x-auto">
<a href="#">Pub</a>
<a href="#news">News</a>
<a href="#">Projects</a>
<a href="assets/files/PalmMed.mp4" target="_blank">Projects</a>
<a href="assets/files/Prince_Mireku_CV.pdf" target="_blank">
CV
</a>
Expand Down
Empty file added projects.html
Empty file.

0 comments on commit c43375b

Please sign in to comment.