From 1f0aa62f47c95f7ca2ca085339e24e86b427e554 Mon Sep 17 00:00:00 2001
From: Olivier Goulet <olivier.goulet@eclipse-foundation.org>
Date: Tue, 12 Mar 2024 12:44:27 +0000
Subject: [PATCH] feat: policy change alert

---
 content/home/_index.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/content/home/_index.md b/content/home/_index.md
index 0abe220..be92324 100644
--- a/content/home/_index.md
+++ b/content/home/_index.md
@@ -59,6 +59,20 @@ keywords:
 page_css_file: /public/css/homepage.css
 ---
 
+{{< grid/div class="container" isMarkdown="false">}}
+  <div class="alert alert-info margin-top-40" role="alert" style="margin-bottom: -2rem;">
+    <div class="fa-stack">
+      <i class="fa fa-circle-o fa-stack-2x" aria-hidden="true"></i>
+      <i class="fa fa-info fa-stack-1x" aria-hidden="true"></i>
+    </div>&nbsp;
+    We have recently updated our 
+    <a class="alert-link" href="/legal/privacy.php">Privacy Policy</a> 
+    and <a class="alert-link" href="/legal/termsofuse.php">Terms of Use</a> 
+    as of 15 February 2024. For more information, click 
+    <a class="alert-link" href="https://newsroom.eclipse.org/news/announcements/updates-eclipse-foundation-privacy-policy-and-eclipseorg-terms-use">here</a>.
+  </div>
+{{</ grid/div >}}
+
 {{< grid/section-container class="margin-top-40 margin-bottom-40" isMarkdown="false" >}}
     {{< pages/home/news title="Announcements" type="announcements" id="news-list-announcements" image_url="/images/redesign-stock/announcements.jpg" subscribe_url="https://newsroom.eclipse.org/rss/news/eclipse_org/announcements.xml" view_all_url="https://newsroom.eclipse.org/eclipse/announcements/" >}}
 {{</ grid/section-container >}}
-- 
GitLab