-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
44 lines (44 loc) · 1.61 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Helping you select an MV* framework - Feed apps for AngularJS, React, Vue, jQuery and many more">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" user-scalable="no">
<title>FeedMVC</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<header class="row">
<h1>FeedMVC</h1>
<p>Helping you select an MV* framework</p>
<nav>
<a href="https://github.com/keanyc/feedmvc/archive/master.zip" class="zocial red">Download</a>
<a href="https://github.com/keanyc/feedmvc/" class="zocial">View on GitHub</a>
</nav>
</header>
<div class="col-md-4">
<h2>Intrduction</h2>
<p>Just a <a href="http://todomvc.com/">TodoMVC</a>-inspired project.</p>
</div>
<div class="col-md-8">
<h2>Examples</h2>
<ul>
<li><a href="examples/angular">AngularJS</a></li>
<li><a href="examples/react">React</a></li>
<li><a href="examples/vue">Vue</a></li>
<li><a href="examples/jquery">jQuery</a></li>
</ul>
</div>
<hr>
<footer class="row">
<p>
Brought to you by
<a href="https://github.com/keanyc"><img src="http://gravatar.com/avatar/a38bf8455c3fbeda52f8bb8c87af0d31?s=80" width="40" height="40" alt="KeaNy Chu">KeaNy</a>
</p>
</footer>
</div>
<script src="js/ga.js"></script>
</body>
</html>