Reflow using Atom

Not 100% to my liking, but good enough.
This commit is contained in:
Brian Cunnie
2015-08-28 05:23:09 -07:00
parent c015e9e087
commit fe6c88ef15
2 changed files with 45 additions and 64 deletions

View File

@@ -3,5 +3,5 @@ body {
}
.starter-template {
padding: 40px 15px;
text-align: center;
text-align: left;
}

View File

@@ -1,78 +1,59 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<html lang="en"> <head> <meta charset="utf-8"> <meta
http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport"
content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must*
come first in the head; any other head content must come *after* these tags -->
<title>Welcome to sslip.io</title>
<meta name="description" content="sslip.io">
<meta name="author" content="Brian Cunnie">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<title>Welcome to sslip.io</title> <meta name="description"
content="sslip.io"> <meta name="author" content="Brian Cunnie"> <!-- Latest
compiled and minified CSS --> <link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="css/starter-template.css">
<!-- Optional theme --> <link rel="stylesheet"
href="css/starter-template.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries --> <!-- WARNING: Respond.js doesn't work if you view the page via
file:// --> <!--[if lt IE 9]> <script
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]--> </head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">sslip.io</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container">
<div class="navbar-header"> <button type="button" class="navbar-toggle
collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle
navigation</span> <span class="icon-bar"></span> <span
class="icon-bar"></span> <span class="icon-bar"></span> </button> <a
class="navbar-brand" href="#">sslip.io</a> </div> <div id="navbar"
class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li
class="active"><a href="#">Home</a></li> <li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li> </ul> </div><!--/.nav-collapse -->
</div> </nav>
<div class="container">
<div class="starter-template">
<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 class="starter-template"> <h1>sslip.io</h1> <p class="lead">Wildcard
DNS and Valid SSL Certificates for Everyone.</p> <p><b>sslip.io</b>
combines a wildcard DNS matched with a valid wildcard SSL certificate and
key to provide valid SSL certificates.</p> <h2>How it works</h2> <p
class="lead">Your server's fully-qualified domain name (FQDN) will the
format <b><i>w-x-y-z</i>.sslip.io</b>, where "w-x-y-z" is the IPv4 address
of your server, with dashes rather than dots separating each octet. </p>
<p>For example, this web server's FQDN is </p> </div>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="https://raw.githubusercontent.com/twbs/bootstrap/master/docs/assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- Bootstrap core JavaScript ================================================== --> <!--
Placed at the end of the document so the pages load faster --> <!-- jQuery
(necessary for Bootstrap's JavaScript plugins) --> <script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!--
Latest compiled and minified JavaScript --> <script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <!--
IE10 viewport hack for Surface/desktop Windows 8 bug --> <script
src="https://raw.githubusercontent.com/twbs/bootstrap/master/docs/assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
</body> </html>