diff mbox series

[qemu-web,1/6] Compress the two front page headings into one

Message ID 20210908122814.707744-2-berrange@redhat.com
State New
Headers show
Series Small header/footer layout changes | expand

Commit Message

Daniel P. Berrangé Sept. 8, 2021, 12:28 p.m. UTC
The current headings are repetative and waste vertical screen real
estate which could hold more useful content.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 index.html | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/index.html b/index.html
index e52868d..ad7624f 100644
--- a/index.html
+++ b/index.html
@@ -8,17 +8,13 @@  colorbox: True
 	<div id="header">
 		<div class="container">
 			<h1>QEMU</h1>
-			<span class="tag">the FAST! processor emulator</span>
+			<span class="tag">A generic and open source machine emulator and virtualizer</p>
 		</div>
 	</div>
 	
 <!-- Featured -->
 <div id="featured">
 	<div class="container">
-		<header>
-			<h2>What is QEMU?</h2>
-			<p>QEMU is a generic and open source machine emulator and virtualizer.</p>
-		</header>
 		<div class="row">
 			<section class="4u">
 				<div class="pennant">{% include screenshot.html offset=0 limit=1 %}</div>