From 1c552f3cc38cd5dc5eed91394cf3a5acf6d702ad Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 13 Oct 2010 12:44:58 +0100 Subject: Drop news tab and video tutorials column on front page. At least until we generate some content to go there. --- website/src/index.html | 2 ++ website/src/style.css | 3 ++- website/templates/globals | 4 +--- 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. Find out more ... +[%#

Video tutorials

@@ -45,6 +46,7 @@ virt-viewer. Find out more ...
+%]

Get started

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/" -- cgit