diff --git a/content/english/_index.md b/content/english/_index.md index 2e63401..11bc3d7 100644 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -40,17 +40,17 @@ banner: icon: "fa-brands fa-youtube" triple_section: enable: true - img_left: "/images/hmb/boston-light-mode.svg" - img_left_dark: "/images/hmb/boston-dark-mode.svg" + img_left: "/images/meetups/meetups-light-mode.svg" + img_left_dark: "/images/meetups/meetups-dark-mode.svg" alt_text_left: "left" - link_left: "/boston" - img_center: "/images/hms/seattle-light-mode.svg" - img_center_dark: "/images/hms/seattle-dark-mode.svg" + link_left: "/meetups" + img_center: "/images/newsletter.png" + img_center_dark: "/images/newsletter.png" alt_text_center: "center" - link_center: "/seattle" - img_right: "/images/meetups/meetups-light-mode.svg" - img_right_dark: "/images/meetups/meetups-dark-mode.svg" - link_right: "/meetups" + link_center: "/news" + img_right: "/images/chat.png" + img_right_dark: "/images/chat.png" + link_right: "/chat" alt_text_right: "right" button: enable: true diff --git a/static/images/chat.png b/static/images/chat.png new file mode 100644 index 0000000..b23cd00 Binary files /dev/null and b/static/images/chat.png differ diff --git a/static/images/newsletter.png b/static/images/newsletter.png new file mode 100644 index 0000000..e656516 Binary files /dev/null and b/static/images/newsletter.png differ