Skip to content

Commit

Permalink
Fixed stylings of homepage banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Earl Soriano Fojas/Server Solutions G /SRPH/Engineer/Samsung Electronics committed Sep 27, 2023
1 parent 7089335 commit ed7c5b2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _includes/homepage_banner.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="text-center banner">
<h2 class="fw-700 fs-8 header"> {% t site.header %} </h2>
<h3 class="fw-700 fs-6 header"> {% t site.subheader %} </h3>
<div class="text-center banner banner-dark">
<h2 class="fw-900 fs-8 header"> {% t site.header %} </h2>
<h3 class="fw-800 fs-6 header"> {% t site.subheader %} </h3>
{% t site.tagline %}
</div>
2 changes: 2 additions & 0 deletions _sass/color_schemes/dark.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import "./color_schemes/dark";

19 changes: 18 additions & 1 deletion _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
@font-face{
font-family:"helvetica-neue-lt-std-97-black-condensed";
src:url("https://candyfonts.com/wp-data/2019/04/06/51168/HelveticaNeueLTStd-BlkCn.otf") format("woff"),
url("https://candyfonts.com/wp-data/2019/04/06/51168/HelveticaNeueLTStd-BlkCn.otf") format("opentype"),
url("https://candyfonts.com/wp-data/2019/04/06/51168/HelveticaNeueLTStd-BlkCn.otf") format("truetype");
}

.header {
color: #00efff;
font-style: italic;
font-family: helvetica-neue-lt-std-97-black-condensed;
text-shadow: 0px 1px 1px #4d4d4d;
}

h2.header {
padding-top: 5.1em;
}

h3.header {
margin-top: 0px;
}

.banner {
background-image: url("../../assets/images/[email protected]");
height: 650px;
}

.banner-dark {
background-image: url("../../assets/images/ic_banner_night.png");
}
Binary file added assets/images/ic_banner_day.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 removed assets/images/[email protected]
Binary file not shown.
Binary file added assets/images/ic_banner_night.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 removed assets/images/[email protected]
Binary file not shown.

0 comments on commit ed7c5b2

Please sign in to comment.