Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #237 from google/devoncarew_update_site
Browse files Browse the repository at this point in the history
update the web site
  • Loading branch information
sethladd committed Apr 27, 2015
2 parents c303663 + 3934233 commit 19c7edd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 7 additions & 9 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ <h1><span>STAGEHAND</span></h1>
</div>

<div class="container">

<aside class="alert alert-warning">
Stagehand is beta. We love
<a href="https://github.com/google/stagehand/issues">feedback</a>!
</aside>

<h1 id="about">About Stagehand</h1>

<p>Stagehand helps you quickly, easily, and correctly create Dart
Expand All @@ -64,9 +58,9 @@ <h1 id="about">About Stagehand</h1>

<h1 id="get-started">Get Started</h1>

<p>Installing Stagehand requires the Dart SDK, version 1.6 or greater
(Dart 1.7 is highly recommended). Once Dart SDK is on your path, you can
install the stagehand pub package:</p>
<p>Installing Stagehand requires the Dart SDK, version 1.6 or greater.
Once the Dart SDK is on your path, you can install the stagehand pub
package:</p>

<p>
<pre><code>
Expand Down Expand Up @@ -100,6 +94,10 @@ <h1 id="usage">Usage</h1>
<li>web-simple - <em>An absolute bare-bones web app.</em></li>
</ul>

<aside class="alert alert-warning">
Send us Stagehand
<a href="https://github.com/google/stagehand/issues">feedback</a>!
</aside>
</div> <!-- /container -->

<div class="footer">
Expand Down
4 changes: 4 additions & 0 deletions site/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ body {
text-align: center;
}

#template-list li em {
color: #777;
}

@media screen and (min-width: 768px) {
.jumbotron h1 {
font-size: 83px;
Expand Down

0 comments on commit 19c7edd

Please sign in to comment.