diff --git a/content/home/slider.md b/content/home/slider.md index e76169323..9a40d2257 100644 --- a/content/home/slider.md +++ b/content/home/slider.md @@ -35,6 +35,15 @@ height = "390px" #cta_icon_pack = "fas" #cta_icon = "graduation-cap" +[[item]] + title = "" + content = "" + align = "" + + overlay_color = "#000000" # An HTML color value. + overlay_img = "headers/Congrats_Jiali.png" # Image path relative to your `static/media/` folder. + overlay_filter = 0.2 # Darken the image. Value in range 0-1. + [[item]] title = "" content = "" diff --git a/static/media/headers/Congrats_Jiali.png b/static/media/headers/Congrats_Jiali.png new file mode 100644 index 000000000..522840e3b Binary files /dev/null and b/static/media/headers/Congrats_Jiali.png differ