Skip to content

Commit 6aa8b15

Browse files
cameronoelsenjdfreder
authored andcommittedAug 29, 2015
Fixed Jupyterhub Logo
There was a missing font, converted to outlines.
1 parent cd80006 commit 6aa8b15

File tree

3 files changed

+39
-17
lines changed

3 files changed

+39
-17
lines changed
 

‎assets/hublogo.svg

Lines changed: 11 additions & 13 deletions
Loading

‎css/logo-nav.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,16 @@ body {
211211
padding-top: 10%;
212212
padding-bottom:10%;
213213
}
214+
.featuremiddle {
215+
margin-top: 40px;
216+
}
214217
.hubdescription p {
215218
padding-top: 26px;
216219
font-size: 15pt;
217220
line-height: 21pt;
218221
}
219222
.hubfeature h2 {
220-
font-size: 21px;
223+
font-size: 21px;s
221224
text-align: center;
222225
color: #766A6A;
223226
}
@@ -232,7 +235,6 @@ body {
232235
background: url("../assets/line.svg");
233236
background-position: top center;
234237
background-repeat: no-repeat;
235-
236238
}
237239
@media(max-width:992px) {
238240
.hubdescription {

‎index.html

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ <h2>Jupyter for Organizations</h2>
178178
<h2>Pluggable authentication</h2>
179179
<p>Manage users and authentication with PAM, OAuth or integrate with your own directory service system. Collaborate with others through the Linux permission model.</p>
180180
</div>
181-
<div class="feature2 hubfeature col-md-3" style="margin-top: 50px;">
181+
<div class="featuremiddle hubfeature col-md-3">
182182
<img src="assets/central.svg" class="img-responsive" style="margin:0 auto;">
183183
<h2>Centralized deployment</h2>
184184
<p>Deploy the Jupyter Notebook to all users in your organization on centralized servers that have unified package management and data access.</p>
185185
</div>
186-
<div class="feature3 hubfeature col-md-3" style="margin-top: 50px;">
186+
<div class="featuremiddle hubfeature col-md-3">
187187
<img src="assets/container.svg" class="img-responsive" style="margin:0 auto;">
188188
<h2>Container friendly</h2>
189189
<p>Use Docker containers to scale your deployment and isolate user processes. Assemble your deployment using a growing ecosystem of prebuilt Docker containers.</p>
@@ -206,6 +206,28 @@ <h2>Code Meets Data.</h2>
206206
</div>
207207
</div>
208208
</section>
209+
<!--
210+
<section>
211+
<div id="footer" class="text-center">
212+
<div class="row">
213+
<div class="col-sm-2 col-sm-offset-1">
214+
<!-- Place this tag where you want the button to render.
215+
<a class="github-button" href="https://github.com/jupyter">@jupyter on GitHub</a>
216+
</div>
217+
<div class="col-sm-2">
218+
<a href="https://twitter.com/ProjectJupyter" class="twitter-follow-button" data-show-count="false">Follow @ProjectJupyter</a>
219+
</div>
220+
<div class="col-sm-2">
221+
<a href="https://blog.jupyter.org">Jupyter Blog</a>
222+
</div>
223+
<div class="col-sm-2">
224+
<a href="https://groups.google.com/forum/#!forum/jupyter">Jupyter Mailing List</a>
225+
</div>
226+
<div class="col-sm-2"><a href="http://ipython.org">IPython Project</a></div>
227+
</div>
228+
</div>
229+
</section>
230+
-->
209231
<!-- /.container -->
210232

211233
<!-- jQuery -->

0 commit comments

Comments
 (0)
Please sign in to comment.