Skip to content

Commit

Permalink
remove all buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jhilker98 committed Oct 12, 2023
1 parent a2160f5 commit 5e9318f
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/components/index/HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,5 @@ import { SITE_META } from "@consts";
: ""
}
</p>
<div class="space-x-3">
<a
href="mailto:jacob.hilker2@gmail.com"
class="focus:ring focus:ring-offset-4 focus:ring-offset-branding-white dark:focus:ring-offset-branding-black focus:outline-none cursor-pointer transition duration-200 motion-reduce:duration-0 font-bold disabled:cursor-not-allowed ease-out text-white uppercase bg-branding-navy hover:bg-branding-navy-800 dark:hover:bg-branding-navy-400 disabled:text-branding-navy-200 text-base py-2 px-4 rounded inline-flex place-items-center focus:hover:ring-branding-navy-800 dark:focus:hover:ring-branding-navy-400">
Reach Out
</a>

<Button
theme="primary"
size="medium"
type="button"
@click="$refs.about.scrollIntoView()">
About Me
</Button>

<Button
theme="tertiary"
size="medium"
type="button"
@click="$refs.projects.scrollIntoView()">
Featured Projects
</Button>
</div>
</div>
</div>

0 comments on commit 5e9318f

Please sign in to comment.