Skip to content

Commit

Permalink
update font, background and logos
Browse files Browse the repository at this point in the history
Signed-off-by: William Brandler <[email protected]>
  • Loading branch information
williambrandler committed Mar 1, 2022
1 parent 285fb2a commit 37d5f53
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!-- Custom Fonts -->
<link href="font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet" type="text/css">

<link rel="shortcut icon" href="img/favicon.ico?q=1">

Expand Down
3 changes: 2 additions & 1 deletion _posts/2019-10-10-services-4.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ description: |
---
<div>
<a href="https://www.regeneron.com/genetics-center">
<img src="img/regeneron.png" width="300px" />
<img src="img/regeneron.png" width="150px" />
</a>
<br/><br/>
<a href="https://databricks.com">
<img src="img/databricks.png" width="300px" />
</a>
Expand Down
6 changes: 3 additions & 3 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ h3,
h4,
h5,
h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-family: "DM Sans",sans-serif;
font-weight: 700;
}

Expand All @@ -31,7 +31,7 @@ h6 {
padding-bottom: 50px;
text-align: center;
color: #f8f8f8;
background: #000000 url(../img/intro-bg.jpg) no-repeat center center;
background: #000000 url(../img/Glow-HeroBG.png) no-repeat center center;
background-size: cover;
}

Expand Down Expand Up @@ -112,7 +112,7 @@ h6 {
.banner {
padding: 100px 0;
color: #f8f8f8;
background: url(../img/intro-bg.jpg) no-repeat center center;
background: url(../img/Glow-HeroBG.png) no-repeat center center;
background-size: cover;
}

Expand Down
Binary file added img/Glow-HeroBG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/regeneron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 37d5f53

Please sign in to comment.