add explore button to home page
This commit is contained in:
parent
3a75178503
commit
475cda558f
|
@ -1,5 +1,5 @@
|
|||
<div class="ui cards stackable">
|
||||
<div class="ui card card-with-image" style="flex: 1;">
|
||||
<div class="ui card" style="flex: 1;">
|
||||
<div class="content">
|
||||
<a href="{{AppSubUrl}}/zeldon/mineping">
|
||||
<h3>Mineping</h3>
|
||||
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ui card card-with-image" style="flex: 1;">
|
||||
<div class="ui card" style="flex: 1;">
|
||||
<div class="content">
|
||||
<a href="{{AppSubUrl}}/zeldon/zeldon-site">
|
||||
<h3>Website</h3>
|
||||
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ui card card-with-image" style="flex: 1;">
|
||||
<div class="ui card" style="flex: 1;">
|
||||
<div class="content">
|
||||
<a href="{{AppSubUrl}}/zeldon/http-proxy-server">
|
||||
<h3>http-proxy-server</h3>
|
||||
|
@ -31,4 +31,11 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ui center stackable">
|
||||
<button class="ui button primary">
|
||||
<a class="item" rel="nofollow" style="text-decoration: none;color: inherit;"
|
||||
href="{{AppSubUrl}}/explore/repos">Explore!</a>
|
||||
</button>
|
||||
</div>
|
|
@ -14,8 +14,7 @@
|
|||
</div>
|
||||
|
||||
<div class="ui stackable twelve column mb-4">
|
||||
<p>This portal hosts more than just the project sources, bug and patch tracker. <a
|
||||
href="{{AppSubUrl}}/explore/repos">Explore the other repositories!</a>
|
||||
<p>This portal hosts more than just the project sources, bug and patch tracker. Explore the other repositories!
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue