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 @@ ...@@ -10,7 +10,6 @@
<link rel="stylesheet" href="http://flutter.io/css/main.css"> <link rel="stylesheet" href="http://flutter.io/css/main.css">
<link rel="canonical" href="http://docs.flutter.io/"> <link rel="canonical" href="http://docs.flutter.io/">
<link rel="shortcut icon" href="http://flutter.io/favicon.ico"> <link rel="shortcut icon" href="http://flutter.io/favicon.ico">
<script> <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (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), (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
...@@ -19,9 +18,7 @@ ...@@ -19,9 +18,7 @@
ga('create', 'UA-67589403-2', 'auto'); ga('create', 'UA-67589403-2', 'auto');
ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>
<style> <style>
.page-content { .page-content {
padding: 15px 0 15px 0; padding: 15px 0 15px 0;
...@@ -31,8 +28,7 @@ ...@@ -31,8 +28,7 @@
font-size: 20px; font-size: 20px;
} }
</style> </style>
</head> </head>
<body> <body>
<header class="site-header"> <header class="site-header">
<div class="wrapper"> <div class="wrapper">
...@@ -48,8 +44,7 @@ ...@@ -48,8 +44,7 @@
<!-- TODO: search --> <!-- TODO: search -->
</nav> </nav>
</div> </div>
</header> </header>
<div class="page-content"> <div class="page-content">
<div class="wrapper"> <div class="wrapper">
<div class="post"> <div class="post">
...@@ -57,42 +52,33 @@ ...@@ -57,42 +52,33 @@
</header> </header>
<article class="post-content"> <article class="post-content">
<p><a href="http://flutter.io">Flutter</a> is a new project to help developers <p><a href="http://flutter.io">Flutter</a> is a new project to help developers
build high-performance, high-fidelity, build high-performance, high-fidelity,
mobile apps for iOS and Android mobile apps for iOS and Android
from a single codebase. from a single codebase.
<em>Flutter is an early-stage open-source project.</em></p> <em>Flutter is an early-stage open-source project.</em>
</p>
<h3>APIs</h3> <h3>APIs</h3>
<dl> <dl>
<dt><a href="/flutter/">flutter</a></dt> <dt><a href="/flutter/">flutter</a></dt>
<dd>The main Flutter framework libraries.</dd> <dd>The main Flutter framework libraries.</dd>
</dl> </dl>
<h3>Supporting Packages</h3> <h3>Supporting Packages</h3>
<dl> <dl>
<dt><a href="/flutter_test/">flutter_test</a></dt> <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> <dt><a href="/cassowary/">cassowary</a></dt>
<dd>An implementation of the Cassowary constraint solving algorithm.</dd> <dd>An implementation of the Cassowary constraint solving algorithm.</dd>
<dt><a href="/newton/">newton</a></dt> <dt><a href="/newton/">newton</a></dt>
<dd>Simple physics simulations.</dd> <dd>Simple physics simulations.</dd>
<dt><a href="/playfair/">playfair</a></dt> <dt><a href="/playfair/">playfair</a></dt>
<dd>A simple charting library for Flutter.</dd> <dd>A simple charting library for Flutter.</dd>
</dl> </dl>
</article> </article>
</div> </div>
</div> </div>
</div> </div>
<footer class="site-footer"> <footer class="site-footer">
<div class="wrapper"> <div class="wrapper">
<div class="footer-col-wrapper"> <div class="footer-col-wrapper">
<div class="footer-col footer-col-all"> <div class="footer-col footer-col-all">
<div class="logo"> <div class="logo">
...@@ -114,8 +100,7 @@ from a single codebase. ...@@ -114,8 +100,7 @@ from a single codebase.
<path style="fill:#7F9DFF;stroke:#FFFFFF" <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"/> 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> </svg>
</div> </div>
<ul class="contact-list"> <ul class="contact-list">
<li>Flutter</li> <li>Flutter</li>
</ul> </ul>
...@@ -134,10 +119,7 @@ from a single codebase. ...@@ -134,10 +119,7 @@ from a single codebase.
</p> </p>
</div> </div>
</div> </div>
</div> </div>
</footer>
</footer>
</body> </body>
</html> </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