-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (32 loc) · 1.65 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
---
layout: default
---
<div class="jumbotron jumbotron-fluid datastation-banner">
<div class="container text-center">
<img src="images/logo/datastation-logo.png" class="img-fluid datastation-banner-img"> <br/><br/>
<h1>Combining Data, Compute, and Market Forces.</h1>
</div>
</div>
<div class="container marketing" >
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img class="rounded-circle" src="images/slack.png" width="140" height="140">
<h2>Join Project</h2>
<p>Join the Slack workspace to engage with the team.</p>
<p><a class="btn btn-secondary" href="https://join.slack.com/t/datastation-workspace/shared_invite/zt-jl91tgb5-7TemwN93B3L3bCJhIPlIeA" role="button">Join now »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="images/pdf.png" width="140" height="140">
<h2>Find out more</h2>
<p>Read the Data Station paper.</p>
<p><a class="btn btn-secondary" href="https://arxiv.org/abs/2009.00035" role="button">Read »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="images/github.svg" height="140">
<h2>Contribute</h2>
<p>View and contribute on GitHub</p>
<p><a class="btn btn-secondary" href="https://github.com/thedatastation" role="button">More »</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div><!-- /.container -->