-
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
58ce51e
commit 7eff636
Showing
12 changed files
with
3,512 additions
and
3,336 deletions.
There are no files selected for viewing
11 changes: 7 additions & 4 deletions
11
dist/assets/index-CBijX6P2.css → dist/assets/index-WfsX7gCj.css
Large diffs are not rendered by default.
Oops, something went wrong.
6,713 changes: 3,415 additions & 3,298 deletions
6,713
dist/assets/index-IwCy7LMo.js → dist/assets/index-yDQRLreK.js
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<script setup> | ||
import { ref } from "vue" | ||
import sliderAndGallery from "../../blocks/sliderAndGallery/sliderAndGallery.vue" | ||
const bazaarLink = "/" | ||
const bazaarTitle = "josephhansen.dev" | ||
import { josephhansenHome } from "../../../images/imageLinks.js" | ||
const bazaarImages = ref([josephhansenHome]) | ||
const bazaarCaptions = ref(["This site's homepage"]) | ||
const pClass = (brightness) => { | ||
if (brightness >= 4) { | ||
return "text-slate-800" | ||
} else if (brightness == 3) { | ||
return "text-slate-200" | ||
} else if (brightness == 2) { | ||
return "text-slate-300" | ||
} else if (brightness == 1) { | ||
return "text-slate-300" | ||
} | ||
} | ||
</script> | ||
|
||
<template> | ||
<sliderAndGallery | ||
:images="bazaarImages" | ||
:captions="bazaarCaptions" | ||
:link="bazaarLink" | ||
:title="bazaarTitle" | ||
:brightness="brightness" | ||
><slot> | ||
<h3 class="text-2xl font-bold text-inherit"> | ||
Lorem ipsum | ||
</h3> | ||
<p>Lorem ipsum</p> | ||
</slot></sliderAndGallery | ||
> | ||
</template> |
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
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