-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
70 lines (70 loc) · 4.24 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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Getting Started React Native</title>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css'>
</head>
<body translate="no" >
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>
Take a look at the <a href="slides/"><strong>slides</strong> here</a>
</h1>
</div>
<div class="col-md-6">
<!-- Appbase -->
<div class="starter-template">
<h2>Hello, <a href="https://facebook.github.io/react-native/">React Native</a> and <a href="https://appbase.io">Appbase!</a></h2>
<p class="lead">Use this <i>example below</i> as a way to quickly start a new project with <a href="https://facebook.github.io/react-native/">React Native</a> and <a href="https://appbase.io">Appbase</a>.</p>
<div class="list-group">
<a href="appbase/getting-started/index.html" class="list-group-item">
<i class="glyphicon glyphicon-cloud" aria-hidden="true"></i>
Getting Started
</a>
<a href="appbase/chat/index.html" class="list-group-item">
<i class="glyphicon glyphicon-cloud" aria-hidden="true"></i>
Chat
</a>
<a href="https://appetize.io/embed/mzv0wej631g9mxc881x2wmnpvc?embed=true&screenOnly=false&device=iphone5&xdocMsg=true&deviceColor=white&xDocMsg=true&orientation=portrait&debug=true&params=%7B%22moduleName%22%3A%22ChatScreen%22%2C%22packagerRoot%22%3A%22https%3A%2F%2Fpackager0241.rnplay.org%22%2C%22bundleUrl%22%3A%22https%3A%2F%2Fpackager0241.rnplay.org%2Fjs%2FmYiJ_Q%2Findex.ios.bundle%3Fplatform%3Dios%22%2C%22RCTDevMenu%22%3A%7B%22liveReloadEnabled%22%3Atrue%7D%7D" class="list-group-item">
Chat in <strong>iOS</strong>
<i class="glyphicon glyphicon-phone" aria-hidden="true"></i>
</a>
</div>
</div>
<!-- Appbase -->
</div>
<div class="col-md-6">
<!-- Firebase -->
<div class="starter-template">
<h2>Hello, <a href="https://facebook.github.io/react-native/">React Native</a> and <a href="https://firebase.google.com">Firebase!</a></h2>
<p class="lead">Use this <i>example below</i> as a way to quickly start a new project with <a href="https://facebook.github.io/react-native/">React Native</a> and <a href="https://firebase.google.com">Firebase</a>.</p>
<div class="list-group">
<a href="firebase/getting-started/index.html" class="list-group-item">
<i class="glyphicon glyphicon-fire" aria-hidden="true"></i>
Getting Started
</a>
<a href="firebase/chat/index.html" class="list-group-item">
<i class="glyphicon glyphicon-fire" aria-hidden="true"></i>
Chat
</a>
<a href="https://appetize.io/embed/mzv0wej631g9mxc881x2wmnpvc?embed=true&screenOnly=false&device=iphone5&xdocMsg=true&deviceColor=white&xDocMsg=true&orientation=portrait&debug=true&params=%7B%22moduleName%22%3A%22ChatScreen%22%2C%22packagerRoot%22%3A%22https%3A%2F%2Fpackager0241.rnplay.org%22%2C%22bundleUrl%22%3A%22https%3A%2F%2Fpackager0241.rnplay.org%2Fjs%2F9-z9MQ%2Findex.ios.bundle%3Fplatform%3Dios%22%2C%22RCTDevMenu%22%3A%7B%22liveReloadEnabled%22%3Atrue%7D%7D" class="list-group-item">
Chat in <strong>iOS</strong>
<i class="glyphicon glyphicon-phone" aria-hidden="true"></i>
</a>
</div>
</div>
<!-- Firebase -->
</div>
</div>
</div>
<!--
http://getbootstrap.com/getting-started/#template
-->
<script src='https://cdn.rawgit.com/appbaseio/appbase-js/v0.10.8/browser/appbase.min.js'></script>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script>
</body>
</html>