This commit is contained in:
Nathan Schneider
2026-03-03 20:49:07 -07:00
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ body {
} }
.reveal { .reveal {
font-family: "Nimbus Sans", Helvetica, sans-serif; /* ntnsndr adjusted */ font-family: "Adwaita Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
font-size: 30px; font-size: 30px;
font-weight: normal; font-weight: normal;
color: black; } color: black; }
@@ -51,7 +51,7 @@ body {
margin: 0px auto 30px auto; margin: 0px auto 30px auto;
background-color: light-gray; /* ntnsndr addition */ background-color: light-gray; /* ntnsndr addition */
color: black; color: black;
font-family: "Nimbus Sans", Helvetica, sans-serif; /* ntnsndr adjusted */ font-family: "Adwaita Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
font-weight: 600; font-weight: 600;
line-height: 1.2; line-height: 1.2;
letter-spacing: normal; letter-spacing: normal;
+4 -2
View File
@@ -1,6 +1,8 @@
#!/bin/sh #!/bin/sh
sftp nsinfo@ossie.mayfirst.org <<EOF echo "Be sure to log into members.mayfirst.org/cp/ as nsinfo in the past 24 hours. Proceed when ready."
cd nathanschneider.info/web/articles/ read response
sftp nsinfo@shell.mayfirst.org <<EOF
cd web/articles/
put $1 put $1
quit quit
EOF EOF