Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Fix img links (#754)
Browse files Browse the repository at this point in the history
* change top banner language to explain site was a prototype

* fix image links
  • Loading branch information
aaronhans authored Apr 11, 2022
1 parent 8202eb9 commit cadc34a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/css/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ a.navbar-brand:visited {
background-repeat: no-repeat;
background-position: 5px 50%;
background-size: 15%;
background-image: url('https://www.alpha.ca.gov/img/ca-light.png');
background-image: url('https://alpha.ca.gov/img/ca-light.png');
}

.navbar-inverse,
Expand Down Expand Up @@ -359,7 +359,7 @@ a.navbar-brand:visited {

.nav-cali-bg {
padding-left: 35px;
background-image: url('https://www.alpha.ca.gov/img/ca-light.png');
background-image: url('https://alpha.ca.gov/img/ca-light.png');
background-repeat: no-repeat;
background-position: 5px 50%;
background-size: 10%;
Expand Down Expand Up @@ -581,7 +581,7 @@ a.navbar-brand:visited {
}

.official p {
background-image: url('https://www.alpha.ca.gov/img/ca-flag.png');
background-image: url('https://alpha.ca.gov/img/ca-flag.png');
background-repeat: no-repeat;
background-position: 5px 50%;
background-size: contain;
Expand Down
2 changes: 1 addition & 1 deletion src/office-of-digital-innovation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%= require('html-loader!../partials/meta-common.html') %>
<%= require('html-loader!../partials/favicons.html') %>
<!-- Social media post -->
<meta property="og:image" content="https://www.alpha.ca.gov/img/thumbnail.png">
<meta property="og:image" content="https://alpha.ca.gov/img/thumbnail.png">
<meta property="og:image:height" content="630">
<meta property="og:image:width" content="630">
<meta property="og:title" content="california office of digital innovation">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%= require('html-loader!../../partials/meta-common.html') %>
<%= require('html-loader!../../partials/favicons.html') %>
<!-- Social media post -->
<meta property="og:image" content="https://www.alpha.ca.gov/img/thumbnail.png">
<meta property="og:image" content="https://alpha.ca.gov/img/thumbnail.png">
<meta property="og:image:height" content="630">
<meta property="og:image:width" content="630">
<meta property="og:title" content="california office of digital innovation">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%= require('html-loader!../../partials/meta-common.html') %>
<%= require('html-loader!../../partials/favicons.html') %>
<!-- Social media post -->
<meta property="og:image" content="https://www.alpha.ca.gov/img/thumbnail.png">
<meta property="og:image" content="https://alpha.ca.gov/img/thumbnail.png">
<meta property="og:image:height" content="630">
<meta property="og:image:width" content="630">
<meta property="og:title" content="california office of digital innovation">
Expand Down

0 comments on commit cadc34a

Please sign in to comment.