Browse Source

Update index page

pull/10/head
Hironsan 6 years ago
parent
commit
c5c8f73dac
2 changed files with 21 additions and 5 deletions
  1. 10
      app/server/static/css/forum.css
  2. 16
      app/server/templates/index.html

10
app/server/static/css/forum.css

@ -4,6 +4,16 @@ html,body {
} }
footer { footer {
background-color: #2a2e2f !important; background-color: #2a2e2f !important;
padding: 2rem 1.5rem 3rem !important;
}
.footer a {
color: white;
}
.footer h2 {
margin-bottom: 10px;
}
.footer p, strong {
color: lemonchiffon;
} }
.navbar { .navbar {
background-color: #2a2e2f; background-color: #2a2e2f;

16
app/server/templates/index.html

@ -161,23 +161,23 @@
</div> </div>
</div> </div>
<footer class="footer" style="background-color:#2a2e2f;">
<footer class="footer">
<div class="container"> <div class="container">
<div class="columns"> <div class="columns">
<div class="column is-8"> <div class="column is-8">
<h2> <h2>
<strong class="has-text-white">About</strong>
<strong class="has-text-white">doccano</strong>
</h2> </h2>
<ul> <ul>
<li>
<a href="#">Get doccano</a>
</li>
<li> <li>
<a href="#">Documentation</a> <a href="#">Documentation</a>
</li> </li>
<li> <li>
<a href="#">Live Demo</a> <a href="#">Live Demo</a>
</li> </li>
<li>
<a href="#">Source code</a>
</li>
<li> <li>
<a href="#">Support</a> <a href="#">Support</a>
</li> </li>
@ -190,6 +190,12 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="content has-text-centered">
<p>
<a href="https://github.com/chakki-works/doccano">doccano</a> by <a href="https://github.com/Hironsan">Hironsan</a>.
The source code is licensed <a href="http://opensource.org/licenses/mit-license.php">MIT</a>. <br>
</p>
</div>
</div> </div>
</footer> </footer>
{% endblock %} {% endblock %}
Loading…
Cancel
Save