Web improvement ideas

Reword some stuff and change importance of words to try and influence
web crawlers.

Change-Id: I1c5fd67db9ee9a3c001f1228f37bdfb77ae74993
This commit is contained in:
Clark Boylan 2019-09-02 10:02:19 -07:00
parent 0dc670ec5a
commit 2a17220c94
2 changed files with 9 additions and 4 deletions

View File

@ -1803,6 +1803,8 @@ input[type="button"],
background-size: 100% 6em, 100% 6em, auto;
background-repeat: no-repeat, no-repeat, repeat; }
#header h1 {
display: flex;
align-items: center;
padding: 0 0 2em 0;
margin: 0;
text-align: left; }
@ -1810,6 +1812,8 @@ input[type="button"],
font-size: 4em;
letter-spacing: -0.025em;
border: 0; }
#header h1 span {
padding-left: 2em; }
#nav {
cursor: default;

View File

@ -30,13 +30,14 @@
<!-- Logo -->
<h1>
<a href="/"><img id="logo" src="images/logo.svg" alt="Zuul"/></a>
<span>Stop Merging Broken Code</span>
</h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li><a href="users.html">Users</a></li>
<li><a href="users.html">Users</a></li>
<li>
<a href="docs/">Documentation</a>
<ul>
@ -47,7 +48,7 @@
<li><a href="docs/zuul-sphinx/">Zuul Sphinx</a></li>
</ul>
</li>
<li><a href="community.html">Community</a></li>
<li><a href="community.html">Community</a></li>
</ul>
</nav>
</div>
@ -55,7 +56,7 @@
<!-- Banner -->
<section id="banner">
<header>
<h2>Stop Merging Broken Code</h2>
<h2>Open Source Continuous Integration that Scales</h2>
</header>
</section>
@ -73,7 +74,7 @@
<section class="4u 12u(narrower)">
<div class="box highlight">
<i class="icon major fa-pencil"></i>
<h3>CI/CD with Ansible</h3>
<h3>Continuous Integration and Deployment with Ansible</h3>
<p>Use the same Ansible playbooks to deploy your system and run your tests.</p>
</div>
</section>