spisupat commited on
Commit
ae3982d
·
verified ·
1 Parent(s): a7a2b39

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +16 -0
index.html CHANGED
@@ -20,6 +20,15 @@
20
  <script src="./static/js/bulma-carousel.min.js"></script>
21
  <script src="./static/js/bulma-slider.min.js"></script>
22
  <script src="./static/js/index.js"></script>
 
 
 
 
 
 
 
 
 
23
  </head>
24
  <body>
25
 
@@ -184,6 +193,13 @@
184
  </figure>
185
  </div>
186
  </div>
 
 
 
 
 
 
 
187
  </div>
188
  </div>
189
  </section>
 
20
  <script src="./static/js/bulma-carousel.min.js"></script>
21
  <script src="./static/js/bulma-slider.min.js"></script>
22
  <script src="./static/js/index.js"></script>
23
+ .report-link {
24
+ text-align: center;
25
+ padding: 2rem 0;
26
+ font-size: 1.2rem;
27
+ }
28
+ .report-link a {
29
+ font-weight: 600;
30
+ text-decoration: underline;
31
+ }
32
  </head>
33
  <body>
34
 
 
193
  </figure>
194
  </div>
195
  </div>
196
+ <div class="columns is-centered">
197
+ <div class="column is-four-fifths">
198
+ <div class="report-link">
199
+ Read the full technical report <a href="arxiv_submitted.pdf" target="_blank">here</a>
200
+ </div>
201
+ </div>
202
+ </div>
203
  </div>
204
  </div>
205
  </section>