Skip to content

Commit ebcafc8

Browse files
authored
Black Lives Matter (SeleniumHQ#453) [deploy site]
* Black Lives Matter
1 parent 91a1cda commit ebcafc8

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

build-site.sh

-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,4 @@ cd site_source_files && hugo && cd ..
1212
echo -e "\033[0;32mMerging both sites into a single one...\033[0m"
1313
mv docs_source_files/public/* site_source_files/public/documentation
1414

15-
echo -e "\033[0;32mRefreshing contents of the published directory...\033[0m"
16-
#rm -rf $(ls site_source_files/public)
17-
#mv site_source_files/public/* .
18-
1915
echo -e "\033[0;32mDone building site!\033[0m"

site_source_files/themes/selenium/layouts/partials/banner-notification.html

+13-8
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33

44
<div class="banner-notification">
55
<section class="banner-message">
6-
<div class= "banner-message-container" id="banner-conservancy">
7-
Tickets for <b>[SeleniumConf India]</b> are on sale Now!
8-
Go <a target='_blank' href="https://confengine.com/selenium-conf-2020/register/selection">HERE</a>!
9-
<p>
10-
The Call for Proposals is now OPEN for <b>[SeleniumConf Chicago]</b>
11-
Submit <a target='_blank' href="https://bit.ly/2tHX4RG">HERE</a>!
12-
</p>
6+
<div class= "banner-message-container" id="banner-blm">
7+
<h3>
8+
<strong>BLACK LIVES MATTER</strong>
9+
</h3>
10+
<h3>
11+
In solidarity, we ask that you consider financially supporting efforts such as
12+
<a target='_blank' href="https://secure.actblue.com/donate/ms_blm_homepage_2019">Black Lives Matter</a>,
13+
<a target='_blank' href="https://support.eji.org/give/153413/#!/donation/checkout">The Equal Justice Initiative</a>,
14+
<a target='_blank' href="https://www.naacpldf.org/">NAACP Legal Defense and Education Fund</a>,
15+
or your local civil rights charity.
16+
17+
</h3>
1318

1419
<button type="button" class="dismiss" aria-controls="banner-conservancy" aria-label="dismiss-this-banner">X</button>
1520

@@ -29,7 +34,7 @@
2934
localStorage.setItem(config.id, Date.now());
3035
return banner.parentElement.removeChild(banner);
3136
});
32-
})({ "id": "banner-conservancy", "duration": "" });
37+
})({ "id": "banner-blm", "duration": "" });
3338
</script>
3439
</div>
3540
</section>

site_source_files/themes/selenium/static/css/index.css

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
/***/
22

3+
html {
4+
filter: grayscale(100%);
5+
}
6+
37
/*Hero Image Styles*/
48

59
.hero.homepage {
6-
background-color: #43B02A;
7-
background-image: url("/images/green-bg-opt.jpg");
10+
background-color: black;
11+
/*background-image: url("/images/green-bg-opt.jpg");*/
812
background-position: center;
913
background-repeat: no-repeat;
1014
background-size: cover;

0 commit comments

Comments
 (0)