forked from kidpixo/openplanetary.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·58 lines (52 loc) · 2.14 KB
/
index.html
File metadata and controls
executable file
·58 lines (52 loc) · 2.14 KB
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
---
layout: page
description: "Share, discuss and improve your data, tools, workflow and overall knowledge of our Solar System"
header-img: "img/op-bg.jpg"
image: /img/op-webintent.png
---
<div class="row text-center">
<!-- <h3 style="margin-bottom: 2em;">LATEST POST</h3> -->
<!-- {% assign post = site.posts.first %}
<div class="post-preview" style="margin-bottom: 4em;">
<a href="{{ post.url | prepend: site.baseurl }}">
<h2 class="post-title" style="font-size:30px;" > {{ post.title }}
</h2>
{% if post.subtitle %}
<h3 class="post-subtitle text-muted" style="font-size:20px;">
{{ post.subtitle }}
</h3>
{% endif %}
</a>
</div>
<hr> -->
<h2 style="margin-bottom: 2em;">USE OUR FRAMEWORK</h2>
<div id="what-we-offer" class="row">
<div class="col-md-4">
<a href="{{ site.baseurl }}/blog"><span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-pencil fa-stack-1x fa-inverse"></i>
</span></a>
<h3>Blog</h3>
<p class="small text-muted">News, updates, articles and tips from OpenPlanetary members and guests</p>
</div>
<div class="col-md-4">
<a href="{{ site.baseurl }}/slack"><span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-slack fa-stack-1x fa-inverse"></i>
</span></a>
<h3>Slack</h3>
<p class="small text-muted">Real-time communication and exchange platform with OpenPlanetary members</p>
</div>
<div class="col-md-4">
<a href="{{ site.baseurl }}/github"><span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span></a>
<h3>GitHub</h3>
<p class="small text-muted">Repositories of tools and code from OpenPlanetary members and collaborators</p>
</div>
</div>
<div style="text-align: center;">
<a href="{{ site.baseurl }}/about" class="btn btn-default" style="display: inline-block; margin: 2em 0;">About us</a>
</div>
</div>