content is slowly being fleshed out

This commit is contained in:
Brian Cunnie
2015-08-27 13:33:23 -07:00
parent ca79740fb5
commit c015e9e087
2 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}

View File

@@ -14,7 +14,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://raw.githubusercontent.com/twbs/bootstrap/master/docs/examples/starter-template/starter-template.css">
<link rel="stylesheet" href="css/starter-template.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
@@ -36,7 +36,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Project name</a>
<a class="navbar-brand" href="#">sslip.io</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
@@ -51,8 +51,15 @@
<div class="container">
<div class="starter-template">
<h1>Bootstrap starter template</h1>
<p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p>
<h1>sslip.io</h1>
<p class="lead">Wildcard DNS and Valid SSL Certificates for Everyone.</p>
<p>During development there are times when we need a valid SSL certificate;
sslip.io meets that need. It uses a wildcard DNS matched with a valid wildcard
SSL certificate and key.</p>
<h2>How it works</h2>
<p class="lead">Your server's fully-qualified must have the format:
<b><i>w-x-y-z</i>.sslip.io.</b>
</p>
</div>
</div><!-- /.container -->