summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-10-13 12:44:58 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-10-13 12:44:58 +0100
commit1c552f3cc38cd5dc5eed91394cf3a5acf6d702ad (patch)
treeb9c212352c3239d0bf78e224a9168ec73b20b823
parent6ef29467491cd538e90a25f5937567774898f886 (diff)
downloadvirt-tools-1c552f3cc38cd5dc5eed91394cf3a5acf6d702ad.tar.gz
virt-tools-1c552f3cc38cd5dc5eed91394cf3a5acf6d702ad.tar.xz
virt-tools-1c552f3cc38cd5dc5eed91394cf3a5acf6d702ad.zip
Drop news tab and video tutorials column on front page.
At least until we generate some content to go there.
-rw-r--r--website/src/index.html2
-rw-r--r--website/src/style.css3
-rw-r--r--website/templates/globals4
3 files changed, 5 insertions, 4 deletions
diff --git a/website/src/index.html b/website/src/index.html
index 2179190..5a658b6 100644
--- a/website/src/index.html
+++ b/website/src/index.html
@@ -38,6 +38,7 @@ virt-viewer. <a href="[% topdir %]/about/">Find out more ...</a>
</div>
+[%#
<div id="vtmid">
<h2>Video tutorials</h2>
@@ -45,6 +46,7 @@ virt-viewer. <a href="[% topdir %]/about/">Find out more ...</a>
</div>
+%]
<div id="vtright">
<h2>Get started</h2>
diff --git a/website/src/style.css b/website/src/style.css
index 67c31f7..482ba3d 100644
--- a/website/src/style.css
+++ b/website/src/style.css
@@ -27,7 +27,8 @@ div#vtmid {
div#vtright {
width: 16em;
position: absolute;
- left: 35em;
+ /*left: 35em;*/
+ left: 18em;
top: 14em;
}
diff --git a/website/templates/globals b/website/templates/globals
index 79d7d2f..891146e 100644
--- a/website/templates/globals
+++ b/website/templates/globals
@@ -12,17 +12,15 @@ printable_date = date.format
# These are the sections / tabs of the site as they appear in
# the navigation at the top of all pages.
-sections = [ "home", "news", "learning", "faq", "about", "contact" ]
+sections = [ "home", "learning", "faq", "about", "contact" ]
section_titles.home = "Home"
-section_titles.news = "News"
section_titles.learning = "Tutorials and videos"
section_titles.faq = "FAQ"
section_titles.about = "About this site"
section_titles.contact = "Contact us"
section_paths.home = "/"
-section_paths.news = "/news/"
section_paths.learning = "/learning/"
section_paths.faq = "/faq/"
section_paths.about = "/about/"