-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (31 loc) · 1.09 KB
/
index.html
File metadata and controls
33 lines (31 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: default
title: QSearch
---
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h1>QSearch project</h1>
<p>Research and Development project regarding automated information management and search oriented user interfaces developed in partnership by <a href="http://www.quidgest.com">Quidgest SA</a> and <a href="http://www.fct.unl.pt">Faculty of Sciences and Technology from the New University of Lisbon</a></p>
<p>This project is partially funded by the Portuguese Government (QREN)</p>
<p><a href="/about.html" class="btn btn-primary btn-large">Learn more »</a></p>
</div>
<div class="row">
<div class="span4">
<h1>Latest articles</h1>
<ul class="posts unstyled">
{% for post in site.posts %}
<li><span class="blog-date">{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
<!--
<div class="span4">
<h1>Categories</h1>
{% category_list %}
</div>
<div class="span4">
<h1>Tag cloud</h1>
{% tag_cloud %}
</div>
-->
</div>