Commit 24cdc2cc authored by Devon Carew's avatar Devon Carew

Merge pull request #1041 from devoncarew/docs

tweak the doc/index.html page
parents 1d3e7515 8cc229b5
......@@ -10,7 +10,6 @@
<link rel="stylesheet" href="http://flutter.io/css/main.css">
<link rel="canonical" href="http://docs.flutter.io/">
<link rel="shortcut icon" href="http://flutter.io/favicon.ico">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
......@@ -19,9 +18,7 @@
ga('create', 'UA-67589403-2', 'auto');
ga('send', 'pageview');
</script>
<style>
.page-content {
padding: 15px 0 15px 0;
......@@ -31,8 +28,7 @@
font-size: 20px;
}
</style>
</head>
</head>
<body>
<header class="site-header">
<div class="wrapper">
......@@ -48,8 +44,7 @@
<!-- TODO: search -->
</nav>
</div>
</header>
</header>
<div class="page-content">
<div class="wrapper">
<div class="post">
......@@ -57,42 +52,33 @@
</header>
<article class="post-content">
<p><a href="http://flutter.io">Flutter</a> is a new project to help developers
build high-performance, high-fidelity,
mobile apps for iOS and Android
from a single codebase.
<em>Flutter is an early-stage open-source project.</em></p>
build high-performance, high-fidelity,
mobile apps for iOS and Android
from a single codebase.
<em>Flutter is an early-stage open-source project.</em>
</p>
<h3>APIs</h3>
<dl>
<dt><a href="/flutter/">flutter</a></dt>
<dd>The main Flutter framework libraries.</dd>
</dl>
<h3>Supporting Packages</h3>
<dl>
<dt><a href="/flutter_test/">flutter_test</a></dt>
<dd>Testing library for Flutter, built on top of package:test.</dd>
<dd>Testing library for Flutter, built on top of <code>package:test</code>.</dd>
<dt><a href="/cassowary/">cassowary</a></dt>
<dd>An implementation of the Cassowary constraint solving algorithm.</dd>
<dt><a href="/newton/">newton</a></dt>
<dd>Simple physics simulations.</dd>
<dt><a href="/playfair/">playfair</a></dt>
<dd>A simple charting library for Flutter.</dd>
</dl>
</article>
</div>
</div>
</div>
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col footer-col-all">
<div class="logo">
......@@ -114,8 +100,7 @@ from a single codebase.
<path style="fill:#7F9DFF;stroke:#FFFFFF"
d="M75.3978821637,72.3585776826 C67.6445429637,78.2751666966 36.8970328207,27.9635637636 41.1740052107,24.9553794406 C45.5338006747,22.0644831736 82.2169468337,67.6594945666 75.3978821637,72.3585776826 z"/>
</svg>
</div>
</div>
<ul class="contact-list">
<li>Flutter</li>
</ul>
......@@ -134,10 +119,7 @@ from a single codebase.
</p>
</div>
</div>
</div>
</footer>
</footer>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment