1
1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Bill Ewanick 7e565d40ca Add stylings and more details 2024-01-20 18:28:48 -05:00
Bill Ewanick f2c16167ca Trying Jitsi again 2024-01-20 18:00:46 -05:00
3 changed files with 12 additions and 5 deletions

View File

@ -1,7 +1,14 @@
# Bill Ewanick
A Nix evangelist and Haskell enthusiast.
Software developer for hire, professional experience in all things JavaScript.
:::{.flex}
- Technical Solutions Architect
- Senior Software Developer
- Nix evangelist
- Haskell disciple
- I also know JavaScript/Java, Next/SpringBoot
Software developer for hire.
Contact me for contract work at `<firstName>@<lastName>.com`
:::{.photoframe-center}

View File

@ -26,7 +26,7 @@ pandoc:
prose: max-w-prose mx-auto
# Centered photo
photoframe-center: sm:w-3/4 md:w-1/2 mx-auto flex items-center justify-center
photoframe-center: flex-initial
# Photo floating to right
photoframe: w-full sm:w-64 float-right sm:ml-2 mb-2 sm:mb-0 border-2 p-1 bg-gray-50

View File

@ -1,6 +1,6 @@
{
services.jitsi-meet = {
enable = false;
enable = true;
hostName = "jitsi.crueltysquad.com";
config = {
enableWelcomePage = false;