Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
24cdc2cc
Commit
24cdc2cc
authored
Dec 30, 2015
by
Devon Carew
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1041 from devoncarew/docs
tweak the doc/index.html page
parents
1d3e7515
8cc229b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
109 additions
and
127 deletions
+109
-127
index.html
doc/index.html
+109
-127
No files found.
doc/index.html
View file @
24cdc2cc
...
...
@@ -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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment