From: Daniel P. Berrange Date: Tue, 25 Oct 2016 14:55:39 +0000 (+0200) Subject: docs: redo style of front page X-Git-Tag: v2.5.0-rc1~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e0f3671914590b33ba9f770da52e6a8ad050db;p=thirdparty%2Flibvirt.git docs: redo style of front page Use a large logo banner across the front page. Tile the three lists of links into three panels Signed-off-by: Daniel P. Berrange --- diff --git a/docs/404.html.in b/docs/404.html.in index 5b771bb156..8942864c21 100644 --- a/docs/404.html.in +++ b/docs/404.html.in @@ -15,10 +15,5 @@ locate the content on this site or mailing list archives -

- libvirt Logo -

- - diff --git a/docs/Makefile.am b/docs/Makefile.am index 0bc9b6f7d2..8f12eb1db4 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -85,7 +85,6 @@ logofiles = \ png = \ 32favicon.png \ - libvirtLogo.png \ libvirt-net-logical.png \ libvirt-net-physical.png \ libvirt-daemon-arch.png \ @@ -379,7 +378,6 @@ install-data-local: for file in $(devhelphtml) $(devhelppng) $(devhelpcss); do \ $(INSTALL) -m 0644 $(srcdir)/$${file} $(DESTDIR)$(DEVHELP_DIR) ; \ done - $(INSTALL_DATA) $(srcdir)/libvirtLogo.png $(DESTDIR)$(pkgdatadir) uninstall-local: for f in $(css) $(dot_html) $(gif) $(png); do \ @@ -396,4 +394,3 @@ uninstall-local: for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \ rm -f $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \ done - rm -f $(DESTDIR)$(pkgdatadir)/libvirtLogo.png diff --git a/docs/index.html.in b/docs/index.html.in index c4025de101..b151cea2cf 100644 --- a/docs/index.html.in +++ b/docs/index.html.in @@ -1,10 +1,11 @@ - +

The virtualization API

-

libvirt is:

+
+

libvirt is

  • @@ -36,8 +37,10 @@ of their contributions.
+
-

libvirt supports:

+
+

libvirt supports

  • @@ -85,7 +88,10 @@
-

libvirt provides:

+
+ +
+

libvirt provides

  • Remote management using TLS encryption and x509 certificates
  • @@ -95,9 +101,9 @@
  • Management of virtual machines, virtual networks and storage
  • Portable client API for Linux, Solaris and Windows
+
+ +
-

- libvirt Logo -

diff --git a/docs/libvirt.css b/docs/libvirt.css index 573d7e9db6..dfa7b58b01 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -473,3 +473,32 @@ h5:hover > a.headerlink, h6:hover > a.headerlink { visibility: visible; } + +div.panel { + width: 24%; + margin-left: 7%; + float: left; + background: rgb(230, 230, 230); +} + +div.panel h2 { + margin-top: 0px; + padding: 0.5em; + padding-left: 1em; + padding-right: 1em; + background: rgb(0, 95, 97); + color: rgb(255, 255, 255); + text-align: center; +} + +body.index h1 { + border: 0px; + text-indent: 100%; white-space: nowrap; overflow: hidden; + background: url(logos/logo-banner-dark-800.png) no-repeat center center; + height: 300px; +} + +br.clear { + clear: both; + border: 0px; +} diff --git a/docs/libvirtLogo.png b/docs/libvirtLogo.png deleted file mode 100644 index 56236fe490..0000000000 Binary files a/docs/libvirtLogo.png and /dev/null differ diff --git a/docs/libvirtLogo404.png b/docs/libvirtLogo404.png deleted file mode 100644 index 059c0ebecc..0000000000 Binary files a/docs/libvirtLogo404.png and /dev/null differ diff --git a/docs/page.xsl b/docs/page.xsl index 70c06a2d18..e3b8d5bf15 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -141,6 +141,11 @@ + + + + +