-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (48 loc) · 1.77 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
---
layout: default
title: ApiAxle Blog
---
<section id="content" class="clearfix">
<div class="container">
<div class="spacer-40px"></div>
<div class="container">
<div class="row">
<div class="span7">
{% for post in site.posts %}
<div>
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
<div><small>{{ post.author }} - {{ post.date | date:"%Y-%m-%d" }}</small></div>
<div class="description">{{ post.description }}</div>
<div><a href="{{ post.url }}">Read more</a></div>
</div>
<hr />
{% endfor %}
</div>
<div class="well span4">
<h4>Signup for the newsletter</h4>
<!-- Begin MailChimp Signup Form -->
<p id="mc_embed_signup">
<form action="http://apiaxle.us6.list-manage.com/subscribe/post?u=690f13d9893fe9e788eed938d&id=14e40b17a3"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required />
</form>
</p>
<hr/>
<p>
<h4>What is ApiAxle?</h4>
<p>ApiAxle is a proxy that sits on your network, in front
of your API(s) and manages things that you shouldn't
have to like rate limiting, authentication and
analytics. It's fast, open and easy to
configure. <a href="http://apiaxle.com/docs/why-use-apiaxle/">Read
more</a></p>
</p>
</div>
</div>
</div>
</div>
</section>