add explore button to home page

This commit is contained in:
Timofey Gelazoniya 2024-03-08 09:48:41 +03:00
parent 3a75178503
commit 475cda558f
Signed by: zeldon
GPG Key ID: 047886915281DD2A
2 changed files with 11 additions and 5 deletions

View File

@ -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>

View File

@ -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>