Skip to content

Commit

Permalink
feat / /browse /docs: update pride logo
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Jun 4, 2024
1 parent 32004fa commit 2522d69
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file added .assets/brand/pride2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions browse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="../" class="d-flex align-items-center mb-2 me-2 mb-lg-0 link-body-emphasis text-decoration-none">
<img src="../.assets/brand/pride.jpg" width="35" height="35" class="rounded-3" alt="" />
<img src="../.assets/brand/pride2.jpg" width="35" height="35" class="rounded-3" alt="" />
</a>
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li><a href="../" class="nav-link px-2 link-body-emphasis">Home</a></li>
Expand Down Expand Up @@ -66,7 +66,7 @@
<div class="p-2 d-lg-none d-inline"></div>
<nav class="navbar fixed-top d-lg-none d-inline blueprint-navbar-mobile">
<div class="container-fluid">
<a href="../" class="d-flex align-items-center mb-2 me-2 mt-2 mb-lg-0 link-body-emphasis text-decoration-none"><img src="../.assets/brand/pride.jpg" width="40" height="40" class="rounded-3" alt="" /></a>
<a href="../" class="d-flex align-items-center mb-2 me-2 mt-2 mb-lg-0 link-body-emphasis text-decoration-none"><img src="../.assets/brand/pride2.jpg" width="40" height="40" class="rounded-3" alt="" /></a>
<div class="dropdown">
<button class="btn btn-secondary bg-dark-subtle border-0 nav-dropdown-btn" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="navbar-toggler-icon"></span>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="../" class="d-flex align-items-center mb-2 me-2 mb-lg-0 link-body-emphasis text-decoration-none">
<img src="../.assets/brand/pride.jpg" width="35" height="35" class="rounded-3" alt="" />
<img src="../.assets/brand/pride2.jpg" width="35" height="35" class="rounded-3" alt="" />
</a>
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li><a href="../" class="nav-link px-2 link-body-emphasis">Home</a></li>
Expand Down Expand Up @@ -67,7 +67,7 @@
<div class="p-2 d-lg-none d-inline"></div>
<nav class="navbar fixed-top d-lg-none d-inline blueprint-navbar-mobile">
<div class="container-fluid">
<a href="../" class="d-flex align-items-center mb-2 me-2 mt-2 mb-lg-0 link-body-emphasis text-decoration-none"><img src="../.assets/brand/pride.jpg" width="40" height="40" class="rounded-3" alt="" /></a>
<a href="../" class="d-flex align-items-center mb-2 me-2 mt-2 mb-lg-0 link-body-emphasis text-decoration-none"><img src="../.assets/brand/pride2.jpg" width="40" height="40" class="rounded-3" alt="" /></a>
<div class="dropdown">
<button class="btn btn-secondary bg-dark-subtle border-0 nav-dropdown-btn" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="navbar-toggler-icon"></span>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="." class="d-flex align-items-center mb-2 me-2 mb-lg-0 link-body-emphasis text-decoration-none">
<img src="./.assets/brand/pride.jpg" width="35" height="35" class="rounded-3" alt="" />
<img src="./.assets/brand/pride2.jpg" width="35" height="35" class="rounded-3" alt="" />
</a>
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li><a href="." class="nav-link px-2 link-secondary">Home</a></li>
Expand Down Expand Up @@ -66,7 +66,7 @@
<!--<div class="p-2 d-lg-none d-inline"></div>-->
<nav class="navbar fixed-top d-lg-none d-inline blueprint-navbar-mobile">
<div class="container-fluid">
<a href="." class="d-flex align-items-center mb-2 me-2 mt-2 mb-lg-0 link-body-emphasis text-decoration-none"><img src="./.assets/brand/pride.jpg" width="40" height="40" class="rounded-3" alt="" /></a>
<a href="." class="d-flex align-items-center mb-2 me-2 mt-2 mb-lg-0 link-body-emphasis text-decoration-none"><img src="./.assets/brand/pride2.jpg" width="40" height="40" class="rounded-3" alt="" /></a>
<div class="dropdown">
<button class="btn btn-secondary bg-dark-subtle border-0 nav-dropdown-btn" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="navbar-toggler-icon"></span>
Expand Down

0 comments on commit 2522d69

Please sign in to comment.