Skip to content

Commit

Permalink
optimize important use
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed May 2, 2015
1 parent a70a2a3 commit 9cc21d7
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Sergey Pimenov",
"name": "metro",
"version": "3.0.0",
"version": "3.0.2",
"description": "The front-end framework for developing responsive, mobile projects on the web in Windows Metro Style.",
"keywords": [
"css",
Expand Down
Binary file added docs/images/phpstorm_7_eap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 53 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,29 @@
<br />
<br />
<h1 style="font-size: 4.5rem; line-height: 1" class="text-shadow">Metro UI CSS 3.0</h1>
<div class="padding50 sub-leader text-light">
<div class="padding30 sub-leader text-light">
The front-end framework for developing projects on the web in Windows Metro Style
</div>

<!--
<div class="align-center clear-float">
<h1>time left</h1>
<div class="countdown" data-role="countdown" data-stop="2015-05-01" data-label-color="fg-white" data-divider-color="fg-white" style="font-size: 2rem"></div>
</div>
-->
<p class="" style="margin-top: 10px; padding: 0 50px">
Metro UI CSS developed with the advice of Microsoft to build the user interface and include: general styles, grid, layouts, typography, 20+ components, 300+ built-in icons.
Metro UI CSS build with {LESS}. Metro UI CSS is open source and has MIT licensing model.
</p>

<div class="margin60">
<a class="button block-shadow info" href="https://github.com/olton/Metro-UI-CSS/archive/3.0.0-beta.1.zip">Download Now</a>
<a class="button block-shadow info" href="https://github.com/olton/Metro-UI-CSS">Source on Github</a>
<a class="button block-shadow info" href="https://github.com/olton/Metro-UI-CSS/tree/metrouicss-2x">Source v2</a>
<div class="clear-float">
<a class="button block-shadow info" href="https://github.com/olton/Metro-UI-CSS/archive/3.0.0-beta.1.zip">Download Now</a>
<a class="button block-shadow info" href="https://github.com/olton/Metro-UI-CSS">Source on Github</a>
<a class="button block-shadow info" href="https://github.com/olton/Metro-UI-CSS/tree/metrouicss-2x">Source v2</a>
</div>
<br />
<div class="align-center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="8JQAAX78EMT4E">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</div>

<small>Currently v3.0.0. Documentation for v2 can be found <a class="fg-yellow" href="http://metroui.org.ua/v2/">here</a></small>
Expand Down Expand Up @@ -202,6 +210,40 @@ <h1>Hello world!</h1>
</div>
</div>
</div>

<div class="bg-steel no-tablet-portrait no-phone">
<div class="container padding20 fg-white">
<div class="carousel bg-transparent" data-role="carousel" data-controls="false" data-markers="false" data-effect="fade" data-height="200">
<div class="slide fg-white">
<div class="place-left" style="margin-right: 20px">
<img src="images/css-logo.png" style="height: 200px">
</div>
<h1>Developed with advice</h1>
<p>Metro UI CSS developed with the advice of Microsoft to build the user interface and include: general styles, grid, layouts, typography, 20+ components, 300+ built-in icons.</p>
<p>Metro UI CSS build with {LESS}. Metro UI CSS is open source and has MIT licensing model.</p>
</div>

<div class="slide fg-white">
<div class="place-left" style="margin-right: 20px">
<img src="images/bizspark_b_2.png" style="height: 200px">
</div>
<h1>BizSpark Startup</h1>
<p>Metro UI CSS is a BizSpark Startup. Microsoft BizSpark is a global program that helps software startups succeed by giving them access to software development tools, connecting them with key industry players, and providing marketing visibility.</p>
<p>BizSpark provides free software, support, and visibility to help startups succeed. Join BizSpark and become part of a global community that has over 50,000 members in 100+ countries.</p>
<a class="button primary" href="http://bizspark.com">Join the BizSpark Program now</a>
</div>

<div class="slide fg-white">
<div class="place-left" style="margin-right: 20px">
<img src="images/phpstorm_7_eap.png" style="height: 200px">
</div>
<h1>Thanks to JetBrains</h1>
<p>Thanks to the company JetBrains for supporting the project in the form of a license for a great product PhpStorm.</p>
<a class="button success" href="http://www.jetbrains.com/phpstorm/">Get PhpStorm now!</a>
</div>
</div>
</div>
</div>
</div>

<!-- hit.ua -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Sergey Pimenov",
"name": "metro",
"version": "3.0.0",
"version": "3.0.2",
"description": "The front-end framework for developing responsive, mobile projects on the web in Windows Metro Style.",
"keywords": [
"css",
Expand Down

0 comments on commit 9cc21d7

Please sign in to comment.