diff --git a/Gemfile b/Gemfile index 5c41b36..54e01ae 100644 --- a/Gemfile +++ b/Gemfile @@ -15,3 +15,5 @@ group :jekyll_plugins do gem "jekyll-include-cache" gem "jekyll-algolia" end + +gem "webrick", "~> 1.9" diff --git a/_includes/shutdown_banner.html b/_includes/shutdown_banner.html new file mode 100644 index 0000000..6ff412f --- /dev/null +++ b/_includes/shutdown_banner.html @@ -0,0 +1,8 @@ + + + +
\ No newline at end of file diff --git a/assets/css/custom.css b/assets/css/custom.css index c7f7690..ed1b139 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -232,3 +232,12 @@ gap:20px; margin-bottom: 0em; } +.shutdown-banner{ + text-align: center; + font-weight:bold; + padding: 20px 20px; + margin:10px; + background-color: rgb(161, 199, 225); + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */ +} +