summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"