File tree 3 files changed +19
-14
lines changed
site_source_files/themes/selenium
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 ..
12
12
echo -e " \033[0;32mMerging both sites into a single one...\033[0m"
13
13
mv docs_source_files/public/* site_source_files/public/documentation
14
14
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
-
19
15
echo -e " \033[0;32mDone building site!\033[0m"
Original file line number Diff line number Diff line change 3
3
4
4
< div class ="banner-notification ">
5
5
< 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 >
13
18
14
19
< button type ="button " class ="dismiss " aria-controls ="banner-conservancy " aria-label ="dismiss-this-banner "> X</ button >
15
20
29
34
localStorage . setItem ( config . id , Date . now ( ) ) ;
30
35
return banner . parentElement . removeChild ( banner ) ;
31
36
} ) ;
32
- } ) ( { "id" : "banner-conservancy " , "duration" : "" } ) ;
37
+ } ) ( { "id" : "banner-blm " , "duration" : "" } ) ;
33
38
</ script >
34
39
</ div >
35
40
</ section >
Original file line number Diff line number Diff line change 1
1
/***/
2
2
3
+ html {
4
+ filter : grayscale (100% );
5
+ }
6
+
3
7
/*Hero Image Styles*/
4
8
5
9
.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");*/
8
12
background-position : center;
9
13
background-repeat : no-repeat;
10
14
background-size : cover;
You can’t perform that action at this time.
0 commit comments