-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (77 loc) · 3.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sqitch: Sensible database change management</title>
<meta name="description" content="Sqitch is the developer-friendly, confidence-inducing, platform-neutral database change management system." />
<link rel="stylesheet" href="/css/screen.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/img/icon-32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/img/icon-16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/img/sqitch-icon-black.svg" color="#22538e" />
<meta name="msapplication-TileColor" content="#22538e" />
<meta name="theme-color" content="#fcffff" />
<meta name="generator" content="Hugo 0.140.2">
</head>
<body>
<header id=masthead>
<hgroup id="top">
<h1><a href="/"><img src="/img/sqitch-logo-100.png" srcset="/img/sqitch-logo.svg" alt="Sqitch" title="Sqitch" /></a></h1>
</hgroup>
<nav id="bar">
<menu>
<li><a href="/about" title="About Sqitch" class="about">About</a></li>
<li><a href="/docs/" title="Sqitch Manual, tutorials, and presentations" class="docs">Docs</a></li>
<li><a href="/community/" title="Join the Sqitch community" class="community">Community</a></li>
<li><a href="/download/" title="Download and install Sqitch" class="download">Download</a></li>
</menu>
</nav>
</header>
<section id="hi">
<p>Sensible database-native change management for framework-free development and dependable deployment.</p>
<p><a href="/download/" class="download" title="Download and install Sqitch"> Download</a>
<a href="/about/" title="About Sqitch">New to Sqitch?</a></p>
</section>
<main id="home">
<section id="info">
<nav>
<ul>
<li>
<a class="about" href="/about/"><h3>About</h3></a>
<p>What makes Sqitch unique among database migration frameworks.</p>
</li>
<li>
<a class="download" href="/download/"><h3>Download</h3></a>
<p>Binary and source code downloads and installation instructions.</p>
</li>
<li>
<a class="docs" href="/docs/"><h3>Documentation</h3></a>
<p>Command references, tutorials, best practice guides, and more.</p>
</li>
<li>
<a class="community" href="/community/"><h3>Community</h3></a>
<p>Get help, get involved. Issues, mail list, and source repository.</p>
</li>
</ul>
</nav>
</section>
<section id="orgs">
<h3>Organizations and Projects Using Sqitch</h3>
<ul>
<li><a href="https://iovation.com/" title="iovation"><img src="/img/iovation.svg" alt="iovation Logo" /></a></li>
<li><a href="https://taustation.space/" title="Tau Station"><img src="/img/taustation.svg" alt="Tau Station Logo" /></li>
</ul>
</section>
</main>
<footer>
<div class="code">
<a href="/site/">About this Site</a><br />
Corrections, suggestions, and comments <a href="https://github.com/sqitchers/sqitch.org">welcome</a>.
</div>
</footer>
</body>
</html>