-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
32 lines (31 loc) · 1.71 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
---
layout: default
---
<div class="content">
<div class="feature">
<h1>Welcome Developers</h1>
<p>Welcome to the Radius Networks Developer Portal. It's here you can request access to our API, read the documentation, and see examples of how to integrate our proximity API with your app.</p>
</div>
<div class="tiles clearfix">
<div class="tile">
<a class="blue-circle" href="messageradius">
<img class="mktgimg" src="img/message_radius_icon.svg" alt="Message Radius">
</a>
<h3 itemprop="name">Message Radius</h3>
<p itemprop="description">Our Message Radius platform will help your business understand and engage your customers at the specific locations that make sense. </p>
<a itemprop="url" class="btn" href="messageradius">Documentation</a>
</div>
<div class="tile">
<a class="blue-circle" href="ibeacon"><img class="mktgimg" src="img/ibeacon_icon.svg" alt="ibeacon services"></a>
<h3 itemprop="name">iBeacon Services</h3>
<p itemprop="description">Radius Networks' Android iBeacon Service library - make Android versions of your iOS apps that use iBeacons, or come up with new Android-only creations.</p>
<a itemprop="url" class="btn" href="ibeacon">Documentation</a>
</div>
<div class="tile">
<a class="blue-circle" href="proximitykit"><img class="mktgimg" src="img/proximity_kit_icon.svg" alt="Proximity Kit Geofence Tool"></a>
<h3 itemprop="name">Proximity Kit</h3>
<p itemprop="description">Dead simple geofencing for iOS. Stop worrying about sync strategies and server operations; use our sync API and point-and-click map editor.</p>
<a itemprop="url" class="btn" href="proximitykit">Learn More</a>
</div>
</div>
</div>