-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathindex.html
136 lines (118 loc) · 5.23 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
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
125
126
127
128
129
130
131
132
133
134
135
136
---
layout: default
title: Rackspace Developer Center
---
<div class="box title">
<div class="container">
<h1>Developers, explore our cloud</h1>
<p>Get $600 in <span class="emphasis">free credit</span>.</p>
<p>No minimums, rate limits, support fees, or contracts.</p>
<a href="/signup/" class="btn btn-default">Get started now <i class="fa fa-arrow-right"></i></a>
</div>
</div>
<div class="box docs-apis">
<div class="container">
<h2>Everything you need to build powerful, scalable apps.</h2>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-4">
<div class="new-landing-sprite sdk-graphic" alt="SDKs & tools"></div>
</div>
<div class="col-md-8">
<h3>SDKs & tools</h3>
<p>We build our SDKs on open-source platforms, supporting Java, .NET,
Node.js, PHP, Python, and Ruby.</p>
<a href="/sdks">Build with our SDKs <i class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="right-promo col-md-6">
<div class="row">
<div class="col-md-8">
<h3>APIs</h3>
<p>Learn the capabilities of our APIs with Getting Started, Reference, and
Developer guides.</p>
<a href="/docs">Explore our API docs <i class="fa fa-arrow-right"></i></a>
</div>
<div class="col-md-4">
<div class="new-landing-sprite api-graphic" alt="API Documentation"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="box dark">
<div class="container">
<h3>Developer-to-developer support</h3>
<p>Complex technical questions? Talk directly to the developers who build our SDKs and APIs.</p>
<div class="row">
<div class="col-md-3">
<div class="new-landing-sprite tweet-white" alt="Twitter"></div>
<h5><strong>Tweet</strong></h5>
<p class="item"><a href="https://twitter.com/rackspace">@rackspace</a></p>
</div>
<div class="col-md-3">
<div class="new-landing-sprite irc-white" alt="IRC"></div>
<h5><strong>IRC</strong> on freenode</h5>
<p class="item">#rackspace</p>
</div>
<div class="col-md-3">
<div class="new-landing-sprite email-white" alt="Email"></div>
<h5><strong>Email</strong></h5>
<p class="item"><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="col-md-3">
<div class="new-landing-sprite post-white" alt="Developer Forum"></div>
<h5><strong>Post</strong> in our</h5>
<p class="item"><a href="https://community.rackspace.com/developers/f/7">Developer Forum</a></p>
</div>
</div>
</div>
</div>
<div class="box quote">
<div class="container">
<blockquote>
<span class="quotes">“</span>We built developer+<sup>TM</sup> (a monthly infrastructure credit and
more) to give developers the core of almost any scalable
cloud application they want to build.<span class="quotes">”</span>
</blockquote>
<div class="author">Jesse Noller</div>
<div class="author-title">Former Python Software Foundation board member, Principle Engineer & Senior Manager
for developer+
</div>
<a href="http://www.rackspace.com/blog/rackspace-developer-program-for-developers-by-developers/">Read the blog
article <i class="fa fa-arrow-right"></i></a>
</div>
</div>
<div class="box">
<div class="container">
<a class="btn btn-primary btn-sign-up" href="/signup/">Sign up for free <i class="fa fa-arrow-right"></i></a>
</div>
</div>
<div class="box blog-box">
<div class="container">
<div class="row">
<div class="col-md-6">
<h4>Developer Blog</h4>
<ul>
{% for post in site.posts limit: 3 %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<p><a href="/blog/">Visit the Developer Blog <i class="fa fa-arrow-right"></i></a></p>
</div>
<div class="right-promo col-md-6">
<h4>Product News</h4>
<ul>
<li><a href="#">Cloud Databases Introduces Enhanced Support, More Database Types, Larger...</a></li>
<li><a href="#">ObjectRocket Adds Fully-Managed Redis Service</a></li>
<li><a href="#">OnMetal Weekly Byte: The Story Behind OnMetal [Video]</a></li>
</ul>
<p><a href="http://www.rackspace.com/blog">Visit the Product Blog <i class="fa fa-arrow-right"></i></a>
</p>
</div>
</div>
</div>
</div>