mirror of
https://github.com/kennethreitz-archive/fajitalabs.com.git
synced 2026-06-05 23:40:16 +00:00
63 lines
3.1 KiB
HTML
Executable File
63 lines
3.1 KiB
HTML
Executable File
<!doctype html>
|
|
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
|
|
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
|
|
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
|
|
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Fajita Labs</title>
|
|
<meta name="description" content="Fajita Labs: The Future of WordPress.">
|
|
<meta name="author" content="Kenneth Reitz">
|
|
<!--[if lt IE 9]>
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
|
|
|
<link rel="stylesheet" href="stylesheets/base.css" />
|
|
<link rel="stylesheet" href="stylesheets/skeleton.css" />
|
|
<link rel="stylesheet" href="stylesheets/layout.css" />
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container">
|
|
<div class="sixteen columns">
|
|
<h1 class="remove-bottom" style="margin-top: 40px">Fajita Labs</h1>
|
|
<h5>WordPress for Professionals.</h5>
|
|
<hr />
|
|
</div>
|
|
<div class="one-third column">
|
|
<h3>Why Fajita?</h3>
|
|
<p>We offer elegant solutions to everyday problems. Built with the specialized needs of <strong>developers</strong>, <strong>designers</strong>, and <strong>content managers</strong> in mind, every Fajita Theme offers an unrivaled WordPress experience.</p>
|
|
<p>We provide <em>extensive</em> documentation for all things WordPress. From information architecture recommendations to in-depth API references, we make sure you always have the information you need.</p>
|
|
<p>Each theme is carefully designed to fit any organization's workflow. Flexibility and reliability are key.</p>
|
|
|
|
</div>
|
|
<div class="one-third column">
|
|
<h3>Strong Foundations</h3>
|
|
<p>All Fajita themes are powered by the <strong>Fajita Framework</strong>—the world's best WordPress theme platform.
|
|
</p>
|
|
<p>Built from the ground up, Fajita offers something for everyone involved in the lifecycle of a WordPress website.</p>
|
|
<p>Want to add some JavaScript to your site? Just drop it in the theme's <code>javascripts</code> folder. It'll automatically be packaged and optimized for your users instantly. No code required.</p>
|
|
<p>A standalone version of Fajita will soon be available for purchase for developers. </p>
|
|
</div>
|
|
<div class="one-third column">
|
|
<h3>Three Core Principles</h3>
|
|
<p>Fajita Labs operates on three core principles:</p>
|
|
<ul class="square">
|
|
<li><strong>Best-of-breed</strong>: Everything that Fajita ships is world-class. We gaurentee it.</li>
|
|
<li><strong>Content is King</strong>: Information Architecture and Typography are our top priorities. Semantics are everything.</li>
|
|
<li><strong>Lifetime Support</strong>: Every theme comes with lifetime updates and support from the Fajita development team. No strings attached.</li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div><!-- container -->
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
|
|
<script>window.jQuery || document.write("<script src='javascripts/jquery-1.5.1.min.js'>\x3C/script>")</script>
|
|
<script src="javascripts/app.js"></script>
|
|
|
|
</body>
|
|
</html> |