-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (60 loc) · 2.88 KB
/
index.html
File metadata and controls
68 lines (60 loc) · 2.88 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Ravel by raveljs</title>
</head>
<body>
<header>
<div class="inner">
<h1><img src="apple-icon.png" width="82"/>Ravel</h1>
<h2>Forge past a tangle of node.js modules. Make a cool app.</h2>
<div class="buttons">
<a href="https://github.com/raveljs" class="button"><small>View the source on</small> GitHub</a>
<a href="docs/latest/index.html" class="button"><small>Check out the</small> Docs</a>
</div>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<p>
<a href="https://raw.githubusercontent.com/raveljs/ravel/master/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license">
</a>
<a href="http://badge.fury.io/js/ravel">
<img src="https://badge.fury.io/js/ravel.svg" alt="npm version">
</a>
<a href="https://david-dm.org/raveljs/ravel">
<img src="https://david-dm.org/raveljs/ravel.svg" alt="Dependency Status">
</a>
<a href="">
<img src="https://img.shields.io/npm/dm/ravel.svg?maxAge=2592000" alt="npm">
</a>
<a href="https://travis-ci.org/raveljs/ravel">
<img src="https://travis-ci.org/raveljs/ravel.svg?branch=master" alt="Build Status">
</a>
<a href="https://codeclimate.com/github/raveljs/ravel">
<img src="https://codeclimate.com/github/raveljs/ravel/badges/gpa.svg" alt="Code Climate">
</a>
<a href="https://codeclimate.com/github/raveljs/ravel/coverage">
<img src="https://codeclimate.com/github/raveljs/ravel/badges/coverage.svg" alt="Test Coverage">
</a>
</p>
<p>Ravel is a tiny, sometimes-opinionated foundation for creating organized, maintainable, and scalable web applications in <a href="https://github.com/joyent/node">node.js</a> with <a href="http://kangax.github.io/compat-table/esnext/">ES2016/2017</a>.</p>
<p>
Interested? <a href="https://github.com/raveljs">Check out the source</a>, or <a href="docs/latest/index.html">read the docs</a>
</p>
</section>
</div>
</div>
</body>
</html>