Skip to content

Commit

Permalink
New Preview, new navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh167 committed Nov 28, 2024
1 parent 048dd49 commit e30c400
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 31 deletions.
35 changes: 4 additions & 31 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
import { TabGroup, Tab, TabAnchor } from '@skeletonlabs/skeleton';
import { page } from '$app/stores';
import type { Readable } from 'svelte/store';
let showTabs = false; // Controls the visibility of the tab group
// This can be false if you're using a fallback (i.e. SPA mode)
Expand All @@ -40,38 +38,13 @@
<AppBar>

<svelte:fragment slot="lead">
<h3 class="h3">David Hernandez</h3>
<!-- <h3 class="h3">David Hernandez</h3> -->
<figure >
<img src="/logo.png" alt="Logo" style="max-width: 50px; max-height: 50px; width: auto; height: auto;" />
</svelte:fragment>

<svelte:fragment slot="trail">
<a
class="btn btn-sm variant-ghost-surface hide-on-small"
href="https://discord.gg/EXqV7W8MtY"
target="_blank"
rel="noreferrer"
>
Discord
</a>
<!-- <a
class="btn btn-sm variant-ghost-surface hide-on-small"
href="https://twitter.com/SkeletonUI"
target="_blank"
rel="noreferrer"
>
Twitter
</a> -->
<a
class="btn btn-sm variant-ghost-surface hide-on-small"
href="https://github.com/skeletonlabs/skeleton"
target="_blank"
rel="noreferrer"
>
GitHub
</a>
</svelte:fragment>


<svelte:fragment slot="headline">
<svelte:fragment slot="trail">
<!-- <a href="./">
<strong class="text-xl">Home</strong>
</a> -->
Expand Down
1 change: 1 addition & 0 deletions src/routes/skills copy/+layout.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<slot/>
21 changes: 21 additions & 0 deletions src/routes/skills copy/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<div class="container h-full mx-auto flex justify-center items-center">
<div class="space-y-10 text-center flex flex-col items-center">
<h2 class="h2">Projects</h2>
<!-- Animated Logo -->



<!-- / -->
<!-- <div class="flex justify-center space-x-2">
<a
class="btn variant-filled"
href="https://david-h-resume.tiiny.site"
target="_blank"
rel="noreferrer"
>
See my Resume
</a>
</div> -->

</div>
</div>

0 comments on commit e30c400

Please sign in to comment.