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 cards stackable">
|
||||||
<div class="ui card card-with-image" style="flex: 1;">
|
<div class="ui card" style="flex: 1;">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<a href="{{AppSubUrl}}/zeldon/mineping">
|
<a href="{{AppSubUrl}}/zeldon/mineping">
|
||||||
<h3>Mineping</h3>
|
<h3>Mineping</h3>
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="ui card card-with-image" style="flex: 1;">
|
<div class="ui card" style="flex: 1;">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<a href="{{AppSubUrl}}/zeldon/zeldon-site">
|
<a href="{{AppSubUrl}}/zeldon/zeldon-site">
|
||||||
<h3>Website</h3>
|
<h3>Website</h3>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="ui card card-with-image" style="flex: 1;">
|
<div class="ui card" style="flex: 1;">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<a href="{{AppSubUrl}}/zeldon/http-proxy-server">
|
<a href="{{AppSubUrl}}/zeldon/http-proxy-server">
|
||||||
<h3>http-proxy-server</h3>
|
<h3>http-proxy-server</h3>
|
||||||
|
@ -32,3 +32,10 @@
|
||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
|
|
||||||
<div class="ui stackable twelve column mb-4">
|
<div class="ui stackable twelve column mb-4">
|
||||||
<p>This portal hosts more than just the project sources, bug and patch tracker. <a
|
<p>This portal hosts more than just the project sources, bug and patch tracker. Explore the other repositories!
|
||||||
href="{{AppSubUrl}}/explore/repos">Explore the other repositories!</a>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue