mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
update template
This commit is contained in:
parent
c2d3d798b2
commit
877adc5a65
27
index.html
27
index.html
|
|
@ -19,7 +19,8 @@
|
|||
<a href="https://git-quick-stats.sh/"><img width="40%" src="assets/logo.svg" alt="git-quick-stats logo"></a>
|
||||
</div>
|
||||
<nav class="six columns">
|
||||
<a href="/docs" class="github">Docs</a>
|
||||
<a href="#getting-started" class="github">Getting started</a>
|
||||
<!--<a href="/docs" class="github">Docs</a>-->
|
||||
<a href="https://github.com/arzzen/git-quick-stats" class="github">GitHub
|
||||
<img alt="github" src="assets/GitHub-Mark.png"></a>
|
||||
</nav>
|
||||
|
|
@ -46,49 +47,55 @@
|
|||
</section>
|
||||
|
||||
<section class="features">
|
||||
<h2 class="center">
|
||||
<span>Features</span>
|
||||
</h2>
|
||||
<div class="row">
|
||||
<div class="four columns">
|
||||
<h2>Multiplatform</h2>
|
||||
<h3>Multiplatform</h3>
|
||||
Works on Windows, Linux and macOS (or you can use the Docker image).
|
||||
</div>
|
||||
<div class="four columns">
|
||||
<h2>Contribution stats</h2>
|
||||
<h3>Contribution stats</h3>
|
||||
List of everyone who contributed to the repository.
|
||||
</div>
|
||||
<div class="four columns">
|
||||
<h2>Code reviewers</h2>
|
||||
<h3>Code reviewers</h3>
|
||||
Find the best people to contact to review code.
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="four columns">
|
||||
<h2>Git changelogs</h2>
|
||||
<h3>Git changelogs</h3>
|
||||
Easy to fetch git changelogs.
|
||||
</div>
|
||||
<div class="four columns">
|
||||
<h2>Dependency</h2>
|
||||
<h3>Dependency</h3>
|
||||
You can run on every OS with a Bash shell.
|
||||
</div>
|
||||
<div class="four columns">
|
||||
<h2>Open source</h2>
|
||||
<h3>Open source</h3>
|
||||
Git-quick-stats is free, open source software licensed under MIT.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 class="center">
|
||||
<span>More screenshots</span>
|
||||
</h2>
|
||||
<div class="row">
|
||||
<div class="six columns">
|
||||
<div class="">
|
||||
<img src="https://user-images.githubusercontent.com/8818630/58364011-61e53800-7e7b-11e9-9417-16cbb241ac2e.png" alt="image">
|
||||
</div>
|
||||
<div class="six columns">
|
||||
<div class="">
|
||||
<img src="https://user-images.githubusercontent.com/8818630/58364010-61e53800-7e7b-11e9-8711-a40b50aebf52.png" alt="image">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 id="getting-started">Getting started</h2>
|
||||
<h2 class="center" id="getting-started">Getting started</h2>
|
||||
<ul>
|
||||
<li><strong>Interactive</strong>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue