react-templates/index.html

98 lines
4.3 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">
<link href='//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="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
2014-11-27 17:53:37 +01:00
<!-- 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"/>
<!--<link rel="stylesheet" href="playground/dist/css/tidy.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">
<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>
<a href="https://github.com/wix/react-templates" target="_blank">
<img class="img-fork-github" src="img/github-fork-me.png" alt="Fork me on GitHub" />
2014-12-31 17:32:23 +01:00
</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>
<li>No runtime libraries. No magic. Simply precompile your way to clear React code.</li>
<li>Easy syntax that's similar to HTML, supported by most IDEs.</li>
<li>Clear separation of presentation and logic - almost zero HTML in component files.</li>
<li>Declarative coding ensures that the HTML that you write and the HTML you inspect look nearly identical.</li>
2015-02-19 13:45:41 +01:00
<li>Supports <a href="#amd">AMD</a>, <a href="#commonjs">CommonJS</a>, <a href="#es6">ES6</a>, Typescript and globals.</li>
2014-12-04 10:23:48 +01:00
</ul>
</section>
<section id="home-section" class="home-section">
2014-12-31 18:05:59 +01:00
<div id="loading">
Loading...
</div>
2014-12-04 10:23:48 +01:00
</section>
</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
2015-07-07 10:54:59 +02:00
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
2014-12-24 11:28:24 +01:00
<script src="playground/dist/rt-main.browser.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.20/require.min.js"></script>
<!--<script src="playground/home-main.js"></script>-->
2014-12-31 17:34:48 +01:00
<script src="playground/dist/home.min.js"></script>
2015-01-02 17:45:37 +01:00
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58169705-1', 'auto');
ga('send', 'pageview');
</script>
2014-11-17 13:55:41 +01:00
</body>
</html>