feat: First edition of intro tape / gif.
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.gif filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
## Introduction : time: 2 minutes
|
||||
|
||||

|
||||

|
||||
|
||||
- Who am I
|
||||
- Why I'm here
|
||||
|
||||
14
ShowStats.md
Normal file
14
ShowStats.md
Normal 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
5
bin/show-stats
Executable 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
11
bin/where-he-from
Executable 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
7
bin/who-dis-guy
Executable 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
15
gum
Normal 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
BIN
img/gif/intro.gif
LFS
Normal file
Binary file not shown.
4
justfile
Normal file
4
justfile
Normal file
@@ -0,0 +1,4 @@
|
||||
tapes := "tapes"
|
||||
|
||||
record tape="intro.tape":
|
||||
vhs {{tapes}}/{{tape}}
|
||||
4
tapes/internal/showstats.tape
Normal file
4
tapes/internal/showstats.tape
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
Type "bin/show-stats"
|
||||
Enter
|
||||
Sleep 20s
|
||||
12
tapes/internal/whodis.tape
Normal file
12
tapes/internal/whodis.tape
Normal 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 |
@@ -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
|
||||
Reference in New Issue
Block a user