From 37c61fc9a67217c4bd50739c63df8a002cf4f7aa Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sat, 29 Aug 2020 00:01:10 -0400 Subject: moved stuff --- Makefile | 3 +-- chsmun.png | Bin 345300 -> 0 bytes chsmun400.png | Bin 129855 -> 0 bytes chsmun600.png | Bin 213764 -> 0 bytes gavel.jpg | Bin 482470 -> 0 bytes gavel300.jpg | Bin 90313 -> 0 bytes gavel600.jpg | Bin 248917 -> 0 bytes glacb.otf | Bin 31508 -> 0 bytes glacr.otf | Bin 53116 -> 0 bytes gsmst.jpg | Bin 1318856 -> 0 bytes gsmst1200.jpg | Bin 256880 -> 0 bytes gsmst400.jpg | Bin 40490 -> 0 bytes gsmst800.jpg | Bin 127425 -> 0 bytes index.css | 78 ------------------------------------------------------ index.html | 43 ------------------------------ mountains.jpg | Bin 219298 -> 0 bytes src/chsmun.png | Bin 0 -> 345300 bytes src/chsmun400.png | Bin 0 -> 129855 bytes src/chsmun600.png | Bin 0 -> 213764 bytes src/gavel.jpg | Bin 0 -> 482470 bytes src/gavel300.jpg | Bin 0 -> 90313 bytes src/gavel600.jpg | Bin 0 -> 248917 bytes src/glacb.otf | Bin 0 -> 31508 bytes src/glacr.otf | Bin 0 -> 53116 bytes src/gsmst.jpg | Bin 0 -> 1318856 bytes src/gsmst1200.jpg | Bin 0 -> 256880 bytes src/gsmst400.jpg | Bin 0 -> 40490 bytes src/gsmst800.jpg | Bin 0 -> 127425 bytes src/index.css | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/index.html | 43 ++++++++++++++++++++++++++++++ src/mountains.jpg | Bin 0 -> 219298 bytes 31 files changed, 122 insertions(+), 123 deletions(-) delete mode 100644 chsmun.png delete mode 100644 chsmun400.png delete mode 100644 chsmun600.png delete mode 100644 gavel.jpg delete mode 100644 gavel300.jpg delete mode 100644 gavel600.jpg delete mode 100644 glacb.otf delete mode 100644 glacr.otf delete mode 100644 gsmst.jpg delete mode 100644 gsmst1200.jpg delete mode 100644 gsmst400.jpg delete mode 100644 gsmst800.jpg delete mode 100644 index.css delete mode 100644 index.html delete mode 100644 mountains.jpg create mode 100644 src/chsmun.png create mode 100644 src/chsmun400.png create mode 100644 src/chsmun600.png create mode 100644 src/gavel.jpg create mode 100644 src/gavel300.jpg create mode 100644 src/gavel600.jpg create mode 100644 src/glacb.otf create mode 100644 src/glacr.otf create mode 100644 src/gsmst.jpg create mode 100644 src/gsmst1200.jpg create mode 100644 src/gsmst400.jpg create mode 100644 src/gsmst800.jpg create mode 100644 src/index.css create mode 100644 src/index.html create mode 100644 src/mountains.jpg diff --git a/Makefile b/Makefile index 366ab5a..2028561 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ .POSIX: install: - git pull - cp -t /var/www/html/chsmun index.{html,css} + cp -t /var/www/html/chsmun * diff --git a/chsmun.png b/chsmun.png deleted file mode 100644 index 5193229..0000000 Binary files a/chsmun.png and /dev/null differ diff --git a/chsmun400.png b/chsmun400.png deleted file mode 100644 index 7facedb..0000000 Binary files a/chsmun400.png and /dev/null differ diff --git a/chsmun600.png b/chsmun600.png deleted file mode 100644 index 6aed4b1..0000000 Binary files a/chsmun600.png and /dev/null differ diff --git a/gavel.jpg b/gavel.jpg deleted file mode 100644 index a795dd5..0000000 Binary files a/gavel.jpg and /dev/null differ diff --git a/gavel300.jpg b/gavel300.jpg deleted file mode 100644 index 51cb722..0000000 Binary files a/gavel300.jpg and /dev/null differ diff --git a/gavel600.jpg b/gavel600.jpg deleted file mode 100644 index 3202298..0000000 Binary files a/gavel600.jpg and /dev/null differ diff --git a/glacb.otf b/glacb.otf deleted file mode 100644 index 8b342c5..0000000 Binary files a/glacb.otf and /dev/null differ diff --git a/glacr.otf b/glacr.otf deleted file mode 100644 index 5c002ff..0000000 Binary files a/glacr.otf and /dev/null differ diff --git a/gsmst.jpg b/gsmst.jpg deleted file mode 100644 index 8bd6c1a..0000000 Binary files a/gsmst.jpg and /dev/null differ diff --git a/gsmst1200.jpg b/gsmst1200.jpg deleted file mode 100644 index 6794b4e..0000000 Binary files a/gsmst1200.jpg and /dev/null differ diff --git a/gsmst400.jpg b/gsmst400.jpg deleted file mode 100644 index b74a97f..0000000 Binary files a/gsmst400.jpg and /dev/null differ diff --git a/gsmst800.jpg b/gsmst800.jpg deleted file mode 100644 index aaf9719..0000000 Binary files a/gsmst800.jpg and /dev/null differ diff --git a/index.css b/index.css deleted file mode 100644 index 8fc5b3b..0000000 --- a/index.css +++ /dev/null @@ -1,78 +0,0 @@ - -body > div > * { - width: 50%; - display: inline-block; - text-align: center; - overflow: hidden; - margin: 0; - line-height: initial; - font-size: 225%; - font-size: min(3.6vw,225%); - position: relative; - vertical-align: text-top; -} - -body > div > span > * { - padding: 0px 10px; -} - -h1 { - font-size: 2em; -} - -h2, h3 { - font-weight: normal; - font-size: 120%; -} - -p { - font-size: 80%; -} - -@font-face { - font-family: 'Glacial'; - src: url("./glacr.otf"); -} -@font-face { - font-family: 'Glacial'; - font-weight: bold; - src: url("./glacb.otf"); -} - -body { - background-color: blue; - background-image: url(mountains.jpg), linear-gradient(#eff,#cff); - background-size: cover; - background-repeat: no-repeat; - min-height: 100vh; - min-height: calc(var(--vh, 1vh) * 100); /* fix for mobile Safari disobedience of web standards, with JS */ - margin: 0 auto; - line-height: 0px; - max-width: 1000px; - display: flex; - flex-direction: column; - font-family: 'Glacial', sans-serif; -} - -body > div { - flex: 1; -} - -footer { - font-size: .9rem; - line-height: .9rem; - width: 100%; - text-align: center; -} - -body > div, footer { - background-color: rgba(255,255,255,25%); -} - -a, a:visited { - color: navy; -} - -a:hover { - text-decoration: none; -} diff --git a/index.html b/index.html deleted file mode 100644 index 96923c0..0000000 --- a/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - Model UN Recruit - -
-

CENTENNIAL HIGH SCHOOL

-

Model UN

-
-
Join Centennial's most successful team today!
-

Model United Nations provides students with an opportunity for -hands-on learning concerning global challenges in the 21st century.

- -
-

Apply to GSMSTMUN by August 31 at 5pm.

-

GSMSTMUN is scheduled for September 26th. - -There will be a logistics meeting on September 2nd and a prep meeting on September 25th! Hope to see you there!

-

Join the Microsoft Team!

For more information, contact henneseym@fultonschools.org -
- - - - diff --git a/mountains.jpg b/mountains.jpg deleted file mode 100644 index 2778dd1..0000000 Binary files a/mountains.jpg and /dev/null differ diff --git a/src/chsmun.png b/src/chsmun.png new file mode 100644 index 0000000..5193229 Binary files /dev/null and b/src/chsmun.png differ diff --git a/src/chsmun400.png b/src/chsmun400.png new file mode 100644 index 0000000..7facedb Binary files /dev/null and b/src/chsmun400.png differ diff --git a/src/chsmun600.png b/src/chsmun600.png new file mode 100644 index 0000000..6aed4b1 Binary files /dev/null and b/src/chsmun600.png differ diff --git a/src/gavel.jpg b/src/gavel.jpg new file mode 100644 index 0000000..a795dd5 Binary files /dev/null and b/src/gavel.jpg differ diff --git a/src/gavel300.jpg b/src/gavel300.jpg new file mode 100644 index 0000000..51cb722 Binary files /dev/null and b/src/gavel300.jpg differ diff --git a/src/gavel600.jpg b/src/gavel600.jpg new file mode 100644 index 0000000..3202298 Binary files /dev/null and b/src/gavel600.jpg differ diff --git a/src/glacb.otf b/src/glacb.otf new file mode 100644 index 0000000..8b342c5 Binary files /dev/null and b/src/glacb.otf differ diff --git a/src/glacr.otf b/src/glacr.otf new file mode 100644 index 0000000..5c002ff Binary files /dev/null and b/src/glacr.otf differ diff --git a/src/gsmst.jpg b/src/gsmst.jpg new file mode 100644 index 0000000..8bd6c1a Binary files /dev/null and b/src/gsmst.jpg differ diff --git a/src/gsmst1200.jpg b/src/gsmst1200.jpg new file mode 100644 index 0000000..6794b4e Binary files /dev/null and b/src/gsmst1200.jpg differ diff --git a/src/gsmst400.jpg b/src/gsmst400.jpg new file mode 100644 index 0000000..b74a97f Binary files /dev/null and b/src/gsmst400.jpg differ diff --git a/src/gsmst800.jpg b/src/gsmst800.jpg new file mode 100644 index 0000000..aaf9719 Binary files /dev/null and b/src/gsmst800.jpg differ diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..8fc5b3b --- /dev/null +++ b/src/index.css @@ -0,0 +1,78 @@ + +body > div > * { + width: 50%; + display: inline-block; + text-align: center; + overflow: hidden; + margin: 0; + line-height: initial; + font-size: 225%; + font-size: min(3.6vw,225%); + position: relative; + vertical-align: text-top; +} + +body > div > span > * { + padding: 0px 10px; +} + +h1 { + font-size: 2em; +} + +h2, h3 { + font-weight: normal; + font-size: 120%; +} + +p { + font-size: 80%; +} + +@font-face { + font-family: 'Glacial'; + src: url("./glacr.otf"); +} +@font-face { + font-family: 'Glacial'; + font-weight: bold; + src: url("./glacb.otf"); +} + +body { + background-color: blue; + background-image: url(mountains.jpg), linear-gradient(#eff,#cff); + background-size: cover; + background-repeat: no-repeat; + min-height: 100vh; + min-height: calc(var(--vh, 1vh) * 100); /* fix for mobile Safari disobedience of web standards, with JS */ + margin: 0 auto; + line-height: 0px; + max-width: 1000px; + display: flex; + flex-direction: column; + font-family: 'Glacial', sans-serif; +} + +body > div { + flex: 1; +} + +footer { + font-size: .9rem; + line-height: .9rem; + width: 100%; + text-align: center; +} + +body > div, footer { + background-color: rgba(255,255,255,25%); +} + +a, a:visited { + color: navy; +} + +a:hover { + text-decoration: none; +} diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..96923c0 --- /dev/null +++ b/src/index.html @@ -0,0 +1,43 @@ + + + + + + Model UN Recruit + +
+

CENTENNIAL HIGH SCHOOL

+

Model UN

+
+
Join Centennial's most successful team today!
+

Model United Nations provides students with an opportunity for +hands-on learning concerning global challenges in the 21st century.

+ +
+

Apply to GSMSTMUN by August 31 at 5pm.

+

GSMSTMUN is scheduled for September 26th. + +There will be a logistics meeting on September 2nd and a prep meeting on September 25th! Hope to see you there!

+

Join the Microsoft Team!

For more information, contact henneseym@fultonschools.org +
+ + + + diff --git a/src/mountains.jpg b/src/mountains.jpg new file mode 100644 index 0000000..2778dd1 Binary files /dev/null and b/src/mountains.jpg differ -- cgit