File tree Expand file tree Collapse file tree 3 files changed +19
-14
lines changed
site_source_files/themes/selenium Expand file tree Collapse file tree 3 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,4 @@ cd site_source_files && hugo && cd ..
1212echo -e " \033[0;32mMerging both sites into a single one...\033[0m"
1313mv 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-
1915echo -e " \033[0;32mDone building site!\033[0m"
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments