Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions build-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ cd site_source_files && hugo && cd ..
echo -e "\033[0;32mMerging both sites into a single one...\033[0m"
mv docs_source_files/public/* site_source_files/public/documentation

echo -e "\033[0;32mRefreshing contents of the published directory...\033[0m"
#rm -rf $(ls site_source_files/public)
#mv site_source_files/public/* .

echo -e "\033[0;32mDone building site!\033[0m"
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@

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

</h3>

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

Expand All @@ -29,7 +34,7 @@
localStorage.setItem(config.id, Date.now());
return banner.parentElement.removeChild(banner);
});
})({ "id": "banner-conservancy", "duration": "" });
})({ "id": "banner-blm", "duration": "" });
</script>
</div>
</section>
Expand Down
8 changes: 6 additions & 2 deletions site_source_files/themes/selenium/static/css/index.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
/***/

html {
filter: grayscale(100%);
}

/*Hero Image Styles*/

.hero.homepage {
background-color: #43B02A;
background-image: url("/images/green-bg-opt.jpg");
background-color: black;
/*background-image: url("/images/green-bg-opt.jpg");*/
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down