-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnot.php
28 lines (24 loc) · 1.4 KB
/
not.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>What Axle is not</h1>
</header>
<section class="body_call_to_action">
<ul>
<li><h3>Hey, over here. I got Rolex watches and Git code.</h3></li>
<li><a href="http://github.com/blackfalcon/axle.less" class="button">It's free ;)</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 is NOT a framework, it's a visual API for your application</h5>
<p>I will follow up more on this later, but I wanted to put out there that Axle is not (at this time) intended to be a replacement framework for other more mature framework solutions out there.</p>
<p>Axle is a tool that I have come to use personally in my workflow of custom design and modular web application development. Axle has matured to be a visual API for the applications I develop. Some may even call it Test Driven Design.</p>
<p>I will get more in here in the upcoming days, but till then, I encourage you 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'?>