fix: handle multiple clicks

This commit is contained in:
Barrett Ruth 2024-06-08 21:00:29 -05:00
parent 3f660fcaf3
commit ad13299030
2 changed files with 48 additions and 9 deletions

View file

@ -10,10 +10,12 @@
</head>
<body>
<header>
<div class="terminal-prompt">
<span class="prompt">barrett@ruth:~$</span>
<span class="cursor"></span>
</div>
<a href="/" onclick="refresh(event)">
<div class="terminal-prompt">
<span class="prompt">barrett@ruth:~$</span>
<span class="cursor"></span>
</div>
</a>
<div class="header-links">
<a target="_blank" href="public/resume.pdf">Resume</a>
<a target="_blank" href="public/transcript.pdf">Transcript</a>