-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e05d0b0
commit d6da92a
Showing
4 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ const links = [{ | |
<template> | ||
<main> | ||
<UContainer> | ||
<img src="/img/logo.png" style="max-height: 70px; margin-top: 15px;" alt="joshandersn logo"> | ||
<img src="/img/KBlogo.png" style="max-height: 100px; margin-top: 15px;" alt="joshandersn logo"> | ||
<UHorizontalNavigation :links="links"> | ||
<template #default="{ link }"> | ||
<span class="group-hover:text-primary relative">{{ link.label }}</span> | ||
|
@@ -38,10 +38,10 @@ const links = [{ | |
</ContentDoc> | ||
<template #footer> | ||
<span class="subtext"> | ||
Josh Anderson<br> | ||
[email protected]<br> | ||
Kickbutton Games<br> | ||
[email protected]<br> | ||
+1 (580) 860-5495<br> | ||
Website made by me. Written in Nuxt<br> | ||
Website made by yours truly.<br> | ||
</span> | ||
</template> | ||
</UCard> | ||
|