-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
70 lines (69 loc) · 2.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
---
layout: default
title: Welcome to the radanalytics.io community portal
---
<div class="container-fluid">
<div class="jumbotron">
<div class="row">
<div class="col-sm-4 hidden-xs">
<img class="img-responsive" src="img/rad-mascot.png" alt="Radley, the radanalytics.io mascot">
</div>
<div class="col-sm-8 col-xs-12">
<h1></h1>
<p class="lead">
Welcome to the radanalytics.io community developers portal. Our
community is focused on empowering intelligent application
development on the OpenShift platform. Through this portal you will
find examples, projects, and tutorials designed to aid in creating
applications for this vibrant environment.
</p>
</div>
</div>
</div>
<div class="row features">
<div class="col-sm-3">
<a href="/get-started" class="fp-link">
<img src="/img/icon_technology.svg">
<h3>Technology</h3>
</a>
<p>
Using OpenShift and Kubernetes as the substrate, our first goal
is to increase the availibility and usability of the Apache Spark
project on this foundation.
</p>
</div>
<div class="col-sm-3">
<a href="/community" class="fp-link">
<img src="/img/icon_community.svg">
<h3>Community</h3>
</a>
<p>
We are a diverse group of data scientists, software engineers, and users
with a passion for insightful data analysis, emerging technologies, and
open source development.
</p>
</div>
<div class="col-sm-3">
<a href="/projects" class="fp-link">
<img src="/img/icon_projects.svg">
<h3>Projects</h3>
</a>
<p>
The primary output of the radanalytics.io community are the projects
which enable rapid deployment and usage of data processing frameworks
on the OpenShift platform.
</p>
</div>
<div class="col-sm-3">
<a href="/tutorials" class="fp-link">
<img src="/img/icon_applications.svg">
<h3>Tutorials</h3>
</a>
<p>
The radanalytics.io community also provides example applications and
tutorials crafted with an eye towards increasing your power to explore
this environment.
</p>
</div>
</div>
</div>