-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (40 loc) · 2.34 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Aquifer for Drupal</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="app.css">
</head>
<body>
<header>
<img id="branding" title="Aquifer for Drupal" alt="Aquifer for Drupal" src="branding/aquifer-logo-drupal.svg"/>
</header>
<section id="main">
<h1>What is Aquifer?</h1>
<p class="lead">Aquifer is a command line interface that makes it easy to scaffold, build, test, and deploy your Drupal websites. It provides a default set of tools that allow you to develop, and build Drupal sites using the Drush-make workflow. In addition, Aquifer ships with an extensions system that allows you to add additional tools to your project.</p>
<h2>Get started!</h2>
<p>Aquifer is extremely easy to use. Follow these links to get up and running!</p>
<a class="btn" href="http://docs.aquifer.io/sections/quickstart-guide.html">Quick-start Guide</a>
<a class="btn" href="http://docs.aquifer.io">Documentation</a>
<a class="btn" href="https://github.com/aquifer/aquifer">Github</a>
<a class="btn" href="https://www.npmjs.com/package/aquifer">NPM</a>
<a class="btn" href="https://twitter.com/aquifer_io">Twitter</a>
</section>
<footer>
<h2>Special thanks to...</h2>
<p>These humanoids (in alphabetical order) are responsible for creating and maintaining Aquifer:</p>
<ul>
<li><a href="https://github.com/JeffTomlinson">Jeff Tomlinson</a></li>
<li><a href="https://github.com/fluxsauce">Jon Peck</a></li>
<li><a href="https://github.com/mattgrill">Matt Grill</a></li>
<li><a href="https://github.com/patrickocoffeyo">Patrick Coffey</a></li>
<li><a href="https://github.com/chasingmaxwell">Peter Sieg</a></li>
</ul>
<h2>Credits and usage</h2>
<p>Aquifer is a trademark of <a href="https://fourkitchens.com">Four Kitchens, LLC</a>. You are free to use the logo to promote the Aquifer product as long as you do not modify it in any way.</p>
<p>Drupal is a <a href="http://drupal.com/trademark">registered trademark</a> of <a href="http://buytaert.net/">Dries Buytaert.</a></p>
<p>Built with love by <a href="http://fourkitchens.com">Four Kitchens</a>
</footer>
</body>
</html>