commit
ca198f850a
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 625 KiB |
Before Width: | Height: | Size: 619 KiB |
Before Width: | Height: | Size: 625 KiB After Width: | Height: | Size: 619 KiB |
After Width: | Height: | Size: 78 KiB |
@ -1,175 +1,213 @@ |
||||
<!doctype html> |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<!-- Required meta tags --> |
||||
<meta charset="utf-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
||||
<meta charset="utf-8" /> |
||||
<meta |
||||
name="viewport" |
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no" |
||||
/> |
||||
|
||||
<!-- Bootstrap CSS --> |
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
||||
<link |
||||
rel="stylesheet" |
||||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" |
||||
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" |
||||
crossorigin="anonymous" |
||||
/> |
||||
|
||||
<link rel="stylesheet" href="styles.css"> |
||||
<!-- Font Awesome --> |
||||
<link |
||||
rel="stylesheet" |
||||
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" |
||||
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" |
||||
crossorigin="anonymous" |
||||
/> |
||||
|
||||
<!-- Custom CSS --> |
||||
<link rel="stylesheet" href="styles.css" /> |
||||
|
||||
<title>{dev}Osan</title> |
||||
</head> |
||||
|
||||
<body> |
||||
<!-- Header information, above the fold --> |
||||
<div class="above-the-fold"> |
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> |
||||
<a class="navbar-brand" href="#" |
||||
><span style="color: #696035">{</span>dev<span style="color: #696035" |
||||
>}</span |
||||
>Osan</a |
||||
> |
||||
<button |
||||
class="navbar-toggler" |
||||
type="button" |
||||
data-toggle="collapse" |
||||
data-target="#navbarNav" |
||||
aria-controls="navbarNav" |
||||
aria-expanded="false" |
||||
aria-label="Toggle navigation" |
||||
> |
||||
<span class="navbar-toggler-icon"></span> |
||||
</button> |
||||
<div class="collapse navbar-collapse" id="navbarNav"> |
||||
<ul class="navbar-nav"> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="#club-info">Club Info</a> |
||||
</li> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="#events">Events</a> |
||||
</li> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="#projects">Projects</a> |
||||
</li> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="#learning-resources" |
||||
>Learning Resources</a |
||||
> |
||||
</li> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="#faq">FAQs</a> |
||||
</li> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="#contact">Contact</a> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
|
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col"> |
||||
<a href="" id="announcement-card-link"> |
||||
<div class="card mb-3" style="max-width: 540px; margin-top: 5%;"> |
||||
<div class="row no-gutters"> |
||||
<div class="col-4"> |
||||
<img |
||||
src="img/3dPrinter.png" |
||||
class="card-img" |
||||
alt="3d printer printing a red wheel" |
||||
/> |
||||
</div> |
||||
|
||||
<!-- Header information, above the fold --> |
||||
<div class="container-fluid"> |
||||
<div class="row" style="padding-top:64px;"> |
||||
<div class="col col-12 col-sm-6"> |
||||
<img src="img/header.png" class="img-fluid" alt="Responsive image"> |
||||
<div class="col-8"> |
||||
<div class="card-body"> |
||||
<h5 class="card-title">Pitch & Prototype Weekend</h5> |
||||
<p class="card-text"> |
||||
Join us Aug 23-25 at Osan Air Base for a weekend of |
||||
rapid prototyping. Pitch an idea to form a team or show |
||||
up with your skills ready to contribute! Click here! |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
<div class="row name-slogan"> |
||||
<div class="col col-md-6 offset-md-6"> |
||||
<h1> |
||||
<span style="color: #696035">{</span>dev<span |
||||
style="color: #696035" |
||||
>}</span |
||||
>Osan |
||||
</h1> |
||||
<h4>Software Development Club</h4> |
||||
</div> |
||||
</div> |
||||
<div class="col col-6"> |
||||
<nav class="navbar fixed-top navbar-expand-sm navbar-light" style="text-align:right;> |
||||
<a class="navbar-toggler"> |
||||
<button class = "navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"> |
||||
<span class="navbar-toggler-icon"></span> |
||||
</button> |
||||
<div class="collapse navbar-collapse" id="navbarNavDropdown"> |
||||
<ul class="navbar-nav"> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="#MEET">Meeting Info</a> |
||||
</li> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="#EVENT">Events</a> |
||||
</li> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="#PROJECT">Projects</a> |
||||
</li> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="#LEARN">Learning Resources</a> |
||||
</li> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="#FAQ">FAQ</a> |
||||
</li> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="#CONTACT">Contact Us</a> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="row"> |
||||
<div class="col col-6"></div> |
||||
<div class="col col-12 col-sm-6"> |
||||
<div class="rightalign"> |
||||
<h1 class="osanlogo">{dev}Osan</h1> |
||||
<p>Software Development Club</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<!-- below the fold. Vision statement, Meeting info --> |
||||
<div class="container-fluid"> |
||||
<div class="container-fluid" id="club-info"> |
||||
<div class="row"> |
||||
<div class="col col-2"> </div> |
||||
<div class="col col-8"> |
||||
<hr> |
||||
<div class="visionstatement"> |
||||
<h3>Bringing Developers, Graphic Designers, and Engineering together at Osan! Beginners and Experts alike!</h3> |
||||
</div> |
||||
<hr> |
||||
</div> |
||||
<div class="col col-2"></div> |
||||
<div class="vision-statement col-sm-8 offset-sm-2"> |
||||
Bringing Developers, Graphic Designers, and Engineering together at |
||||
Osan Air Base - beginners and experts alike. |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="spacer"></div> |
||||
<div class="container-fluid" id="MEET"> |
||||
<div class="row"> |
||||
<div class="col col-12 col-sm-6"> |
||||
<h3>Meeting Info</h3> |
||||
<div class="wingdings-image" style="float:left;"> |
||||
º |
||||
</div> |
||||
<div class="info-display"> |
||||
<div class="info-header"> |
||||
1600 - 1700 |
||||
</div> |
||||
<div class="info-header-sm"> |
||||
Tuesdays & Wednesdays |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col col-12 col-sm-6"> |
||||
<h3>Location</h3> |
||||
<div class="webdings-image" style="float:left;"> |
||||
H |
||||
</div> |
||||
<div class="info-header"> |
||||
Mustang Center |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="spacer"></div> |
||||
<div class="container-fluid"> |
||||
<div class="row"> |
||||
<div class="col col-12 col-sm-6" id="EVENT"> |
||||
<h3>Events</h3> |
||||
<ul> |
||||
<li>Event 1</li> |
||||
<li>Event 2</li> |
||||
<li>Event 3</li> |
||||
<li>Event 4</li> |
||||
</ul> |
||||
</div> |
||||
<div class="col col-12 col-sm-6" id="PROJECT"> |
||||
<h3>Projects</h3> |
||||
<ul> |
||||
<li>Project 1</li> |
||||
<li>Project 2</li> |
||||
<li>Project 3</li> |
||||
<li>Project 4</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="spacer"></div> |
||||
<div class="container-fluid"> |
||||
<div class="row"> |
||||
<div class="col col-12 col-sm-6" id="LEARN"> |
||||
<h3>Learning Resources</h3> |
||||
<div>Learning Resource 1 - <a href="">Go here</a></div> |
||||
<div>Learning Resource 2 - <a href="">Go here</a></div> |
||||
<div>Learning Resource 3 - <a href="">Go here</a></div> |
||||
<div>Learning Resource 4 - <a href="">Go here</a></div> |
||||
<div>Learning Resource 5 - <a href="">Go here</a></div> |
||||
</div> |
||||
<div class="col col-12 col-sm-6" id="FAQ"> |
||||
<h3>FAQ</h3> |
||||
<h6>??????</h6> |
||||
<div class="answer">AAAAAAAAA</div> |
||||
<h6>??????</h6> |
||||
<div class="answer">AAAAAAAAA</div> |
||||
<h6>??????</h6> |
||||
<div class="answer">AAAAAAAAA</div> |
||||
<h6>??????</h6> |
||||
<div class="answer">AAAAAAAAA</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="spacer"></div> |
||||
<div class="container-fluid"> |
||||
<div class="row"> |
||||
<div class="col col-12" id="CONTACT"> |
||||
<hr> |
||||
<center><h3>Contact Us</h3></center> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-sm-6"> |
||||
<i class="far fa-clock"></i><br /><br /> |
||||
<p>Tuesdays @ 1600 - 1700 : Guided lesson</p> |
||||
<p>Wednesdays @ 1600 - 1700 : Open Project Work</p> |
||||
</div> |
||||
<div class="col-sm-6"> |
||||
<i class="fas fa-map-marker-alt"></i><br /><br /> |
||||
<p>TAPS room at the Mustang Center</p> |
||||
<p>Osan Air Base, South Korea</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<!-- Events and Projects --> |
||||
|
||||
<div class="container-fluid events-projects"> |
||||
<div class="row"> |
||||
<div class="col-sm-6" id="events"> |
||||
<h3><i class="far fa-calendar-alt"></i><br />Events</h3> |
||||
<br /> |
||||
<p>Pitch & Prototype Weekend - Aug 23-25</p> |
||||
</div> |
||||
<div class="col-sm-6" id="projects"> |
||||
<h3><i class="fas fa-code-branch"></i><br />Projects</h3> |
||||
<br /> |
||||
<p>Bus GPS</p> |
||||
<p>{dev}Osan Website</p> |
||||
<p>Pending Game Engine</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<!-- Learning Resources & FAQ --> |
||||
<div class="container-fluid learn-faq"> |
||||
<div class="row"> |
||||
<div class="col-sm-6" id="learning-resources"> |
||||
<h3>Learning Resources</h3> |
||||
<p> |
||||
Contributing Guides - |
||||
<a href="https://github.com/dev-osan/dev-osan.github.io">Go here</a> |
||||
</p> |
||||
</div> |
||||
<div class="col-sm-6" id="faq"> |
||||
<h3>FAQ</h3> |
||||
<h6>Do I have to know how to program?</h6> |
||||
<div class="answer"> |
||||
Absolutely not, just a desire to hang out with software developers. |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<!-- Footer and Contact Us --> |
||||
<div class="container-fluid" id="contact"> |
||||
<div class="row"> |
||||
<div class="col"> |
||||
<h3>Contact Us</h3> |
||||
<p> |
||||
<a href="mailto:kevinfalting@gmail.com">kevinfalting@gmail.com</a> |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<!-- Optional JavaScript --> |
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS --> |
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> |
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> |
||||
<script |
||||
src="https://code.jquery.com/jquery-3.3.1.slim.min.js" |
||||
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" |
||||
crossorigin="anonymous" |
||||
></script> |
||||
<script |
||||
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" |
||||
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" |
||||
crossorigin="anonymous" |
||||
></script> |
||||
<script |
||||
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" |
||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" |
||||
crossorigin="anonymous" |
||||
></script> |
||||
</body> |
||||
</html> |
||||
</html> |
||||
|
@ -1,51 +1,110 @@ |
||||
* { |
||||
background-color: #BDB; |
||||
color: #202222; |
||||
.above-the-fold { |
||||
min-height: 100vh; |
||||
background-image: url("img/devOsan_noLogo.png"); |
||||
background-size: cover; |
||||
background-repeat: no-repeat; |
||||
background-position: center; |
||||
padding-top: 3em; |
||||
} |
||||
|
||||
.rightalign{ |
||||
text-align:right; |
||||
#announcement-card-link { |
||||
text-decoration: none; |
||||
color: black; |
||||
} |
||||
|
||||
.osanlogo{ |
||||
font-size:64px; |
||||
#club-info { |
||||
background-color: #202222; |
||||
color: white; |
||||
text-align: center; |
||||
padding-top: 3em; |
||||
padding-bottom: 3em; |
||||
font-size: 1.5em; |
||||
} |
||||
|
||||
.visionstatement{ |
||||
text-align:center; |
||||
font-style: italic; |
||||
#contact { |
||||
text-align: center; |
||||
color: white; |
||||
background-color: #202222; |
||||
} |
||||
|
||||
.wingdings-image{ |
||||
font-family:"Wingdings"; |
||||
font-size:96px; |
||||
color:#040; |
||||
width:120px; |
||||
.events-projects { |
||||
color: white; |
||||
background-color: #696035; |
||||
padding-top: 3em; |
||||
padding-bottom: 3em; |
||||
} |
||||
|
||||
.webdings-image{ |
||||
font-family:"Webdings"; |
||||
font-size:96px; |
||||
color:#040; |
||||
width:120px; |
||||
#events, |
||||
#projects { |
||||
margin-top: 1em; |
||||
text-align: center; |
||||
} |
||||
|
||||
.info-display{ |
||||
padding-top:16px; |
||||
i { |
||||
font-size: 2em; |
||||
} |
||||
|
||||
.info-header{ |
||||
font-size:48px; |
||||
.learn-faq { |
||||
color: #202222; |
||||
padding-top: 3em; |
||||
padding-bottom: 3em; |
||||
} |
||||
|
||||
.info-header-sm{ |
||||
padding-left:12px; |
||||
.name-slogan { |
||||
text-align: center; |
||||
} |
||||
|
||||
.answer{ |
||||
margin-left:10px; |
||||
h1 { |
||||
font-size: 5em; |
||||
} |
||||
|
||||
.spacer{ |
||||
height:64px; |
||||
} |
||||
h4 { |
||||
font-size: 1.8em; |
||||
} |
||||
|
||||
a { |
||||
font-weight: bold; |
||||
text-decoration: underline; |
||||
} |
||||
|
||||
.vision-statement { |
||||
/* font-size: 1.5em; */ |
||||
margin-bottom: 3em; |
||||
} |
||||
|
||||
/* */ |
||||
|
||||
|
||||
.rightalign { |
||||
text-align: right; |
||||
} |
||||
|
||||
.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; |
||||
} |
||||
|
Loading…
Reference in new issue