Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Add a one-page site via index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Henke committed Apr 3, 2014
1 parent 33980c1 commit 57aac1d
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>WebHostingHub Glyphs Customizer</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="jumbotron">
<div class="container">
<h1>WebHostingHub Glyphs Customizer</h1>
<div>
<iframe src="http://ghbtns.com/github-btn.html?user=gustavohenke&repo=webhostinghub-glyphs&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="90" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=gustavohenke&repo=webhostinghub-glyphs&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="90" height="20"></iframe>
</div>
</div>
</header>
<main class="container">
<section>
<div class="page-header">
<h2>What's this?</h2>
</div>

<p>
A command line tool for customizing <a href="http://www.webhostinghub.com/glyphs/">WebHostingHub Glyphs</a>.
And a Bower repository as well!
</p>
</section>

<section>
<div class="page-header">
<h2>Installation steps &amp; documentation</h2>
</div>

<p>
<a href="http://github.com/gustavohenke/webhostinghub-glyphs">Head over to the GitHub repository</a>
in order to read all our documentation for now.
</p>
</section>

<section>
<div class="page-header">
<h2>Available Icons</h2>
</div>

<p>TODO.</p>
</section>
</main>
</body>
</html>

0 comments on commit 57aac1d

Please sign in to comment.