Compare commits
No commits in common. "7e565d40cac89114e5d682e5754baee0a675f707" and "e1a243861ef13f4476984039cc69e8e3d9983377" have entirely different histories.
7e565d40ca
...
e1a243861e
|
@ -1,14 +1,7 @@
|
|||
# Bill Ewanick
|
||||
|
||||
:::{.flex}
|
||||
|
||||
- Technical Solutions Architect
|
||||
- Senior Software Developer
|
||||
- Nix evangelist
|
||||
- Haskell disciple
|
||||
- I also know JavaScript/Java, Next/SpringBoot
|
||||
|
||||
Software developer for hire.
|
||||
A Nix evangelist and Haskell enthusiast.
|
||||
Software developer for hire, professional experience in all things JavaScript.
|
||||
Contact me for contract work at `<firstName>@<lastName>.com`
|
||||
|
||||
:::{.photoframe-center}
|
||||
|
|
|
@ -26,7 +26,7 @@ pandoc:
|
|||
prose: max-w-prose mx-auto
|
||||
|
||||
# Centered photo
|
||||
photoframe-center: flex-initial
|
||||
photoframe-center: sm:w-3/4 md:w-1/2 mx-auto flex items-center justify-center
|
||||
|
||||
# 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
|
||||
|
@ -35,4 +35,4 @@ pandoc:
|
|||
photoframe-below: clear-right
|
||||
|
||||
page-note: text-sm text-gray-600 flex items-center justify-center my-4 italic
|
||||
editor-note: text-gray-500 text-sm
|
||||
editor-note: text-gray-500 text-sm
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
services.jitsi-meet = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
hostName = "jitsi.crueltysquad.com";
|
||||
config = {
|
||||
enableWelcomePage = false;
|
||||
|
|
Loading…
Reference in New Issue