Skip to content

Commit 215f177

Browse files
update JuliaGP Navbar
1 parent a139062 commit 215f177

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

assets/scripts/JuliaGPNavbar.html

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -239,18 +239,22 @@
239239
background: #9b9b9b;
240240
}
241241
}
242+
@media only screen and (max-width: 768px) {
243+
.turing-logo {
244+
display: none !important;
245+
}
246+
}
247+
@media only screen and (min-width: 768px) {
248+
.turing-collab {
249+
display: none !important;
250+
}
251+
}
242252
</style>
243253
<nav class="ext-navigation">
244254
<a href="https://github.com/JuliaGaussianProcesses">
245255
<img src="https://avatars.githubusercontent.com/u/57909728?s=200&v=4" alt="JuliaGP Logo" class="ext-navbar-logo" height="24px" width="40px">
246256
</a>
247-
<a href="#">
248-
<img src="#" alt="🤝" class="ext-navbar-logo" height="24px" width="40px">
249-
</a>
250-
<a href="https://turinglang.org/">
251-
<img src="https://turinglang.org/assets/images/turing-logo.svg" alt="Turing Logo" class="ext-navbar-logo" height="24px" width="40px">
252-
</a>
253-
<!-- <a style="color: white !important; font-size: 21.25px !important; margin-left: 10px;" href="https://github.com/JuliaGaussianProcesses">JuliaGP</a> -->
257+
<a style="color: white !important; font-size: 21.25px !important; margin-left: 10px;" href="https://github.com/JuliaGaussianProcesses">JuliaGP</a>
254258
<ul class="ext-nav-links">
255259
<li>
256260
<a class="ext-nav-link" href="https://juliagaussianprocesses.github.io/AbstractGPs.jl/">AbstractGPs</a>
@@ -264,6 +268,9 @@
264268
<li>
265269
<a class="ext-nav-link" href="https://juliagaussianprocesses.github.io/ApproximateGPs.jl/">ApproximateGPs</a>
266270
</li>
271+
<li>
272+
<a class="ext-nav-link turing-collab" href="https://turinglang.org">A collaborative project with Turing.jl team</a>
273+
</li>
267274
<!-- Add a Dropdown with these classes in case it's required so that the current CSS works fine -->
268275
<!-- <li>
269276
<p class="ext-nav-link" id="library-handler">Libraries</p>
@@ -343,7 +350,11 @@
343350
</div>
344351
</li> -->
345352
</ul>
346-
<a href="https://github.com/JuliaGaussianProcesses/">
353+
<a href="https://turinglang.org/" title="A collaborative project with Turing.jl team">
354+
<img src="https://turinglang.org/assets/images/turing-logo.svg" alt="Turing Logo" class="ext-navbar-logo turing-logo" height="24px" width="40px">
355+
</a>
356+
<!-- Github Logo -->
357+
<!-- <a href="https://github.com/JuliaGaussianProcesses/">
347358
<svg width="32px" height="32px" viewBox="-8.2 -8.2 36.40 36.40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000">
348359
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
349360
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
@@ -363,7 +374,7 @@
363374
</g>
364375
</g>
365376
</svg>
366-
</a>
377+
</a> -->
367378
<span class="ext-menu-toggle">&#9776;</span>
368379
</nav>
369380
<script>

0 commit comments

Comments
 (0)