-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
7 changed files
with
43 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# Generated by Shelve CLI | ||
NUXT_PUBLIC_STUDIO_TOKENS=your_value | ||
NUXT_PUBLIC_SITE_URL=your_value | ||
NUXT_PUBLIC_MEETING_LINK=your_value | ||
NUXT_PRIVATE_RESEND_API_KEY=your_value | ||
NUXT_PRIVATE_GITHUB_TOKEN=your_value | ||
NUXT_PRIVATE_NOTES_PASSWORD=your_value | ||
SHELVE_TOKEN=your_value | ||
SHELVE_TOKEN=your_value |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<template> | ||
<span class="mt-2 text-xs text-center text-gray-500 dark:text-gray-400"> | ||
<span class="mt-2 text-xs text-center text-tertiary"> | ||
This website is fully open-source, you can find the source code on <NuxtLink to="https://github.com/HugoRCD/hr-folio" class="underline">GitHub</NuxtLink> | ||
</span> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<script setup lang="ts"> | ||
const props = defineProps<{ | ||
name: string | ||
class?: any | ||
}>() | ||
</script> | ||
|
||
<template> | ||
<MIcon :name size="12px" class="text-font-primary" :class="props.class" /> | ||
</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