-
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
1 parent
ffca4c0
commit 07b5ae6
Showing
8 changed files
with
117 additions
and
49 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
File renamed without changes
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -1,7 +1,11 @@ | ||
<script setup> | ||
let txt = "Made with Love by Piyush \n\n## Tech Stack \n- Nuxt JS \n- Tailwind CSS \n- Shepherd.js \n\nHope You are having a great day :)" | ||
</script> | ||
|
||
<template> | ||
<div class="h-full w-full bg-gray-900 p-5 rounded-xl opacity-[.8]"> | ||
<textarea name="" id="" class="w-full h-full bg-gray-900 text-pink-200 f1 outline-none p-3 border-l-2 border-pink-400" value="Made with Love by Piyush ## Tech Stack - Nuxt JS - Tailwind CSS - Shepherd.js Hope You are having a great day :)"> | ||
|
||
<textarea name="" id="" class="w-full h-full bg-gray-900 text-pink-200 f1 outline-none p-3 border-l-2 border-pink-400" :value="txt"> | ||
<!-- {{ txt }} --> | ||
</textarea> | ||
</div> | ||
</template> |