This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gustavo Henke
committed
Apr 3, 2014
1 parent
33980c1
commit 57aac1d
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 & 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> |