|
239 | 239 | background: #9b9b9b;
|
240 | 240 | }
|
241 | 241 | }
|
| 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 | + } |
242 | 252 | </style>
|
243 | 253 | <nav class="ext-navigation">
|
244 | 254 | <a href="https://github.com/JuliaGaussianProcesses">
|
245 | 255 | <img src="https://avatars.githubusercontent.com/u/57909728?s=200&v=4" alt="JuliaGP Logo" class="ext-navbar-logo" height="24px" width="40px">
|
246 | 256 | </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> |
254 | 258 | <ul class="ext-nav-links">
|
255 | 259 | <li>
|
256 | 260 | <a class="ext-nav-link" href="https://juliagaussianprocesses.github.io/AbstractGPs.jl/">AbstractGPs</a>
|
|
264 | 268 | <li>
|
265 | 269 | <a class="ext-nav-link" href="https://juliagaussianprocesses.github.io/ApproximateGPs.jl/">ApproximateGPs</a>
|
266 | 270 | </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> |
267 | 274 | <!-- Add a Dropdown with these classes in case it's required so that the current CSS works fine -->
|
268 | 275 | <!-- <li>
|
269 | 276 | <p class="ext-nav-link" id="library-handler">Libraries</p>
|
|
343 | 350 | </div>
|
344 | 351 | </li> -->
|
345 | 352 | </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/"> |
347 | 358 | <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">
|
348 | 359 | <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
349 | 360 | <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
|
363 | 374 | </g>
|
364 | 375 | </g>
|
365 | 376 | </svg>
|
366 |
| - </a> |
| 377 | + </a> --> |
367 | 378 | <span class="ext-menu-toggle">☰</span>
|
368 | 379 | </nav>
|
369 | 380 | <script>
|
|
0 commit comments