-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
372 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
<!DOCTYPE HTML> | ||
<!-- | ||
Forty by HTML5 UP | ||
html5up.net | @ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
--> | ||
<html> | ||
<head> | ||
<title>Supreme Banana Games</title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | ||
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> | ||
<link rel="stylesheet" href="assets/css/main.css" /> | ||
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> | ||
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> | ||
</head> | ||
<body> | ||
|
||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
<!-- Header --> | ||
<header id="header"> | ||
<a href="index.html" class="logo"><strong>Supreme Banana</strong> <span>Games</span></a> | ||
<nav> | ||
<a href="#menu">Menu</a> | ||
</nav> | ||
</header> | ||
|
||
<!-- Menu --> | ||
<nav id="menu"> | ||
<ul class="links"> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="landing.html">Landing</a></li> | ||
<li><a href="generic.html">Generic</a></li> | ||
<li><a href="elements.html">Elements</a></li> | ||
</ul> | ||
<ul class="actions vertical"> | ||
<li><a href="#" class="button special fit">Get Started</a></li> | ||
<li><a href="#" class="button fit">Log In</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<!-- Main --> | ||
<div id="main" class="alt"> | ||
|
||
<!-- One --> | ||
<section id="one"> | ||
<div class="inner"> | ||
<header class="major"> | ||
<h1>About Us</h1> | ||
</header> | ||
<span class="image main"><img src="images/team.jpg" alt="" /></span> | ||
<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fergiat. Pellentesque in mi eu massa lacinia malesuada et a elit. Donec urna ex, lacinia in purus ac, pretium pulvinar mauris. Curabitur sapien risus, commodo eget turpis at, elementum convallis elit. Pellentesque enim turpis, hendrerit.</p> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor fermentum. Nullam venenatis erat id vehicula viverra. Nunc ultrices eros ut ultricies condimentum. Mauris risus lacus, blandit sit amet venenatis non, bibendum vitae dolor. Nunc lorem mauris, fringilla in aliquam at, euismod in lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In non lorem sit amet elit placerat maximus. Pellentesque aliquam maximus risus, vel sed vehicula.</p> | ||
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fersapien risus, commodo eget turpis at, elementum convallis elit. Pellentesque enim turpis, hendrerit tristique lorem ipsum dolor.</p> | ||
</div> | ||
</section> | ||
|
||
</div> | ||
|
||
<!-- Contact --> | ||
<section id="contact"> | ||
<div class="inner"> | ||
<section> | ||
<form method="post" action="#"> | ||
<div class="field half first"> | ||
<label for="name">Name</label> | ||
<input type="text" name="name" id="name" /> | ||
</div> | ||
<div class="field half"> | ||
<label for="email">Email</label> | ||
<input type="text" name="email" id="email" /> | ||
</div> | ||
<div class="field"> | ||
<label for="message">Message</label> | ||
<textarea name="message" id="message" rows="6"></textarea> | ||
</div> | ||
<ul class="actions"> | ||
<li><input type="submit" value="Send Message" class="special" /></li> | ||
<li><input type="reset" value="Clear" /></li> | ||
</ul> | ||
</form> | ||
</section> | ||
<section class="split"> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon alt fa-envelope"></span> | ||
<h3>Email</h3> | ||
<a href="#">[email protected]</a> | ||
</div> | ||
</section> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon alt fa-phone"></span> | ||
<h3>Phone</h3> | ||
<span>(000) 000-0000 x12387</span> | ||
</div> | ||
</section> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon alt fa-home"></span> | ||
<h3>Address</h3> | ||
<span>1234 Somewhere Road #5432<br /> | ||
Nashville, TN 00000<br /> | ||
United States of America</span> | ||
</div> | ||
</section> | ||
</section> | ||
</div> | ||
</section> | ||
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
<div class="inner"> | ||
<ul class="icons"> | ||
<li><a href="#" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="#" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li> | ||
<li><a href="#" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li> | ||
<li><a href="#" class="icon alt fa-github"><span class="label">GitHub</span></a></li> | ||
<li><a href="#" class="icon alt fa-linkedin"><span class="label">LinkedIn</span></a></li> | ||
</ul> | ||
<ul class="copyright"> | ||
<li>© Untitled</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li> | ||
</ul> | ||
</div> | ||
</footer> | ||
|
||
</div> | ||
|
||
<!-- Scripts --> | ||
<script src="assets/js/jquery.min.js"></script> | ||
<script src="assets/js/jquery.scrolly.min.js"></script> | ||
<script src="assets/js/jquery.scrollex.min.js"></script> | ||
<script src="assets/js/skel.min.js"></script> | ||
<script src="assets/js/util.js"></script> | ||
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]--> | ||
<script src="assets/js/main.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.