Skip to content

Commit

Permalink
add github buttons
Browse files Browse the repository at this point in the history
Signed-off-by: Toby Yan <me@tobyan.com>
  • Loading branch information
toby1991 committed Jul 8, 2019
1 parent 7dbc68b commit 7262ff7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
22 changes: 19 additions & 3 deletions layouts/home.html
Expand Up @@ -7,6 +7,11 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
</head>
<style>
#title {
font-size: 3em;
}
</style>
<body>
<section class="hero is-fullheight" style="background-color: #eeeeee;">
<!-- Hero head: will stick at the top -->
Expand All @@ -32,7 +37,7 @@
Documentation
</a>
<span class="navbar-item">
<a class="button is-success is-inverted" href="https://github.com/totoval/totoval">
<a class="button is-success is-inverted" href="https://github.com/totoval/totoval/archive/master.zip">
<span class="icon">
<i class="fab fa-github"></i>
</span>
Expand All @@ -48,20 +53,27 @@
<!-- Hero content: will be in the middle -->
<div class="hero-body" style="background-image: url('/images/background-1200x400.png');background-size: 100%;background-repeat: no-repeat;background-position:bottom;">
<div class="container has-text-centered">
<h1 class="title">
<h1 id="title" class="title">
Totoval
</h1>
<h2 class="subtitle">
An out-of-the-box artisan API web-framework written in go.
</h2>


<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/totoval/totoval" data-show-count="true" aria-label="Star totoval/totoval on GitHub">Star</a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/totoval/totoval/fork" data-show-count="true" aria-label="Fork totoval/totoval on GitHub">Fork</a>
<br>
<a href="https://github.com/totoval/totoval"><img alt="GitHub tag (latest SemVer)" src="https://img.shields.io/github/tag/totoval/totoval.svg" /></a>
<a href="https://github.com/totoval/totoval"><img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/totoval/totoval.svg" /></a>
<a href="https://github.com/totoval/totoval"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/totoval/totoval" /></a>
<a href="https://github.com/totoval/totoval"><img alt="GitHub top language" src="https://img.shields.io/github/languages/top/totoval/totoval.svg" /></a>
<a href="https://github.com/totoval/totoval"><img alt="Inspired by Laravel" src="https://img.shields.io/badge/Inspired%20by-Laravel-red.svg" /></a>
<a href="https://github.com/totoval/totoval"><img alt="GitHub" src="https://img.shields.io/github/license/totoval/totoval.svg" /></a>



</div>
</div>

Expand All @@ -84,5 +96,9 @@ <h2 class="subtitle">
</nav>
</div>
</section>

<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>

</body>
</html>
2 changes: 1 addition & 1 deletion public
Submodule public updated 1 files
+19 −3 index.html

0 comments on commit 7262ff7

Please sign in to comment.