Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
1.0.3beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
ldoubleuz committed Aug 19, 2013
1 parent a08b0fc commit 17105e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2beta
1.0.3beta
6 changes: 3 additions & 3 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<article>
<header class="site-header">

<h1 id="mark"><img class="logo" src="site/img/logo.png">Brick<small> 1.0.2beta</small></h1>
<h1 id="mark"><img class="logo" src="site/img/logo.png">Brick<small> 1.0.3beta</small></h1>
<h2>UI Components for Modern Web Apps</h2>


Expand All @@ -39,11 +39,11 @@ <h2>UI Components for Modern Web Apps</h2>
</header>

<h1>Documentation</h1>
<h2>Version 1.0.2beta</h2>
<h2>Version 1.0.3beta</h2>

<h1><b>Usage</b></h1>
<p>To include Brick in your project, include your downloaded stylesheet and script files in your project's page like normal:
<pre class="prettyprint">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;brick-1.0.2beta.css&quot;/&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;brick-1.0.2beta.js&quot;&gt;&lt;/script&gt;</pre>
<pre class="prettyprint">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;brick-1.0.3beta.css&quot;/&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;brick-1.0.3beta.js&quot;&gt;&lt;/script&gt;</pre>
</p>
<p>Using any of Brick's components is as simple as including the respective tag in your HTML markup. (See individual component docs for details.)</p>
<p><b>Important:</b> To run code relying on any of Brick's tags, make sure to wait until the x-tags library's <code class="prettyprint">"DOMComponentsLoaded"</code> event instead of just <code>window.onload</code>:</p>
Expand Down
6 changes: 3 additions & 3 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<article>
<header class="site-header">

<h1 id="mark"><img class="logo" src="site/img/logo.png">Brick<small> 1.0.2beta</small></h1>
<h1 id="mark"><img class="logo" src="site/img/logo.png">Brick<small> 1.0.3beta</small></h1>
<h2>UI Components for Modern Web Apps</h2>


Expand All @@ -39,9 +39,9 @@ <h2>UI Components for Modern Web Apps</h2>

<section>
<h1>All Components</h1>
<a class="download" href="https://github.com/mozilla/brick/releases/download/1.0.2beta/brick-1.0.2beta.zip">
<a class="download" href="https://github.com/mozilla/brick/releases/download/1.0.3beta/brick-1.0.3beta.zip">
<h3>Download Brick</h3>
<small>version 1.0.2beta &mdash; 133K</small>
<small>version 1.0.3beta &mdash; 133K</small>
</a>
</section>

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<article>
<header class="site-header">

<h1 id="mark"><img class="logo" src="site/img/logo.png">Brick<small> 1.0.2beta</small></h1>
<h1 id="mark"><img class="logo" src="site/img/logo.png">Brick<small> 1.0.3beta</small></h1>
<h2>UI Components for Modern Web Apps</h2>


Expand Down Expand Up @@ -80,7 +80,7 @@ <h3>JavaScript</h3>
<h1>Start Stacking</h1>
<a class="download" href="download.html">
<h3>Download Brick</h3>
<small>version 1.0.2beta &mdash; 133K</small>
<small>version 1.0.3beta &mdash; 133K</small>
</a>
</div>
<div class="two-up">
Expand Down

0 comments on commit 17105e1

Please sign in to comment.