summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-06-06 18:09:21 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2012-06-06 18:20:19 +0200
commitbcc5d768dea401b553d493e9a48edebadefe47e1 (patch)
treebaf6caeee0e86818500051188634f822fa81bc29
parenta30cf9bdb09e876c3d305c5e156e893b5b91d0b5 (diff)
Add legalese, fix site family header, adjust sidebar.
Change-Id: I4d2f5d639f0e77dd571b3434ed7a7a46e7bd159e Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
-rw-r--r--template.qt26
-rw-r--r--website/style.css11
2 files changed, 26 insertions, 11 deletions
diff --git a/template.qt b/template.qt
index bedcc06..ce2cb26 100644
--- a/template.qt
+++ b/template.qt
@@ -16,13 +16,11 @@
<div class="top-line">
<div class="wrapper">
<a href="/" class="logo">Planet Qt</a>
- <ul class="main-menu">
- <li><a href="http://www.qt-project.org">Qt HOME</a></li>
- <li class="active"><a href="http://planet.qt-project.org">PLANET</a></li>
- <li><a href="http://labs.qt.nokia.com">LABS</a></li>
- <li><a href="http://docs.qt.nokia.com">DOC</a></li>
- <li><a href="http://blog.qt.nokia.com">BLOG</a></li>
- <li><a href="http://shop.qt.nokia.com">SHOP</a></li>
+ <ul class="main-menu">
+ <li><a href="http://qt-project.org/">Qt Home</a></li>
+ <li><a href="https://bugreports.qt-project.org/">Bug Tracker</a></li>
+ <li><a href="https://codereview.qt-project.org/">Code Review</a></li>
+ <li class="active"><a href="http://planet.qt-project.org">Planet Qt</a></li>
</ul>
<fieldset>
<input type="text" />
@@ -46,16 +44,24 @@
<aside>
<a href="rss20.xml" class="rss-feed">RSS</a>
<h3>About Planet Qt</h3>
- <p>The Qt Planet is an aggregator for Qt related blogs, regardless of who the author is. All who blog in English about Qt can either add their complete RSS feed or a feed based on a specific category or tag for those blogging about multiple topics. All you need to do is clone the <a href="https://codereview.qt-project.org/#admin,project,www/planetqt,info">planetqt repo</a>, add your feed's address, and create a merge request. Feed readers can read Planet Qt with <a href="rss20.xml">RSS</a>, <a href="foafroll.xml">FOAF</a> or <a href="opml.xml">OPML</a></p>
+ <p>The Qt Planet is an aggregator for Qt related blogs, regardless of who the author is. The opinions it contains are those of the respective author. This site is powered by <a href="http://offog.org/code/rawdog.html">Rawdog</a> and <a href="https://launchpad.net/rawdog-rss">Rawdog RSS</a>. Feed readers can read Planet Qt with <a href="rss20.xml">RSS</a>, <a href="foafroll.xml">FOAF</a> or <a href="opml.xml">OPML</a></p>
<h3>Join us</h3>
<ul class="icon-links">
<li class="qtproject-twitter"><a href="http://twitter.com/qtproject">@qtproject</a></li>
<li class="qtproject-gplus"><a href="https://plus.google.com/104580575722059274792">Qt Project</a></li>
<li class="qt-meetup"><a href="http://www.meetup.com/QtEverywhere/">Qt Meetups</a></li>
</ul>
- <h3>Subscriptions</h3>
+ <h3>Contributing</h3>
+ <p>All who blog in English about Qt can either add their complete RSS feed or a feed based on a specific category or tag for those blogging about multiple topics. All you need to do is clone the <a href="https://codereview.qt-project.org/#admin,project,www/planetqt,info">Planet Qt repository</a>, add your feed's address, and put your change up for <a href="http://qt-project.org/wiki/Code_Reviews">review</a>.</p>
+ <h3>Subscriptions</h3>
__feedlist__
</aside>
- </div>
+ </div>
+ <div class="copyright-wrapper">
+ <p>© 2012 Qt Project Hosting. Qt® and the Qt logo is a registered trade mark of Nokia Corporation and/or its subsidiaries and is used pursuant to a license from Nokia Corporation and/or its subsidiaries.<br />
+ All other trademarks are property of their respective owners. <a href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a><br />
+ This site is hosted by <a href="http://gitorious.org">Gitorious AS.</a> Your use of this web site is governed by <a href="http://en.gitorious.org/tos/">these terms of service.</a></p>
+ <p>Qt Project Hosting, P.O. Box 4332 Nydalen, 0402 Oslo, Norway. Phone: +47 21 60 27 32. Org. Nr. 997 447 913</p>
+ </div>
</div>
</html>
diff --git a/website/style.css b/website/style.css
index d8b11b0..f5e1644 100644
--- a/website/style.css
+++ b/website/style.css
@@ -257,12 +257,21 @@ article time span {
}
header h2 a {
- text-decoration: none;
+ text-decoration: none;
font-size: 36px;
color: #44a51c;
line-height: 1.2em;
}
+.copyright-wrapper {
+ font-size: 10px;
+ color: #555;
+ text-align: center;
+ margin-top: 20px;
+ padding: 5px;
+ line-height: 1.5;
+}
+
@media handheld, only screen and (max-width: 600px) {