Skip to content

Commit

Permalink
Merge pull request #33 from bridgecrewio/logo_update_prisma
Browse files Browse the repository at this point in the history
New logo with Prisma Cloud.  Removed top banner
  • Loading branch information
Nimrod Kor authored May 11, 2023
2 parents 180d401 + a6d9e4a commit 6a56aa3
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 28 deletions.
71 changes: 68 additions & 3 deletions _includes/checkov.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="https://bridgecrew.io/about/?utm_source=checkovio&utm_medium=organic_oss&utm_campaign=checkov" class="footer-link">About Bridgecrew</a>
</li>
<li class="footer-li">
<a href="https://bridgecrew.io/platform/?utm_source=checkovio&utm_medium=organic_oss&utm_campaign=checkov" class="footer-link">Platform</a>
<a href="https://www.paloaltonetworks.com/prisma/cloud" class="footer-link">Prisma Cloud</a>
</li>
<li class="footer-li">
<a href="https://bridgecrew.io/terms-of-use/?utm_source=checkovio&utm_medium=organic_oss&utm_campaign=checkov" class="footer-link">Terms of use</a>
Expand Down
22 changes: 0 additions & 22 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
<header class="header">
<div class="header-bridgecrew show-for-large">
<div class="grid-container">
<div class="grid-x grid-padding-x align-middle">
<aside class="cell small-auto shrink">
<a href="https://www.bridgecrew.io?utm_source=checkovio&utm_medium=organic_oss&utm_campaign=checkov" target="_blank" class="logo-wrapper">
<img style="height:26px;width:auto;" alt="Bridgecrew.io" src="{{site.baseurl}}/assets/img/bridgecrew_logo_utility.png">
</a>
</aside>
<nav class="cell small-auto medium-10 shrink utility-nav">
<ul class="dropdown menu" data-dropdown-menu>
<li>
<a href="https://bridgecrew.io/?utm_source=checkovio&utm_medium=organic_oss&utm_campaign=checkov">About Bridgecrew by Prisma Cloud</a>
</li>
</ul>
</nav>
</div>
</div>
</div>

<div class="header-nav" id="sticky-nav">
<div class="grid-container">
<div class="grid-x grid-padding-x grid-padding-y align-middle">
Expand Down Expand Up @@ -54,9 +35,6 @@
<li class="button-container">
<a href="/1.Welcome/Quick%20Start.html" class="button primary rounded">Download</a>
</li>
<li class="button-container">
<a href="https://bridgecrew.io?utm_source=checkovio&utm_medium=organic_oss&utm_campaign=checkov" target="_blank" class="button gray rounded">Try Bridgecrew</a>
</li>
</ul>
</div>
<div class="cell small-auto hide-for-large shrink hamburger align-middle">
Expand Down
2 changes: 1 addition & 1 deletion assets/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/scss/global/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
}

@include breakpoint(large) {
top: 70px;
top: 10px;
}

.logo-wrapper {
Expand Down

0 comments on commit 6a56aa3

Please sign in to comment.