-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
58 lines (55 loc) · 1.92 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
---
layout: default
title:
---
<div class="primary-banner main-page d-none d-lg-block">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-md-12">
<div class="row align-items-center">
<div class="col-lg-4 col-md-4">
<img src="/images/logo.svg" class="img-fluid mx-auto d-block"
alt="Wild Tree Tech logo"
style="width: 100% \9">
</div>
<div class="col-lg-8 col-md-8">
<div class="row">
<div class="col-lg-12 col-md-12">
<h2>Data Done Better</h2>
<p>Deploying and operating Jupyter for our clients.</p>
</div>
</div>
<div class="row">
<div class="col-lg-9 col-md-12">
<p>Wild Tree Tech builds, maintains and operates JupyterHubs and BinderHubs
for teachers, data-science teams and the community. Find out more
over a (virtual) cup of tea or coffee.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="primary-banner main-page container d-print-none d-lg-none">
<div class="row my-3">
<div class="col-4 d-flex align-items-center">
<img src="/images/logo.svg" class="img-fluid mx-auto d-block align-items-center"
alt="Wild Tree Tech logo"
style="width: 100% \9">
</div>
<div class="col-8 d-flex align-items-center">
<h2 style="font-size: 1.8rem;">Data Done Better</h2>
</div>
</div>
<div class="row">
<div class="col-12">
<p>Deploying and operating Jupyter for our clients.</p>
<p>Wild Tree Tech builds, maintains and operates JupyterHubs and BinderHubs
for teachers, data-science teams and the community. Find out more
over a (virtual) cup of tea or coffee.</p>
</div>
</div>
</div>
{% include contact_banner.html %}