-
Notifications
You must be signed in to change notification settings - Fork 3
/
how.php
30 lines (24 loc) · 1.32 KB
/
how.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php include 'shared/head.php'?>
<header class="site_header">
<h1>How does Axle work?</h1>
</header>
<section class="body_call_to_action">
<ul>
<li><h3>Pssst ... click here to see the code. </h3></li>
<li><a href="http://github.com/blackfalcon/axle.less" class="button">Git it today!</a></li>
</ul>
</section>
<?php include 'shared/body_navbar.php'?>
<section class="page_content lower_content">
<aside class="twitter_feed">
<?php include 'shared/twitter.php'?>
</aside>
<article class="main_article">
<h5>Axle.LESS, the missing OOCSS guide</h5>
<p>I am sure many of you out there are asking how you would actually use this in your process and application development. Axle is only a tool in a larger process. </p>
<p>At this time, I am speaking with many development groups in the Madison and Milwaukee area as to how I came up with Axle and how you can use it's awesome in your projects. In the coming days, I will do my best to get some instructions in this site.</p>
<p>While you are waiting, I would encourage you to stop by my blog <a href="http://blog.mbreo.com">@blog.mbreo.com</a> and follow along <a href="http://twitter.com/#!/anotheruiguy">@anotheruiguy</a>.</p>
</article>
</section>
<?php include 'shared/content_footer.php'?>
<?php include 'shared/footer.php'?>