Skip to content

Commit

Permalink
adding a simple holding page
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Apr 7, 2019
1 parent b096383 commit 206d3e0
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kubernetes JSON Schema</title>
<style>
body {
background: #002b36;
color: #93a1a1;
font-family: monospace;
padding: 40px 20px;
text-align: center;
}
main {
font-size: 180%;
}
h1 {
color: #fff;
}
i {
color: #719e07;
}
p {
margin-bottom: 2em;
}
a {
color: #93a1a1;
text-decoration: none;
}
a:hover {
color: #fff
}
ul {
list-style: none;
padding: 0;

}
ul li {
margin-bottom: 1em;
}
footer {
margin-top: 10em;
font-size: 140%;
}
</style>
</head>
<body>
<main>

<img src="kubernetes_logo.png" width="150">
<h1>Kubernetes JSON Schema</h1>

<p>Individual JSON Schemas for all of the Kubernetes objects</p>

<ul>
<li><a href="https://kubernetesjsonschema.dev/v1.14.0/deployment-apps-v1.json">kubernetesjsonschema.dev/v1.14.0/deployment-apps-v1.json</a></li>
<li><a href="https://kubernetesjsonschema.dev/v1.10.3-standalone/service-v1.json">kubernetesjsonschema.dev/v1.10.3-standalone/service-v1.json</a></li>
</ul>
</main>

<footer>
<p>See <a href="https://github.com/instrumenta/kubernetes-json-schema">github.com/instrumenta/kubernetes-json-schema</a> for more information.</p>

</footer>

</body>
</html>
Binary file added kubernetes_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 206d3e0

Please sign in to comment.