Commit fe479115 authored by D.H.D. Nguyen's avatar D.H.D. Nguyen
Browse files

update start

parent 6b4d8962
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -6,11 +6,15 @@
{% block title %} Homepage {% endblock %}

{% block navbar %}
<div class="navbar-nav-scroll">
  <ul class="navbar-nav bd-navbar-nav flex-row" style="list-style-type:none; position: absolute; top: 0; right:30pt">
<div class="navbar-nav-scroll " style=" padding-left: 75%;">
  <ul class="navbar-nav bd-navbar-nav flex-row" style="list-style-type:none;">
    <li class="nav-item active">
      <a class="nav-link col-xs-4"  href="{{url_for('start')}}" style="font-size: 20px; color: green"> <b> Home </b> </a>
    </li>
    <li class="nav-item">
      <a class="nav-link col-xs-4"  href="{{url_for('user.main')}}" style="font-size: 20px; color: green">  User </a>
    </li>
    <li class="nav-item">
      <a class="nav-link col-xs-4"  href="{{url_for('annotator.login')}}" style="font-size: 20px; color: green"> Annotator </a>
    </li>
  </ul>
@@ -18,14 +22,14 @@
{% endblock %}

{% block content %}
<div style="position: absolute; top: 7%">
<div >
  <div class="form-group col-md-12">
    <div class=" alert alert-success" role="alert">
    	<h1> <b> Welcome! </b> </h1>
      <h4>This is a simple website using <a href="https://saifmohammad.com/WebPages/BestWorst.html" target="_blank" rel="noopener noreferrer" style="text-decoration-line: underline; text-decoration-style: dotted; color: darkgreen;"> <strong> Best-Worst-Scaling</strong></a> for evaluating items. </h4>
      <hr>
      <ul>
        <li>If you come here as a user who wants to get your datas through this method evaluated, click on <strong> User</strong>-Button! </li>
        <li>If you come here as a user who wants to get your data through this method evaluated, click on <strong> User</strong>-Button! </li>
        <li> If you are an annotator who wants to submit the annotation for a given project, click on <strong> Annotator</strong>-Button!</li>
      </ul>
    </div>
@@ -47,7 +51,7 @@
</div>

<footer>
  <div class="footer-copyright text-center"  style="position: absolute; bottom: 1%; left: 35%; color: grey; font-size: 10pt">
  <div class="footer-copyright text-center"  style="position: absolute; bottom: 0; width:100%; background: green; height: 20px; color: lightgrey; font-size: 10pt">
    &copy;2020, D. Nguyen, M. Charniuk, S. Safdel., Web Interface for Best-Worst-Scaling
  </div>
</footer>