Merge branch 'master' of https://gitlab.com/ntnsndr/dotfiles
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ body {
|
||||
}
|
||||
|
||||
.reveal {
|
||||
font-family: "Nimbus Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||
font-family: "Adwaita Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||
font-size: 30px;
|
||||
font-weight: normal;
|
||||
color: black; }
|
||||
@@ -51,7 +51,7 @@ body {
|
||||
margin: 0px auto 30px auto;
|
||||
background-color: light-gray; /* ntnsndr addition */
|
||||
color: black;
|
||||
font-family: "Nimbus Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||
font-family: "Adwaita Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||
font-weight: 600;
|
||||
line-height: 1.2;
|
||||
letter-spacing: normal;
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
sftp nsinfo@ossie.mayfirst.org <<EOF
|
||||
cd nathanschneider.info/web/articles/
|
||||
echo "Be sure to log into members.mayfirst.org/cp/ as nsinfo in the past 24 hours. Proceed when ready."
|
||||
read response
|
||||
sftp nsinfo@shell.mayfirst.org <<EOF
|
||||
cd web/articles/
|
||||
put $1
|
||||
quit
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user