diff --git a/README.md b/README.md index f4108a3..84b1bf9 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,14 @@ This isn't the first time someone has attempted to write a contribution guide. H [GitHub Help and Documentation](https://help.github.com/en) [How to Keep a Downstream git Repository Current with Upstream Repository Changes](https://medium.com/sweetmeat/how-to-keep-a-downstream-git-repository-current-with-upstream-repository-changes-10b76fad6d97) [Your first open source contribution: a step-by-step technical guide](https://medium.com/@jenweber/your-first-open-source-contribution-a-step-by-step-technical-guide-d3aca55cc5a6) + + +[IMG] + devOsan +--------------- Fold +Vision +Meeting Info +Time Location (Map) +Events Projects +Learning Resources FAQ +Contact Us \ No newline at end of file diff --git a/index.html b/index.html index c1b5ddc..37a74ed 100644 --- a/index.html +++ b/index.html @@ -18,28 +18,149 @@
-
+
Responsive image
-
asdf
+
+
-
asdf2
-
-

{dev}Osan

-

Software Development Club

-
+
+
+
+

{dev}Osan

+

Software Development Club

+
+
-
This is a test modification of the site.
+
+
+
+
+

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

+
+
+
+
- +
+
+
+
+

Meeting Info

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

Location

+
+ H +
+
+ Mustang Center +
+
+
+
+
+
+
+
+

Events

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

Projects

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

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
+
+
+

FAQ

+
??????
+
AAAAAAAAA
+
??????
+
AAAAAAAAA
+
??????
+
AAAAAAAAA
+
??????
+
AAAAAAAAA
+
+
+
+
+
+
+
+
+

Contact Us

+
+
+
diff --git a/styles.css b/styles.css index 6f60eb2..a25b002 100644 --- a/styles.css +++ b/styles.css @@ -1,4 +1,51 @@ * { - background-color: #696035; + background-color: #BDB; color: #202222; +} + +.rightalign{ + text-align:right; +} + +.osanlogo{ + font-size:64px; +} + +.visionstatement{ + text-align:center; + font-style: italic; +} + +.wingdings-image{ + font-family:"Wingdings"; + font-size:96px; + color:#040; + width:120px; +} + +.webdings-image{ + font-family:"Webdings"; + font-size:96px; + color:#040; + width:120px; +} + +.info-display{ + padding-top:16px; +} + +.info-header{ + font-size:48px; +} + +.info-header-sm{ + padding-left:12px; +} + +.answer{ + margin-left:10px; +} + +.spacer{ + height:64px; } \ No newline at end of file