Merge branch 'master' of https://gitlab.com/ntnsndr/dotfiles
This commit is contained in:
+2
-2
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user