Skip to content

Commit 2268c64

Browse files
committed
Initial commit of the front page with the jupytercon landing.
1 parent 42730cb commit 2268c64

File tree

6 files changed

+269
-3
lines changed

6 files changed

+269
-3
lines changed

_includes/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<nav class="navbar navbar-fixed-top {% if page.navbar_gray %}navbar-gray{%endif%}" role="navigation" id="navbar" >
1+
<nav class="navbar navbar-fixed-top {% if page.navbar_gray %}navbar-gray{%endif%} {% if page.url == '/' | page.url == '/index.html' %}jupytercon-navbar{% endif %}" role="navigation" id="navbar" >
22
<div class="navbar-inner">
33
<div class="container">
44
<!-- Brand and toggle get grouped for better mobile display -->
@@ -10,12 +10,12 @@
1010
<span class="icon-bar"></span>
1111
</button>
1212
<a class="navbar-brand" href="{{site.baseurl}}/index.html">
13-
<img class="navbar-logo" src="{{site.baseurl}}/assets/nav_logo.svg" alt="Jupyter logo">
13+
<img class="navbar-logo" src="{% if page.url == '/' | page.url == '/index.html' %}{{site.baseurl}}/assets/white_nav_logo.svg{% else %}{{site.baseurl}}/assets/nav_logo.svg{%endif%}" alt="Jupyter logo">
1414
</a>
1515
</div>
1616
<!-- Collect the nav links, forms, and other content for toggling -->
1717
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
18-
<ul class="nav navbar-nav navbar-right">
18+
<ul class="nav navbar-nav navbar-right {% if page.url == '/' | page.url == '/index.html' %}jupytercon-nav{% endif %}">
1919
{% for nav in site.data.nav.head %}
2020
{% if nav.url %}
2121
<li>

assets/jupytercon-logo.svg

Lines changed: 96 additions & 0 deletions
Loading

assets/jupytercon-ny.jpg

688 KB
Loading

0 commit comments

Comments
 (0)