-
-
-
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.
+
+
+
+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!
+
+
"Justice Gavel" by toridawnrector
+is licensed under CC
+BY-SA 2.0
All rights reserved © 2020 Centennial Model UN
+
+
+
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