-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (56 loc) · 3.56 KB
/
index.html
File metadata and controls
69 lines (56 loc) · 3.56 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>OpenCanvas by OpenCanvas</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>OpenCanvas</h1>
<p>A collection of our open source projects</p>
<p class="view"><a href="https://github.com/OpenCanvas">View My GitHub Profile</a></p>
</header>
<section>
<h2>
<a name="welcome-to-opencanvas-open-source-portal" class="anchor" href="#welcome-to-opencanvas-open-source-portal"><span class="octicon octicon-link"></span></a>Welcome to OpenCanvas open source portal!</h2>
<p>In case you are here by accident, we remind you that <a href="http://opencanvas.co">OpenCanvas</a> is an innovative platform for managing rich content and creating beautiful location based mobile apps with it.</p>
<p>Here we host a collection of open source projects that may aid you, in case you choose to create your own apps using the <a href="http://opencanvas.co/developers">OpenCanvas API</a>, instead of using the web version of the platform.</p>
<h2>
<a name="projects" class="anchor" href="#projects"><span class="octicon octicon-link"></span></a>Projects</h2>
<p>For now, we only showcase a collection of sample applications that demonstrate the usage of the OpenCanvas API. You can find the sample projects in the respective repositories for iOS, Android and Javascript.</p>
<ul>
<li><a href="https://github.com/OpenCanvas/sample-ios">iOS sample project</a></li>
<li><a href="https://github.com/OpenCanvas/sample-android">Android sample project</a></li>
<li><a href="https://github.com/OpenCanvas/sample-javascript">Javascript sample project</a></li>
</ul><h2>
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h2>
<p>Stratos Theodorou (<a href="https://github.com/eeVoskos" class="user-mention">@eeVoskos</a>), Wojtek Whowanski (<a href="https://github.com/wojer" class="user-mention">@wojer</a>), Kostas Dimitros (<a href="https://github.com/cjd1884" class="user-mention">@cjd1884</a>)</p>
<h2>
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h2>
<p>Still having trouble? Check out the OpenCanvas documentation at <a href="http://opencanvas.co/developers">http://opencanvas.co/developers</a>. You will also find there information about how to contact us!</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-41154717-2");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>