start static-pages redesign

This commit is contained in:
Tyler Renelle 2013-03-11 01:32:24 -04:00
parent 53682205de
commit 4e9fc85193
5 changed files with 169 additions and 20 deletions

View file

17
public/copy.css Normal file
View file

@ -0,0 +1,17 @@
.jumbotron {
background-color: #1b1b1b;
background-image: -moz-linear-gradient(top, #222222, #111111);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
background-image: -webkit-linear-gradient(top, #222222, #111111);
background-image: -o-linear-gradient(top, #222222, #111111);
background-image: linear-gradient(to bottom, #222222, #111111);
background-repeat: repeat-x;
border-color: #252525;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
background:none;
color:black;
}
body {
padding-top:0px;
}

0
public/faq.html Normal file
View file

View file

@ -8,34 +8,41 @@
<link href="/vendor/bootstrap/docs/assets/css/bootstrap.css" rel="stylesheet">
<link href="/vendor/bootstrap/docs/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="/vendor/bootstrap/docs/assets/css/docs.css" rel="stylesheet">
<link href="/copy.css" rel="stylesheet">
<script type="text/javascript" src="vendor/jquery-ui/jquery-1.9.1.js"></script>
<script type="text/javascript">
$.getScript("https://s7.addthis.com/js/250/addthis_widget.js#pubid=lefnire");
</script>
<style type="text/css">
.jumbotron {
background-color: #1b1b1b;
background-image: -moz-linear-gradient(top, #222222, #111111);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
background-image: -webkit-linear-gradient(top, #222222, #111111);
background-image: -o-linear-gradient(top, #222222, #111111);
background-image: linear-gradient(to bottom, #222222, #111111);
background-repeat: repeat-x;
border-color: #252525;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
background:none;
color:black;
}
body {
padding-top:0px;
}
</style>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/splash.html">HabitRPG</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="">
<a href="/splash.html">About</a>
</li>
<li class="">
<a href="/team.html">Team</a>
</li>
<li class="">
<a href="/splash.html">Addons / Extensions</a>
</li>
<li class="">
<a href="/faq.html">FAQ</a>
</li>
<li class="">
<a href="/contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class='jumbotron masthead'>
<div class='container'>
<h1><img src="/img/logo/habitrpg_pixel.png" alt="HabitRPG"/></h1>

125
public/team.html Normal file
View file

@ -0,0 +1,125 @@
<html>
<head>
<meta charset="utf-8">
<title>HabitRPG | Team</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le styles -->
<link href="/vendor/bootstrap/docs/assets/css/bootstrap.css" rel="stylesheet">
<link href="/vendor/bootstrap/docs/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="/vendor/bootstrap/docs/assets/css/docs.css" rel="stylesheet">
<link href="/copy.css" rel="stylesheet">
<script type="text/javascript" src="vendor/jquery-ui/jquery-1.9.1.js"></script>
<script src="/vendor/bootstrap/js/bootstrap-scrollspy.js"></script>
</head>
<body data-spy="scroll" data-target=".bs-docs-sidebar">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/splash.html">HabitRPG</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="">
<a href="/splash.html">About</a>
</li>
<li class="">
<a href="/splash.html">Blog</a>
</li>
<li class="">
<a href="/team.html">Team</a>
</li>
<li class="">
<a href="/splash.html">Addons / Extensions</a>
</li>
<li class="">
<a href="/faq.html">FAQ</a>
</li>
<li class="">
<a href="/faq.html">API</a>
</li>
<li class="">
<a href="/contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<header class="jumbotron subhead" id="overview">
<div class="container">
<h1>Team</h1>
<p class="lead">The HabitRPG team has developed organically in a meritocratic fashion. We're still figuring it all out, but the members we have listed here have contributed greatly. If you want to be part of the team, contribute to the repository, and if you're a big asset we'll likely adopt you :) See the <a href="https://github.com/lefnire/habitrpg/wiki/Business-Model">Count Me In</a></p>
</div>
</header>
<div class='container'>
<div class='row'>
<div class="span3 bs-docs-sidebar">
<ul class="nav nav-list bs-docs-sidenav affix-top">
<li><a href="#developers"><i class="icon-chevron-right"></i> Developers</a></li>
<li><a href="#pixel-artists"><i class="icon-chevron-right"></i> Pixel Artists</a></li>
<li><a href="#mobile-developers"><i class="icon-chevron-right"></i> Mobile Developers</a></li>
<li><a href="#designers"><i class="icon-chevron-right"></i> Designers</a></li>
<li><a href="#community-managers"><i class="icon-chevron-right"></i> Community Managers</a></li>
</ul>
</div>
<div class='span9'>
<section>
<div class="page-header">
<h1 id="developers">Developers</h1>
<ul>
<li><a href="https://github.com/lefnire">Tyler Renelle</a></li>
<li><a href="https://github.com/switz">Daniel Saewitz</a></li>
<li><a href="https://github.com/SlappyBag">Stan Lindsey</a></li>
<li><a href="https://github.com/MrConcept">Philip How</a></li>
</ul>
</div>
</section>
<section>
<div class="page-header">
<h1 id="pixel-artists">Pixel Artists</h1>
<ul>
<li><a href="https://github.com/pandoro">Alex Hermans</a></li>
<li><a href="https://github.com/Shaners">Shane Listers</a></li>
</ul>
</div>
</section>
<section>
<div class="page-header">
<h1 id="mobile-developers">Mobile Developers</h1>
<ul>
<li><a href="https://github.com/litenull">Tomaz Korenika</a></li>
<li><a href="https://github.com/lefnire">Tyler Renelle</a></li>
</ul>
</div>
</section>
<section>
<div class="page-header">
<h1 id="designers">Designers</h1>
<ul>
<li><a href="https://github.com/zakkain">Zachary Kain</a></li>
</ul>
</div>
</section>
<section>
<div class="page-header">
<h1 id="community-managers">Community Management</h1>
<ul>
<li><a href="https://github.com/wc8">@wc8</a></li>
<li><a href="https://github.com/horusofoz">Jeff Smith</a></li>
</ul>
</div>
</section>
</div>
</div>
</div>
</body>
</html>