Skip to content

Commit

Permalink
added preloading to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
wahidahsharifi committed Jan 21, 2025
1 parent 5b08d37 commit 7a7eaf8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<span class="nav-indicator"></span>
</nav>
<div id="youNeed">
<a href="https://drive.google.com/file/d/1IGEwI5dif3Er3Bhz4uIgjm-CdcKL6okb/view?usp=sharing" class="resume" download>resume</a>
<a href="https://drive.google.com/file/d/1IGEwI5dif3Er3Bhz4uIgjm-CdcKL6okb/view?usp=sharing" class="resume">resume</a>
<label for="themeToggle" class="themeToggle st-sunMoonThemeToggleBtn" id="theme">
<input type="checkbox" id="themeToggle" class="themeToggleInput" />
<svg width="18" height="18" viewBox="0 0 20 20" fill="currentColor" stroke="none">
Expand Down Expand Up @@ -405,6 +405,16 @@ <h2>Let's Get connected</h2>
</div>
</section>
<script src="main.js"></script>
<script type="speculationrules">
{
"prerender": [
{
"urls": ["projects"],
"eagerness": "eager"
}
]
}
</script>
</footer>
</body>
</html>

0 comments on commit 7a7eaf8

Please sign in to comment.