Skip to content

Commit

Permalink
OTWO-7299 Blackduck branding changes for OpenHub (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sig authored Oct 8, 2024
1 parent fbf4a95 commit 14c6900
Show file tree
Hide file tree
Showing 38 changed files with 202 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ NVD_LINK = 'https://nvd.nist.gov/nvd.cfm?cvename='

TRAVIS_API_BASE_URL = 'https://api.travis-ci.org/'
CII_API_BASE_URL = 'https://bestpractices.coreinfrastructure.org/'
CII_PROJECTS_EMAIL_RECEIPIENT = 'ohteam@synopsys.com'
CII_PROJECTS_EMAIL_RECEIPIENT = 'ohteam@blackduck.com'

FIREBASE_API_KEY =
FIREBASE_PROJECT_ID =
Expand Down
Binary file modified app/assets/images/docs/API_License_Agreement.pdf
Binary file not shown.
53 changes: 53 additions & 0 deletions app/assets/images/logo/BlackDuckLogo-OnDark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions app/assets/images/logo/BlackDuckLogo.svg
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 app/assets/javascripts/firebase.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ uiConfig = ->
provider: firebase.auth.PhoneAuthProvider.PROVIDER_ID
recaptchaParameters: size: 'invisible'
} ]
'tosUrl': 'https://community.synopsys.com/s/article/Black-Duck-Open-Hub-Terms-of-Use'
'tosUrl': 'https://community.blackduck.com/s/article/Black-Duck-Open-Hub-Terms-of-Use'
'privacyPolicyUrl': ->
window.location.assign 'https://community.synopsys.com/s/article/Black-Duck-Open-Hub-Open-Hub-Privacy-Policy'
window.location.assign 'https://community.blackduck.com/s/article/Black-Duck-Open-Hub-Open-Hub-Privacy-Policy'

initializeFirebase = ->
firebase.initializeApp(
Expand Down
3 changes: 2 additions & 1 deletion app/assets/stylesheets/api/custom.sass
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
float: left

img
width: 100px
width: 140px
height: 30px

.btn-dark
Expand All @@ -28,6 +28,7 @@
.separator-div
display: flex
color: #fff
padding-left: 26px

header
background-color: #f6f6f6
Expand Down
5 changes: 4 additions & 1 deletion app/assets/stylesheets/buttons.sass
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ button.btn:active
border-color: #79B247
&.disabled, &[disabled]
background-color: #79B247 !important

background-color: #FFB819 !important
&:hover
background-color: #E07C05 !important
border-color: #E07C05 !important
.btn-warning
@include warning-button-colors
&.no-hover:hover
Expand Down
6 changes: 6 additions & 0 deletions app/assets/stylesheets/home.sass
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ input:focus::-ms-input-placeholder
margin-bottom: 0
margin-top: 0
margin-right: 2px
-webkit-filter:grayscale(1)
filter: grayscale(1)
opacity: .75
a.top_ten_icon p
opacity: .75
background-color: #999
.for_search_all_code
@include site-placeholder-color
height: 23px !important
Expand Down
3 changes: 0 additions & 3 deletions app/assets/stylesheets/oh-colors.sass
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/////////////////////////////////////////////////////////////////////////////////
//
// New OTWO COLOR STANDARDS (from marketing, Nov. 2019)
// https://sig-confluence.internal.synopsys.com/pages/viewpage.action?spaceKey=O2&title=2019+OH+Color+Standards
// base color defs, used below as keys for $OH_COLORS map
$FOOTER_BACKGROUND: -1
$SECTION_BACKGROUND: -2
Expand Down
Loading

0 comments on commit 14c6900

Please sign in to comment.