-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (100 loc) · 5.08 KB
/
index.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>RazorPad Documentation</title>
<link rel="icon" href="images/favicon.gif" type="image/x-icon" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/favicon.gif" type="image/x-icon" />
<link href="/css/site.min.css" rel="stylesheet" type="text/css" />
<link href="/css/grid.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container_12">
<header class="bg">
<div class="grid_4">
<h1>
<a href="http://docs.razorpad.net">
<img src="images/textLogo.png" width="287" height="35" alt="RazorPad" /></a>
</h1>
</div>
<div class="grid_8">
<nav>
<ul>
<li><a href="docs.html">Docs</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="http://razorpad.net">Try it!</a></li>
<li><a href="#">The Team</a></li>
</ul>
</nav>
</div>
</header>
<section class="container_12">
<section id="intro" class="container_12">
<div class="grid_4">
<img src="../../images/ninja-fog.png" />
</div>
<div class="grid_8 omega">
<hgroup>
<h1>
The next best thing to hit the web since the awesome Razor Engine</h1>
<h2>
RazorPad is a online editor to try out the awesome Razor Engine provided by ASP.NET
MVC.</h2>
</hgroup>
</div>
</section>
<div id="introContent">
<section class="grid_4 ">
<h3>
Get Started</h3>
<p>
Begin your journey to become a Razor Ninja! Simply copy paste your views/model snippets
and hit execute! Or you can start from scratch by punching in some quick code on
your own. Feeling developer's block? Check out some quick start <a href="examples.html">
examples</a> to get inspired!</p>
<a href="docs.html"><span class="button">Read more</span></a>
</section>
<section class="grid_4 ">
<h3>
Get Social</h3>
<p>
Wrote an awesome snippet that you want to share with the world? Helping out fellows
at forums like <a href="http://stackoverflow.com">StackOverflow</a>? Need to embed
a snippet on your blog? Need to post it on Social Networks? Simply save your snippet
and hit <a href="#">Share</a>! Then copy the link that pops over and paste it anywhere
you want. The snippet will live forever. And best of all - will be free forever!</p>
<a href="#"><span class="button">Read more</span></a>
</section>
<section class="grid_4">
<h3>
Contribute</h3>
<p>
Feel like getting your hands dirty with code? How about adding a help page or two?
Or improvise the site's design? <a href="https://github.com/RazorPad/RazorPad.Core">
Razorpad</a> is available on <a href="https://github.com/RazorPad">github</a>
along with the source for this <a href="https://github.com/RazorPad/razorpad.github.com">
site</a>! Fork it to get down under and repay your debt to the community!
</p>
<a href="#"><span class="button">Read more</span></a>
</section>
</div>
</section>
<footer class="container_12">
<div class="grid_6">
© 2011 RazorPad
</div>
<div class="grid_6">
<ul class="social">
<li><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://razorpad.net"
data-text="Checkout @RazorPad, an online editor to try out the awesome Razor Engine provided by ASP.NET"
data-related="razorpad">Tweet</a> </li>
</ul>
<script> !function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = "//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } } (document, "script", "twitter-wjs");</script>
</div>
</footer>
</div>
</body>
</html>