-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDocumentation.html
More file actions
executable file
·124 lines (108 loc) · 5.35 KB
/
Copy pathDocumentation.html
File metadata and controls
executable file
·124 lines (108 loc) · 5.35 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="The Force Project is an initiative to give the power of remote control to everyone. It makes it super easy to create, share, and control all projects." />
<meta name="author" content="Jordan Lewis" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Force | Documentation</title>
<!-- Bootstrap core CSS -->
<link href="/css/bootstrap/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/css/Documentation/main.css" rel="stylesheet">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,300,700,600,500' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700' rel='stylesheet' type='text/css'>
<!--<link rel="stylesheet" href="/css/owl/owl.theme.css">
<link rel="stylesheet" href="/css/owl/owl.carousel.css">
<link rel="stylesheet" href="/css/owl/owl.transitions.css">-->
<link rel="stylesheet" href="/css/fonts+icons/font-awesome.min.css">
<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="/css/documentation/main-nav.css">
<script src="/js/foundation/modernizr-2.6.2.min.js"></script>
</head>
<body>
<header class="container-fluid header">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 header-text">
<h1>Documentation</h1>
</div>
</div>
</header>
<section class="container-fluid docu-links">
<!-- First Row -->
<div class="row">
<div class="col-lg-5 col-md-5 col-md-offset-1 col-sm-12 col-xs-12">
<div class="thumbnail python">
<img src="/img/logos/python.png" alt="..." class="logo">
<div class="caption">
<h3 class="link-header">Python</h3>
<center>
<p><a href="#" class="btn btn-primary disabled" role="button">Client</a>
<a href="/Documentation/Python/Overview.html" class="btn btn-primary" role="button">Server</a></p>
</center>
</div>
</div>
</div>
<div class="col-lg-5 col-md-5 col-sm-12 col-xs-12 link">
<div class="thumbnail java">
<img src="/img/logos/java.png" alt="..." class="logo">
<div class="caption">
<h3 class="link-header">Java</h3>
<center>
<p><a href="#" class="btn btn-primary disabled" role="button">Learn More</a></p>
</center>
</div>
</div>
</div>
</div>
<!-- End of First Row -->
<!-- Second Row -->
<div class="row">
<div class="col-lg-5 col-md-5 col-md-offset-1 col-sm-12 col-xs-12 link">
<div class="thumbnail apple">
<img src="/img/logos/mobile.png" alt="..." class="logo">
<div class="caption">
<h3 class="link-header">Mobile</h3>
<center>
<p><a href="/Documentation/iOS/Overview.html" class="btn btn-primary .center-block" role="button">iOS</a>
<a href="#" class="btn btn-primary .center-block disabled" role="button">Android</a>
</p>
</center>
</div>
</div>
</div>
<div class="col-lg-5 col-md-5 col-sm-12 col-xs-12 link">
<div class="thumbnail apple">
<img src="/img/logos/computer.png" alt="..." class="logo">
<div class="caption">
<h3 class="link-header">Desktop</h3>
<center>
<p><a href="#" class="btn btn-primary .center-block disabled" role="button">OS X</a>
<a href="#" class="btn btn-primary .center-block disabled" role="button">Linux</a>
<a href="#" class="btn btn-primary .center-block disabled" role="button">Windows</a>
</p>
</center>
</div>
</div>
</div>
</div>
<!-- End of Second Row -->
</section>
<!-- jQuery -->
<script src="/js/foundation/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="/js/bootstrap/bootstrap.min.js"></script>
<script src="/js/bootstrap/bootstrap.js"></script>
<script src="/js/foundation/jquery.js"></script>
<script src="/js/global-elements/main.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.js"><\/script>')</script>
<script src="/js/foundation/owl.carousel.min.js"></script>
<script src="/js/bootstrap/bootstrap.min.js"></script>
<script src="/js/documentation/plugins.js"></script>
</body>
</html>