This commit is contained in:
Hubert 2021-07-04 07:10:51 +02:00
parent b02b926819
commit 50fd9b9ca6
1 changed files with 17 additions and 10 deletions

View File

@ -25,34 +25,41 @@
<p>Repository description</p> <p>Repository description</p>
<div class="w3-cell-row"> <div class="w3-cell-row">
<div class="w3-container w3-center w3-cell"> <div class="w3-center w3-cell">
<i class="fa fa-history"></i> 112 revisions <i class="fa fa-history"></i> 112 revisions
</div> </div>
<div class="w3-container w3-center w3-cell"> <div class="w3-center w3-cell">
<i class="fa fa-code-branch"></i> 10 branches <i class="fa fa-code-branch"></i> 10 branches
</div> </div>
<div class="w3-container w3-center w3-cell"> <div class="w3-center w3-cell">
<i class="fa fa-tag"></i> 5 tags <i class="fa fa-tag"></i> 5 tags
</div> </div>
<div class="w3-container w3-center w3-cell"> <div class="w3-center w3-cell">
<i class="fa fa-database"></i> 10 KiB <i class="fa fa-database"></i> 10 KiB
</div> </div>
</div> </div>
<div class="w3-cell-row"> <div class="w3-cell-row">
<div class="w3-container w3-center w3-cell"> <div class="w3-center w3-cell w3-cell-middle">
<button class="w3-button w3-round w3-border">Branch: master</button> <button class="w3-button w3-round w3-border">Branch: master</button>
</div> </div>
<div class="w3-container w3-center w3-cell"> <div class="w3-center w3-cell w3-cell-middle">
<button class="w3-button w3-round w3-border">New merge request</button> <button class="w3-button w3-round w3-border">New merge request</button>
</div> </div>
<div class="w3-container w3-center w3-cell"> <div class="w3-center w3-cell w3-cell-middle">
<button class="w3-button w3-round w3-border">New file</button> <button class="w3-button w3-round w3-border">New file</button>
<button class="w3-button w3-round w3-border">Upload file</button> <button class="w3-button w3-round w3-border">Upload file</button>
</div> </div>
<div class="w3-container w3-center w3-cell"> <div class="w3-container w3-center w3-cell w3-cell-middle">
<button class="w3-button w3-border">HTTPS</button> <div class="w3-cell-row">
<button class="w3-button w3-border">SSH</button><input class="w3-input" type="text" value="git@domain.net:plop/plip.git"> <div class="w3-center w3-cell w3-cell-middle">
<button class="w3-button w3-border w3-round">HTTPS</button>
<button class="w3-button w3-border w3-round">SSH</button>
</div>
<div class="w3-center w3-cell w3-cell-middle">
<input class="w3-input w3-border" type="text" value="git@domain.net:plop/plip.git">
</div>
</div>
</div> </div>
</div> </div>