Some minor changes in the template...

This commit is contained in:
veal 2016-02-15 15:39:25 +01:00
parent e9c7be5ed3
commit 7cc140c82c
5 changed files with 18 additions and 6 deletions

View File

@ -6201,3 +6201,12 @@ button.close {
display: none !important;
}
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
padding-top: 20px;
background-color: #f5f5f5;
}

View File

@ -1,3 +1,4 @@
<p>(This is a long list of all submissions, if you want to see only the best, click <a href="@{ShowChallengeR (challengeName challenge)}">leaderboard</a>.)
<div class="alert alert-info" role="alert">
<p>This is a long list of all submissions, if you want to see only the best, click <a href="@{ShowChallengeR (challengeName challenge)}">leaderboard</a>.
^{Table.buildBootstrap (submissionsTable tests) submissions}

View File

@ -12,7 +12,7 @@
<input id="hident3" name="f2" type="text" required value="" class="form-control" id="pwd" placeholder="Submission repo URL">
<div class="form-group">
<label class="control-label col-sm-3" for="hident4">Submission repo branch:
<div class="col-sm-2">
<div class="col-sm-5">
<input id="hident4" name="f3" type="text" required value="" class="form-control" id="pwd" placeholder="Submission repo branch">
<div class="form-group">
<div class="col-sm-offset-3 col-sm-10">

View File

@ -35,8 +35,10 @@ $newline never
<header>
<div id="main" role="main">
^{pageBody pc}
<footer>
#{appCopyright $ appSettings master}
<footer class="footer">
<div class="container">
<p class="text-muted">#{appCopyright $ appSettings master}
$maybe analytics <- appAnalytics $ appSettings master
<script>

View File

@ -1,7 +1,7 @@
<div class="container">
<div class="jumbotron">
<h1>Welcome to Gonito.net!
<p>Gonito (pronounced <i>ɡɔ̃ˈɲitɔ</i>) is a Kaggle<sup><u><a class="nounderline" href="#disclaimer">*</a></u></sup>-like platform for machine learning competitions.
<p>Gonito (pronounced <i>ɡɔ̃ˈɲitɔ</i>) is a Kaggle<sup><a href="#disclaimer">*</a></sup>-like platform for machine learning competitions.
<div class="panel panel-default">
<div class="panel-heading">What's so special about Gonito:
@ -26,4 +26,4 @@
<p>So, just click <a href="@{AuthR LoginR}">log in</a>, then "Sign in with Persona" button and Firefox will guide you!
<p class="text-muted pagination-centered"><sup>*</sup>Disclaimer: Gonito is neither affiliated with nor endorsed by <a href="https://www.kaggle.com">Kaggle</a>.
<p class="text-muted text-right"><sup>*</sup>Disclaimer: Gonito is neither affiliated with nor endorsed by <a href="https://www.kaggle.com">Kaggle</a>.