Skip to content

Commit

Permalink
add cultivating algos header
Browse files Browse the repository at this point in the history
  • Loading branch information
bricofStitchFix committed Mar 2, 2020
1 parent 42bf9ed commit 82a2ff4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 6 deletions.
4 changes: 2 additions & 2 deletions css/multithreaded-main.css
Expand Up @@ -409,10 +409,10 @@ li.nav-tour, a.nav-tour {
display: none;
}

@media only screen and (max-width : 737px) {
@media only screen and (max-width : 1007px) {

li.nav-tour, a.nav-tour {
display: none;
display: block;
}

li.nav-algorithms-tour, a.nav-algorithms-tour {
Expand Down
40 changes: 36 additions & 4 deletions index.html
Expand Up @@ -63,16 +63,26 @@
<img src="img/social/tweet-the-tour-sm.svg" alt="tweet the tour">
</a>
</li>
<li class="flex-4">
<li class="flex-4 nav-algorithms-tour">
<a href="http://multithreaded.stitchfix.com/engineering" class="global-nav__item ">
Engineering
</a>
</li>
<li class="flex-4">
<li class="flex-3 nav-tour">
<a href="http://multithreaded.stitchfix.com/engineering" class="global-nav__item ">
Eng
</a>
</li>
<li class="flex-4 nav-algorithms-tour">
<a href="http://multithreaded.stitchfix.com/algorithms" class="global-nav__item ">
Algorithms
</a>
</li>
<li class="flex-3 nav-tour">
<a href="http://multithreaded.stitchfix.com/algorithms" class="global-nav__item ">
Algo
</a>
</li>
<li class="flex-3 nav-algorithms-tour">
<a href="http://algorithms-tour.stitchfix.com/" class="global-nav__item current">
Algorithms Tour
Expand All @@ -83,6 +93,16 @@
Tour
</a>
</li>
<li class="flex-3 nav-algorithms-tour">
<a href="http://cultivating-algos.stitchfix.com/" class="global-nav__item">
Cultivating Algos
</a>
</li>
<li class="flex-3 nav-tour">
<a href="http://cultivating-algos.stitchfix.com/" class="global-nav__item">
Garden
</a>
</li>
<li class="flex-3">
<a href="http://multithreaded.stitchfix.com/careers" class="global-nav__item ">
Careers
Expand All @@ -105,18 +125,30 @@
<img src="img/social/tweet-the-tour-sm.svg" alt="tweet the tour">
</a>
<div class="right">
<a href="http://multithreaded.stitchfix.com/engineering" class="global-nav__item ">
<a href="http://multithreaded.stitchfix.com/engineering" class="global-nav__item nav-algorithms-tour">
Engineering
</a>
<a href="http://multithreaded.stitchfix.com/algorithms" class="global-nav__item ">
<a href="http://multithreaded.stitchfix.com/engineering" class="global-nav__item nav-tour">
Eng
</a>
<a href="http://multithreaded.stitchfix.com/algorithms" class="global-nav__item nav-algorithms-tour">
Algorithms
</a>
<a href="http://multithreaded.stitchfix.com/algorithms" class="global-nav__item nav-tour">
Algo
</a>
<a href="http://algorithms-tour.stitchfix.com" class="global-nav__item current nav-algorithms-tour">
Algorithms Tour
</a>
<a href="http://algorithms-tour.stitchfix.com" class="global-nav__item current nav-tour">
Tour
</a>
<a href="http://cultivating-algos.stitchfix.com" class="global-nav__item nav-algorithms-tour">
Cultivating Algos
</a>
<a href="http://cultivating-algos.stitchfix.com" class="global-nav__item nav-tour">
Garden
</a>
<a href="http://multithreaded.stitchfix.com/careers" class="global-nav__item ">
Careers
</a>
Expand Down

0 comments on commit 82a2ff4

Please sign in to comment.