Skip to content

Commit d895b26

Browse files
committed
User Testing Changes
-Navbar items that aren’t hosted on the main site are redirected to new tabs -Jupyterhub logo is now fixed for tablet sized screens
1 parent 2f19eaa commit d895b26

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@
5959
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
6060
<ul class="nav navbar-nav navbar-right">
6161
<li>
62-
<a href="http://jupyter.readthedocs.org/en/latest/install.html" class="tab" id="tab">INSTALL</a>
62+
<a href="http://jupyter.readthedocs.org/en/latest/install.html" class="tab" id="tab" target="_blank">INSTALL</a>
6363
</li>
6464
<li>
6565
<a href="" class="tab navbar-active">PROJECT</a>
6666
</li>
6767
<li>
68-
<a href="http://jupyter.readthedocs.org/en/latest/" class="tab">DOCUMENTATION</a>
68+
<a href="http://jupyter.readthedocs.org/en/latest/" class="tab" target="_blank">DOCUMENTATION</a>
6969
</li>
7070
<li>
71-
<a href="https://blog.jupyter.org/" class="tab">BLOG</a>
71+
<a href="https://blog.jupyter.org/" class="tab" target="_blank">BLOG</a>
7272
</li>
7373
<li>
7474
<a href="donate.html" class="tab">DONATE</a>

css/logo-nav.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,9 @@ a {
357357
.hubfeature h2 {
358358
text-align: center;
359359
}
360+
#hubicon {
361+
width: 60%;
362+
}
360363
}
361364
.architecturedescription p {
362365
padding-top: 26px;

donate.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@
6262
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
6363
<ul class="nav navbar-nav navbar-right">
6464
<li>
65-
<a href="http://jupyter.readthedocs.org/en/latest/install.html" class="tab" id="tab">INSTALL</a>
65+
<a href="http://jupyter.readthedocs.org/en/latest/install.html" class="tab" id="tab" target="_blank">INSTALL</a>
6666
</li>
6767
<li>
6868
<a href="about.html" class="tab">PROJECT</a>
6969
</li>
7070
<li>
71-
<a href="http://jupyter.readthedocs.org/en/latest/" class="tab">DOCUMENTATION</a>
71+
<a href="http://jupyter.readthedocs.org/en/latest/" class="tab" target="_blank">DOCUMENTATION</a>
7272
</li>
7373
<li>
74-
<a href="https://blog.jupyter.org/" class="tab">BLOG</a>
74+
<a href="https://blog.jupyter.org/" class="tab" target="_blank">BLOG</a>
7575
</li>
7676
<li>
7777
<a href="" class="tab navbar-active">DONATE</a>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@
6666
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
6767
<ul class="nav navbar-nav navbar-right">
6868
<li>
69-
<a href="http://jupyter.readthedocs.org/en/latest/install.html" class="tab" id="tab">INSTALL</a>
69+
<a href="http://jupyter.readthedocs.org/en/latest/install.html" class="tab" id="tab" target="_blank">INSTALL</a>
7070
</li>
7171
<li>
7272
<a href="about.html" class="tab">PROJECT</a>
7373
</li>
7474
<li>
75-
<a href="http://jupyter.readthedocs.org/en/latest/" class="tab">DOCUMENTATION</a>
75+
<a href="http://jupyter.readthedocs.org/en/latest/" class="tab" target="_blank">DOCUMENTATION</a>
7676
</li>
7777
<li>
78-
<a href="https://blog.jupyter.org/" class="tab">BLOG</a>
78+
<a href="https://blog.jupyter.org/" class="tab" target="_blank">BLOG</a>
7979
</li>
8080
<li>
8181
<a href="donate.html" class="tab">DONATE</a>
@@ -205,7 +205,7 @@ <h2 style="text-align:center;">Currently in use at</h2>
205205
<div class="container">
206206
<div class="hubheader">
207207
<div class="hublogo col-md-5">
208-
<img src="assets/hublogo.svg" class="img-responsive" style="margin:0 auto;">
208+
<img src="assets/hublogo.svg" class="img-responsive" style="margin:0 auto;" id="hubicon">
209209
</div>
210210
<div class="hubdescription col-md-7">
211211
<h2>Jupyter for Organizations</h2>

0 commit comments

Comments
 (0)