react-templates/index.html

98 lines
4.5 KiB
HTML
Raw Normal View History

2014-12-04 10:23:48 +01:00
<!DOCTYPE html>
<html>
2014-11-17 13:55:41 +01:00
<head>
<meta charset="utf-8">
2014-12-04 10:23:48 +01:00
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
2014-12-09 16:20:56 +01:00
<title>React Templates</title>
2014-12-04 10:23:48 +01:00
<meta name="viewport" content="width=device-width">
2014-12-09 16:20:56 +01:00
<meta name="description" content="Light weight templates for React.">
<link rel="shortcut icon" href="https://facebook.github.io/react/favicon.ico">
2014-12-30 09:42:31 +01:00
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,700' rel='stylesheet' type='text/css'>
2014-11-27 17:53:37 +01:00
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Optional theme -->
2014-12-28 10:47:34 +01:00
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">-->
2014-12-31 17:32:23 +01:00
<link rel="stylesheet" href="playground/libs/codemirror-4.8/lib/codemirror.css"/>
<link rel="stylesheet" href="playground/libs/codemirror-4.8/theme/solarized.css"/>
2014-12-28 10:47:34 +01:00
<link rel="stylesheet" href="playground/libs/codemirror-4.8/addon/hint/show-hint.css">
<link rel="stylesheet" href="playground/libs/codemirror-4.8/addon/lint/lint.css">
2014-11-27 17:53:37 +01:00
2014-12-30 09:42:31 +01:00
<link rel="stylesheet" href="playground/css/playground.css"/>
2014-12-04 10:23:48 +01:00
<link rel="stylesheet" href="playground/css/home.css"/>
2014-11-17 13:55:41 +01:00
</head>
<body>
2014-12-04 10:23:48 +01:00
<div class="container">
<div class="nav-main">
<div class="wrap">
2014-12-09 16:20:56 +01:00
<a class="nav-home" href="index.html">
2014-12-31 17:32:23 +01:00
<img class="nav-logo" src="https://wix.github.io/react-templates/img/logo-rt.svg" width="56"
height="24">
2014-12-30 09:42:31 +01:00
<span>React Templates</span>
2014-12-04 10:23:48 +01:00
</a>
<ul class="nav-site">
2014-12-30 09:42:31 +01:00
<li><a href="fiddle.html">Playground</a></li>
2014-12-30 16:33:28 +01:00
<li><a href="https://github.com/wix/react-templates#template-directives-and-syntax">docs</a></li>
<li><a href="https://github.com/wix/react-templates#installation">download</a></li>
2014-12-04 10:23:48 +01:00
<li><a href="https://github.com/wix/react-templates">github</a>
</ul>
</div>
</div>
2014-12-31 17:32:23 +01:00
<a href="https://github.com/wix/react-templates">
<img style="position: fixed; top: 0; right: 0; border: 0; z-index: 101" src="img/github-fork-me.png"
alt="Fork me on GitHub">
</a>
2014-12-04 10:23:48 +01:00
<div class="hero">
<div class="wrap">
2014-12-30 09:42:31 +01:00
<div class="text">React Templates</div>
2014-12-04 10:23:48 +01:00
<div class="minitext">
2014-12-30 16:33:28 +01:00
Lightweight Templates for React
2014-12-04 10:23:48 +01:00
</div>
<div class="buttons-unit">
2014-12-30 16:33:28 +01:00
<a href="fiddle.html" class="button">Check Out the Playground</a>
2014-12-04 10:23:48 +01:00
</div>
</div>
</div>
<section class="content wrap">
2014-12-30 09:42:31 +01:00
<section class="love-list">
2014-12-31 17:32:23 +01:00
<ul>
2014-12-04 10:23:48 +01:00
<li>No runtime libraries. No magic. Just simple pre-compilation to a clear React code</li>
2014-12-31 17:32:23 +01:00
<li>Super easy to write panels. By panels we mean components that have a lot of HTML code and
non-reusable logic
</li>
2014-12-04 10:23:48 +01:00
<li>Very good separation of presentation and logic. Almost no HTML within the component file</li>
<li>Declarative coding for presentation. HTML that you write and inspect look similar</li>
<li>Easy syntax. Similar to HTML. All IDEs recognize this format</li>
2014-12-30 16:33:28 +01:00
<li>Supports <a href="#amd">AMD</a>, <a href="#commonjs">CommonJS</a> and globals</li>
2014-12-04 10:23:48 +01:00
</ul>
</section>
<section id="home-section" class="home-section">
</section>
2014-12-30 16:33:28 +01:00
<div id="loading">Loading...</div>
2014-12-31 17:32:23 +01:00
<hr class="home-divider"/>
2014-12-04 10:23:48 +01:00
</section>
2014-12-30 16:33:28 +01:00
<footer class="footer">
<span>Sponsored by </span> <a href="//wix.com" class="wf-white-logo"></a>
</footer>
2014-11-17 13:55:41 +01:00
</div>
2014-12-04 10:23:48 +01:00
2014-11-27 17:53:37 +01:00
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
2014-12-30 16:33:28 +01:00
<!--<script src="playground/libs/ace-builds-1.1.8/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>-->
2014-12-24 11:28:24 +01:00
<script src="playground/dist/rt-main.browser.min.js"></script>
<!--<script data-main="playground/home-main.js" src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.js"></script>-->
2014-12-25 11:13:07 +01:00
<!--<script src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.js"></script>-->
<!--http://requirejs.org/docs/release/2.1.15/minified/require.js-->
2014-12-31 17:34:48 +01:00
<!--<script data-main="playground/home-main.js" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.min.js"></script>-->
<script src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.min.js"></script>
<script src="playground/dist/home.min.js"></script>
2014-11-17 13:55:41 +01:00
</body>
</html>