Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added meta tags for SEO and improved code formatting #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 15 additions & 11 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.64.1" />
<meta name="generator" content="Hugo 0.64.1" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way.">
<meta name="keywords" content="operator framework, kubernetes, operator" >

<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>


<link rel="stylesheet" href="https://dreamy-archimedes-5e551f.netlify.com/css/main.min.css" />
<link href="https://fonts.googleapis.com/css?family=Overpass:400,800&display=swap" rel="stylesheet"> <title>Welcome to Operator framework</title>
<link href="https://fonts.googleapis.com/css?family=Overpass:400,800&display=swap" rel="stylesheet">
<title>Welcome to Operator framework</title>
</head>
<body>

Expand Down Expand Up @@ -52,7 +56,7 @@ <h3 class="of-heading of-heading--lg">Build</h3>
height="22px" viewBox="0 0 22 22" style="enable-background:new 0 0 22 22;" xml:space="preserve">
<path d="M19.5,8l-7.3-7.6c-0.4-0.4-1.1-0.4-1.5,0L9.3,1.8c-0.4,0.4-0.4,1.1,0,1.6l5.2,5.5H1.1C0.5,8.9,0,9.3,0,10V12 c0,0.6,0.5,1.1,1.1,1.1h13.5l-5.2,5.5c-0.4,0.4-0.4,1.1,0,1.6l1.4,1.5c0.4,0.4,1.1,0.4,1.5,0l9.4-9.9c0.4-0.4,0.4-1.1,0-1.6L19.5,8z "/>
</svg>
</a>
</a>
</div>
</div>
<div class="of-section--homepage-callouts__item of-section--homepage-callouts__item__manage">
Expand All @@ -76,13 +80,13 @@ <h3 class="of-heading of-heading--lg">Discover</h3>
<svg class="of-button__icon" enable-background="new 0 0 22 22" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="M19.5,8l-7.3-7.6c-0.4-0.4-1.1-0.4-1.5,0L9.3,1.8c-0.4,0.4-0.4,1.1,0,1.6l5.2,5.5H1.1C0.5,8.9,0,9.3,0,10V12 c0,0.6,0.5,1.1,1.1,1.1h13.5l-5.2,5.5c-0.4,0.4-0.4,1.1,0,1.6l1.4,1.5c0.4,0.4,1.1,0.4,1.5,0l9.4-9.9c0.4-0.4,0.4-1.1,0-1.6L19.5,8z "/>
</svg>
</a>
</a>
</div>
</div>
</div>
</section>
<section class="of-section of-section-whats-operator">
<aside class="of-section-whats-operator__video">Video here</aside>
<aside class="of-section-whats-operator__video">Video here</aside>
<div class="of-section-whats-operator__content">
<h2 class="of-heading of-heading--lg">What is an Operator?</h2>
<p>The goal of an Operator is to put operational knowledge into software. Previously this knowledge only resided in the minds of administrators, various combinations of shell scripts or automation software like Ansible. It was outside of your Kubernetes cluster and hard to integrate. With Operators, CoreOS changed that.</p>
Expand Down Expand Up @@ -120,7 +124,7 @@ <h2 class="of-heading of-heading--lg">Contribute!</h2>
C25,5.7,19.4,0,12.5,0z"/>
</svg>
</header>

<p class="of-section__contribute__content">The Operator Framework and its components are open source, so please feel encouraged to jump into each individually and learn what else you can do. If you want to discuss your experience, have questions, or want toget involved, join the <a href="" class="of-link of-link--inline">Operator Framework mailing list</a> and visit us on <a href="" class="of-link of-link--inline">GitHub</a>.</p>
</section>
</body>
Expand Down Expand Up @@ -187,7 +191,7 @@ <h4 class="of-heading of-heading--sm">Connect with us!</h4>
</svg>



</a></li>
<li class="of-link-list__li">
<a class="of-link-list__a" href="#" aria-label="Slack">
Expand All @@ -206,7 +210,7 @@ <h4 class="of-heading of-heading--sm">Connect with us!</h4>
c0.7-0.2,1.4,0.1,1.6,0.8l0.5,1.6l1.6-0.5C16.9,6,17.6,6.4,17.8,7C18,7.7,17.7,8.4,17,8.6l-1.6,0.5l1,3.1l1.6-0.5
c0.7-0.2,1.4,0.1,1.6,0.8C19.8,13.1,19.5,13.8,18.8,14.1 M13.1,9.9L9.9,11l1,3.1l3.2-1.1L13.1,9.9z"/>
</svg>

</a></li>
</ul>
</div>
Expand All @@ -217,4 +221,4 @@ <h4 class="of-heading of-heading--sm">Connect with us!</h4>
<li class="of-link-list__li"><a href="">Terms of Use</a></li>
</ul>
</div>
</footer>
</footer>