mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Adding old app dashboard to index
This commit is contained in:
parent
73c9d6db1e
commit
c5852ec617
1 changed files with 18 additions and 16 deletions
|
@ -13,16 +13,16 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#banner
|
#banner
|
||||||
{
|
{
|
||||||
margin-top:100px;
|
margin-top:100px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:3em;
|
font-size:3em;
|
||||||
}
|
}
|
||||||
.btn-dash {
|
.btn-dash {
|
||||||
margin-top:30px;
|
margin-top:30px;
|
||||||
margin-bottom:30px;
|
margin-bottom:30px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,16 +36,18 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<div class="row page-header" id="banner">
|
<div class="row page-header" id="banner">
|
||||||
Yunohost Dashboards
|
Yunohost Dashboards
|
||||||
|
<h4>One dashboard to rule them all</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-md-offset-2 col-md-8">
|
<div class="col-md-offset-2 col-md-8">
|
||||||
<a class="btn btn-info btn-lg btn-block btn-dash" href="./pullrequests.html" style="font-size:2em">Pull Requests</a>
|
<a class="btn btn-info btn-lg btn-block btn-dash" href="./pullrequests.html" style="font-size:2em">Pull Requests</a>
|
||||||
<a class="btn btn-info btn-lg btn-block btn-dash" href="./roadmap.html" style="font-size:2em">Roadmap</a>
|
<a class="btn btn-info btn-lg btn-block btn-dash" href="./roadmap.html" style="font-size:2em">Roadmap</a>
|
||||||
<a class="btn btn-info btn-lg btn-block btn-dash" href="./appci.html" style="font-size:2em">Application C.I.</a>
|
<a class="btn btn-info btn-lg btn-block btn-dash" href="./appdashboard/sources/index.php" style="font-size:2em">Apps dashboard</a>
|
||||||
<a class="btn btn-info btn-lg btn-block btn-dash" href="./unlistedapps.html" style="font-size:2em">Unlisted apps</a>
|
<a class="btn btn-info btn-lg btn-block btn-dash" href="./appci.html" style="font-size:2em">Apps C.I.</a>
|
||||||
|
<a class="btn btn-info btn-lg btn-block btn-dash" href="./unlistedapps.html" style="font-size:2em">Unlisted apps</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -57,7 +59,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12" style="text-align:center">
|
<div class="col-md-12" style="text-align:center">
|
||||||
<hr/>
|
<hr/>
|
||||||
<p>Powered with <a href="http://scripteden.com/download/eden-ui-bootstrap-3-skin/" rel="nofollow">Eden UI</a> and <a href="https://github.com/YunoHost/tartiflette">Tartiflette</a>!</p>
|
<p>Powered with <a href="http://scripteden.com/download/eden-ui-bootstrap-3-skin/" rel="nofollow">Eden UI</a> and <a href="https://github.com/YunoHost/tartiflette">Tartiflette</a>!</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Add table
Reference in a new issue