feat: First edition of intro tape / gif.

This commit is contained in:
2024-12-29 14:34:17 -05:00
parent bae04899d6
commit d64a9e7b45
13 changed files with 93 additions and 10 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
*.png filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text

View File

@@ -2,7 +2,7 @@
## Introduction : time: 2 minutes
![intro](./tapes/intro.tap.gif)
![intro](./img/gif/intro.gif)
- Who am I
- Why I'm here

14
ShowStats.md Normal file
View File

@@ -0,0 +1,14 @@
# Michael Housh
Cincinnati, Ohio
## Company
Housh - The Home Energy Experts
## Interests
- Everything High Performance HVAC
- Home performance
- Hydronics
- Programming

5
bin/show-stats Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/zsh
gum spin --title "Computing stats..." -- sleep 5
cat ShowStats.md | gum format

11
bin/where-he-from Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/zsh
#
gum style --foreground 212 --border double \
--align center --margin "1 2" --padding "2 4" \
'I can check that for you, one moment.'
gum spin --title "Computing cooridnates..." -- sleep 5
gum style --foreground 212 --border double \
--align center --margin "1 2" --padding "2 4" \
'Cincinnati, O-H-I-O!'

7
bin/who-dis-guy Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/zsh
gum style --foreground 212 --border double \
--align center --margin "1 2" --padding "2 4" \
'Great question!!!'
gum spin --title "Googling..." -- sleep 5

15
gum Normal file
View File

@@ -0,0 +1,15 @@
# Michael Housh
## Location
Cincinnati, Ohio
## Company
Housh - The Home Energy Experts
## Interests
- Everything HVAC
- Hydronics
- Programming

BIN
img/gif/intro.gif LFS Normal file

Binary file not shown.

4
justfile Normal file
View File

@@ -0,0 +1,4 @@
tapes := "tapes"
record tape="intro.tape":
vhs {{tapes}}/{{tape}}

View File

@@ -0,0 +1,4 @@
Type "bin/show-stats"
Enter
Sleep 20s

View File

@@ -0,0 +1,12 @@
Type "bin/who-dis-guy"
Enter
Sleep 5.5s
Type Michael freakin
Backspace 8
Space 1
Type@50ms Housh
Sleep 3s
Hide
Backspace 13
Type clear
Enter

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -55,15 +55,21 @@
# Hide Hide the subsequent commands from the output
# Show Show the subsequent commands in the output
Output tapes/intro.tap.gif
Output img/gif/intro.gif
Require echo
Set Shell "bash"
Set Shell "zsh"
Set FontSize 32
Set Width 1200
Set Height 600
Set Width 1920
Set Height 1080
Set Theme "Catppuccin Mocha"
Set Margin 20
Set MarginFill "#6B50FF"
Set Padding 4
Set CursorBlink false
Set PlaybackSpeed 0.75
Type "echo 'Welcome to VHS!'" Sleep 500ms Enter
Sleep 5s
Source tapes/internal/whodis.tape
Hide
# Backspace 13
Show
Source tapes/internal/showstats.tape