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
13 changes: 12 additions & 1 deletion nuxt/components/Home/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@
title="Let's connect."
punchline="Drop a line, not a packet."
description="I'm always excited to talk tech, share ideas, or explore potential collaborations."
/>
>
<NuxtLink
to="https://linkedin.com/in/radison/"
class="mt-4 inline-flex items-center"
>
<ButtonPillOutlineLarge>
Connect on LinkedIn
<ArrowUpRightIcon class="-mr-1 mb-1.5 ml-0.5 h-3.5 w-3.5" />
</ButtonPillOutlineLarge>
</NuxtLink>
</Header>

<!-- Contact form section -->
<div class="w-full lg:grid lg:grid-cols-5 lg:gap-8">
Expand Down Expand Up @@ -93,5 +103,6 @@
</template>

<script setup lang="ts">
import { ArrowUpRightIcon } from "@heroicons/vue/16/solid";
import { SparklesIcon } from "@heroicons/vue/24/outline";
</script>
2 changes: 1 addition & 1 deletion nuxt/components/Home/Projects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class="mt-4 inline-flex items-center"
>
<ButtonPillOutlineLarge>
Explore Changelog
Changelog
<ArrowUpRightIcon class="-mr-1 mb-1.5 ml-0.5 h-3.5 w-3.5" />
</ButtonPillOutlineLarge>
</NuxtLink>
Expand Down
4 changes: 2 additions & 2 deletions nuxt/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const LazyHomeContact = defineAsyncComponent(
<template>
<div>
<HomeHero
buttonText="Explore Changelog: What & How I Build"
buttonTextShort="Explore Changelog: How I Build"
buttonText="Explore Changelog: What I'm Building"
buttonTextShort="Changelog: What I'm Building"
buttonUrl="https://changelog.radison.io"
>
I lead and build exceptional software experiences. Currently, I'm
Expand Down