-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (77 loc) · 4.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
---
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="Hub Hero 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>Hub Hero</h2>
<p>JupyterHubs for workshops, lecture courses and institutions.</p>
</div>
</div>
<div class="row">
<div class="col-lg-9 col-md-12">
<p>Harness the power of Jupyter notebooks for classes with a JupyterHub. Teach interactively without needing tech support. Enable your teachers to focus on content and delivery instead of software installation. Keep your teaching institute at the cutting edge.</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="Hub Hero logo"
style="max-height: 6rem;">
</div>
<div class="col-8 d-flex align-items-center">
<h2>Hub Hero</h2>
</div>
</div>
<div class="row">
<div class="col-12">
<p>JupyterHubs for workshops, semester courses and institutions.</p>
<p>Harness the power of Jupyter notebooks for classes with a JupyterHub. Teach interactively without needing tech support. Enable your teachers to focus on content and delivery instead of software installation. Keep your teaching institute at the cutting edge.</p>
</div>
</div>
</div>
<div class="container index" id="main-section">
<div class="row content-section justify-content-around">
<div class="col-lg-9 col-md-12">
<div id="teacher">
<h4>If you’re a teacher...</h4>
<p>You aspire to teach using real-world, open-source software tools, but you don’t want the headache of setting up or supporting individual users. Whether your students are at high school, university or professionals, ensure they all have access to the same environment and tools no matter if they have a laptop or a tablet. A JupyterHub let’s you focus on content and teaching without playing tech support. Start teaching from the first minute with our <a href="/pricing">self-hosted JupyterHub option</a>.</p>
</div>
</div>
</div>
<div class="row content-section justify-content-around">
<div class="col-lg-9 col-md-12">
<div id="hosted">
<h4>If you’re a department head...</h4>
<p>Enable your teachers to use real-world software tools when teaching without the headache of tech support. Allow them to focus on course content and delivery for in-person or distance learning courses. Some of your team may already be using Jupyter notebooks to teach scientific and programming courses interactively. A JupyterHub allows you to achieve department wide consistency in Juypter notebook use and support. Raise the bar in your department with our <a href="/pricing">hosted JupyterHub option</a>.</p>
</div>
</div>
</div>
<div class="row content-section justify-content-around">
<div class="col-lg-9 col-md-12">
<div id="enterprise">
<h4>If you’re in charge of IT...</h4>
<p>You strive to deliver ambitious IT services for your institute’s teachers and care about peace of mind regarding back-ups and when running compute-intensive courses. Whether you already have your own cloud teaching solution, or if this is your next goal. Meet your staff’s needs, promote open-source software and prevent vendor lock-in. Deploy JupyterHubs at your institute to easily configure Jupyter notebooks and required software libraries for each course. Keep your institute at the cutting edge with our <a href="/pricing">enterprise JupyterHub option</a>.</p>
</div>
</div>
</div>
</div>
{% include contact_banner.html %}