start static-pages redesign
This commit is contained in:
+27
-20
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user