Skip to content

Commit

Permalink
Various changes in styles and content
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelm committed Apr 11, 2012
1 parent 975374d commit a41390d
Show file tree
Hide file tree
Showing 8 changed files with 146 additions and 84 deletions.
15 changes: 10 additions & 5 deletions _layouts/default.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<!-- Le styles --> <!-- Le styles -->
<link href="/css/bootstrap.min.css" rel="stylesheet"> <link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet"> <link href="/css/bootstrap-responsive.css" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css" type="text/css" media="screen, projection" /> <link rel="stylesheet" href="/css/styles.css" type="text/css" media="screen, projection" />


<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
Expand Down Expand Up @@ -46,6 +46,7 @@
<ul class="nav"> <ul class="nav">
<li class="active"><a href="/about.html">About</a></li> <li class="active"><a href="/about.html">About</a></li>
<li><a href="/blog.html">Blog</a></li> <li><a href="/blog.html">Blog</a></li>
<li><a href="/roadmap.html">Roadmap</a></li>
<li><a href="/faq.html">FAQ</a></li> <li><a href="/faq.html">FAQ</a></li>
<li><a href="/contact.html">Contact us</a></li> <li><a href="/contact.html">Contact us</a></li>
</ul> </ul>
Expand All @@ -56,10 +57,14 @@


<div class="container"> <div class="container">
{{ content }} {{ content }}

<footer>
<p>&copy; Quidgest 2012</p>
</footer>
</div> </div>

<footer id="footer">
<div class="container">
<span class="pull-right">
<h6>&copy; Quidgest 2012 and FCT/UNL</h6>
</span>
</div>
</footer>
</body> </body>
</html> </html>
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@


<div id="related"> <div id="related">
<h2>Related Posts</h2> <h2>Related Posts</h2>
<ul class="posts"> <ul class="posts unstyled">
{% for post in site.related_posts limit:3 %} {% for post in site.related_posts limit:3 %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li> <li><span class="blog-date">{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
Expand Down
6 changes: 4 additions & 2 deletions about.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ <h1>Overview</h1>
<p>These technologies arise from the necessities of document management users have in order to increase their productivity. The necessities fall into the strategies of information access optimization followed by many companies and e-government applications at international level.</p> <p>These technologies arise from the necessities of document management users have in order to increase their productivity. The necessities fall into the strategies of information access optimization followed by many companies and e-government applications at international level.</p>


<h1>Team</h1> <h1>Team</h1>
<h3>Quidgest</h3>
<ul> <ul>
<h3>Quidgest</h3>
<li>Miguel Marinhas</li> <li>Miguel Marinhas</li>
<li>Filipe Araújo</li> <li>Filipe Araújo</li>
<li>Rodrigo Serafim</li> <li>Rodrigo Serafim</li>
<li>Beatriz Guimarães</li> <li>Beatriz Guimarães</li>
<h3>FCT/UNL</h3> </ul>
<h3>FCT/UNL</h3>
<ul>
<li>João Magalhães</li> <li>João Magalhães</li>
<li>Flávio Martins</li> <li>Flávio Martins</li>
</ul> </ul>
Expand Down
4 changes: 2 additions & 2 deletions blog.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@


<div> <div>
<h1>Blog Posts</h1> <h1>Blog Posts</h1>
<ul class="posts"> <ul class="posts unstyled">
{% for post in site.posts %} {% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li> <li><span class="blog-date">{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
164 changes: 93 additions & 71 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions css/styles.css
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,29 @@
body { body {
padding-top: 60px; padding-top: 60px;
padding-bottom: 40px; padding-bottom: 40px;
}

#footer {
position:fixed;
left:0px;
bottom:0px;
height:50px;
width:100%;
background:#EEE;
}

/* IE 6 */
* html #footer {
position:absolute;
top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

.blog-date {
color: #AAA;
font-family: Monaco, "Courier New", monospace;
}

ul.posts {
list-style-type: none;
margin-bottom: 2em;
} }
4 changes: 2 additions & 2 deletions index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ <h1>QSearch project</h1>


<div> <div>
<h1>Blog Posts</h1> <h1>Blog Posts</h1>
<ul class="posts"> <ul class="posts unstyled">
{% for post in site.posts %} {% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li> <li><span class="blog-date">{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
8 changes: 8 additions & 0 deletions roadmap.html
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: Quidgest
---

<div>
Roadmap content
</div>

0 comments on commit a41390d

Please sign in to comment.