Skip to content

Commit fcfdb36

Browse files
Used date-util image as a header image for about section (no more images are available atm).
Adjusted overlay's opacity to match other pages.
1 parent 1462f43 commit fcfdb36

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

_pages/01_about.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@
77
<section class="about">
88
<div class="about__background-img-container">
99
<picture>
10-
<source srcset="../static/images/events_page/events_page_top_480x150px.jpg 480w,
11-
../static/images/events_page/events_page_top_960x300px.jpg 960w,
12-
../static/images/events_page/events_page_top_1920x600px.jpg 1920w"
10+
<source srcset="../static/images/about/date-util-evening-session_480x150px.jpg 480w,
11+
../static/images/about/date-util-evening-session_960x300px.jpg 960w,
12+
../static/images/about/date-util-evening-session_1920x600px.jpg 1920w,
13+
../static/images/about/date-util-evening-session_3840x1200px.jpg 3840w"
1314
media="(orientation: landscape)"
1415
sizes="100vw">
15-
<source srcset="../static/images/events_page/events_page_top_750x650px.jpg 750w,
16-
../static/images/events_page/events_page_top_1650x1100px.jpg 1650w"
16+
<source srcset="../static/images/about/date-util-evening-session_750x650px.jpg 750w,
17+
../static/images/about/date-util-evening-session_1650X1100px.jpg 1650w"
1718
media="(orientation: portrait)"
1819
sizes="100vw">
1920
<img class="about__background-img"
20-
src="../static/images/events_page/events_page_top_960x300px.jpg"
21-
alt="Events">
21+
src="../static/images/about/date-util-evening-session_960x300px.jpg"
22+
alt="About Us">
2223
</picture>
2324
<div class="about__page-title-container row container-fluid">
2425
<div class="col-sm-12">

_sass/about.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.about__background-img-container {
66
@extend .page__background-img-container;
77
&::after {
8-
background: rgba(0, 0, 0, 0.65);
8+
background: rgba(0, 0, 0, 0.75);
99
}
1010
}
1111

0 commit comments

Comments
 (0)