diff --git a/index.html b/index.html index a594f0d..66215a2 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,15 @@ crossorigin="anonymous" /> + + + + {dev}Osan @@ -44,22 +53,24 @@ @@ -109,105 +120,74 @@ -
+
-
-
-
-
-

- Bringing Developers, Graphic Designers, and Engineering together - at Osan! Beginners and Experts alike! -

-
-
+
+ Bringing Developers, Graphic Designers, and Engineering together at + Osan Air Base - beginners and experts alike.
-
-
-
-
-
-

Meeting Info

-
- ยบ -
-
-
- 1600 - 1700 -
-
-    Tuesdays & Wednesdays -
-
+
+

+

Tuesdays @ 1600 - 1700 : Guided lesson

+

Wednesdays @ 1600 - 1700 : Open Project Work

-
-

Location

-
- H -
-
- Mustang Center -
+
+

+

TAPS room at the Mustang Center

+

Osan Air Base, South Korea

-
-
+ + + +
-
-

Events

-
    -
  • Event 1
  • -
  • Event 2
  • -
  • Event 3
  • -
  • Event 4
  • -
+
+


Events

+
+

Pitch & Prototype Weekend - Aug 23-25

-
-

Projects

-
    -
  • Project 1
  • -
  • Project 2
  • -
  • Project 3
  • -
  • Project 4
  • -
+
+


Projects

+
+

Bus GPS

+

{dev}Osan Website

+

Pending Game Engine

-
-
+ + +
-
+

Learning Resources

-
Learning Resource 1 - Go here
-
Learning Resource 2 - Go here
-
Learning Resource 3 - Go here
-
Learning Resource 4 - Go here
-
Learning Resource 5 - Go here
+

+ Contributing Guides - + Go here +

-
+

FAQ

-
??????
-
AAAAAAAAA
-
??????
-
AAAAAAAAA
-
??????
-
AAAAAAAAA
-
??????
-
AAAAAAAAA
+
Do I have to know how to program?
+
+ Absolutely not, just a desire to hang out with software developers. +
-
-
+ + +
-
-
-
-

Contact Us

-
+
+

Contact Us

+

+ kevinfalting@gmail.com +

diff --git a/styles.css b/styles.css index 104c388..565496a 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,5 @@ .above-the-fold { - height: 100vh; + min-height: 100vh; background-image: url("img/devOsan_noLogo.png"); background-size: cover; background-repeat: no-repeat; @@ -12,6 +12,44 @@ color: black; } +#club-info { + background-color: #202222; + color: white; + text-align: center; + padding-top: 3em; + padding-bottom: 3em; + font-size: 1.5em; +} + +#contact { + text-align: center; + color: white; + background-color: #202222; +} + +.events-projects { + color: white; + background-color: #696035; + padding-top: 3em; + padding-bottom: 3em; +} + +#events, +#projects { + margin-top: 1em; + text-align: center; +} + +i { + font-size: 2em; +} + +.learn-faq { + color: #202222; + padding-top: 3em; + padding-bottom: 3em; +} + .name-slogan { text-align: center; } @@ -24,13 +62,16 @@ h4 { font-size: 1.8em; } -.rightalign { - text-align: right; +.vision-statement { + /* font-size: 1.5em; */ + margin-bottom: 3em; } -.visionstatement { - text-align: center; - font-style: italic; +/* */ + + +.rightalign { + text-align: right; } .wingdings-image { @@ -61,8 +102,4 @@ h4 { .answer { margin-left: 10px; -} - -.spacer { - height: 64px; } \ No newline at end of file