-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
23 lines (20 loc) · 848 Bytes
/
about.html
File metadata and controls
23 lines (20 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: page
title: About
permalink: /about/
---
<p>
Learn more about <a href="{{ site.url_apisense }}">{{ site.apisense }}</a>.
</p>
<h2>Technology</h2>
<ul>
<li><a href="{{ site.url_apisense }}" target="_blank">{{ site.apisense }}</a>: Crowd-sensing platform that make easily to collect real world data feedback from sensors</li>
<li><a href="{{ site.url_bee }}" target="_blank">{{ site.bee }}</a>: An Android app with the {{ site.apisense }} SDK for Android. <a href="{{ site.googleplus_community_url }}">Enter on Google+ community to get alpha access →</a></li>
<li><a href="https://github.com/APISENSE/middleware2014" target="_blank">Github</a> for hosting this demonstration website</li>
</ul>
<h2>Team</h2>
<div class="row">
{% for teammate in site.team %}
{% include thumbnail.html member=teammate %}
{% endfor %}
</div>