Skip to content

Commit bf012de

Browse files
committed
Merge pull request jupyter#21 from jupyter/navbar-changes
Usability testing changes
2 parents 4dab4a9 + 13a1345 commit bf012de

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
<a href="http://jupyter.readthedocs.org/en/latest/install.html" class="tab" id="tab">INSTALL</a>
6363
</li>
6464
<li>
65-
<a href="" class="tab navbar-active">ABOUT</a>
65+
<a href="" class="tab navbar-active">PROJECT</a>
6666
</li>
6767
<li>
68-
<a href="http://jupyter.readthedocs.org/en/latest/" class="tab">DOCS</a>
68+
<a href="http://jupyter.readthedocs.org/en/latest/" class="tab">DOCUMENTATION</a>
6969
</li>
7070
<li>
7171
<a href="https://blog.jupyter.org/" class="tab">BLOG</a>

donate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
<a href="http://jupyter.readthedocs.org/en/latest/install.html" class="tab" id="tab">INSTALL</a>
6666
</li>
6767
<li>
68-
<a href="about.html" class="tab">ABOUT</a>
68+
<a href="about.html" class="tab">PROJECT</a>
6969
</li>
7070
<li>
71-
<a href="http://jupyter.readthedocs.org/en/latest/" class="tab">DOCS</a>
71+
<a href="http://jupyter.readthedocs.org/en/latest/" class="tab">DOCUMENTATION</a>
7272
</li>
7373
<li>
7474
<a href="https://blog.jupyter.org/" class="tab">BLOG</a>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
<a href="http://jupyter.readthedocs.org/en/latest/install.html" class="tab" id="tab">INSTALL</a>
7070
</li>
7171
<li>
72-
<a href="about.html" class="tab">ABOUT</a>
72+
<a href="about.html" class="tab">PROJECT</a>
7373
</li>
7474
<li>
75-
<a href="http://jupyter.readthedocs.org/en/latest/" class="tab">DOCS</a>
75+
<a href="http://jupyter.readthedocs.org/en/latest/" class="tab">DOCUMENTATION</a>
7676
</li>
7777
<li>
7878
<a href="https://blog.jupyter.org/" class="tab">BLOG</a>

0 commit comments

Comments
 (0)