This is an automated email from the ASF dual-hosted git repository.

techdocsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid-website-src.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e0edfcf Druid Summit 2023 Promotion Banner
     new a3ae3928 Merge pull request #417 from 
muhammad-ali-imply/marketing/ds23-promo-banner
8e0edfcf is described below

commit 8e0edfcff3c74bfa43b0fb10b59f8c2ef8568c4b
Author: muhammad-ali-imply <[email protected]>
AuthorDate: Tue Sep 19 19:37:13 2023 -0500

    Druid Summit 2023 Promotion Banner
---
 src/css/base.css   | 24 ++++++++++++++++++++++++
 src/pages/index.js | 19 +++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/src/css/base.css b/src/css/base.css
index 3efc407e..3e0b663f 100644
--- a/src/css/base.css
+++ b/src/css/base.css
@@ -285,3 +285,27 @@ html, body {
       display: none;
   }
 }
+
+/* Banner styles start */
+.promotion-banner {
+  margin-top: -14px;
+  padding: 5px 5px 10px 5px;
+  text-align: center;
+  color: white;
+  overflow: hidden;
+  background-image: 
url('https://imply.io/wp-content/uploads/2023/09/ds23_background_stripe.png');
+  background-size: cover;
+  background-position: center;
+  margin-bottom: 30px;
+}
+
+/* Equivalent of linkStyle object */
+.promotion-banner a {
+  text-decoration: underline;
+}
+
+/* Equivalent of headerStyle object */
+.promotion-banner h4 {
+  margin-top: 20px;
+}
+/* Banner styles end */
\ No newline at end of file
diff --git a/src/pages/index.js b/src/pages/index.js
index d3a47ff2..e103d3e0 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -29,6 +29,25 @@ export default () => {
                 <p />
             </div>
         </main>
+
+        <section className="promotion-banner">
+          <div className="container">
+              <div className="text-center">
+                <h4>
+                  Druid Summit 2023 - Call for Speakers is now open!{' '}
+                  <a
+                    href="http://druidsummit.org/";
+                    target="_blank"
+                    rel="noopener noreferrer"
+                  >
+                    Apply to speak
+                  </a>{' '}
+                  by October 6th.
+                </h4>
+              </div>
+          </div>
+        </section>
+
             <div className="grid-container">
               <div className="grid-item">
               <h2>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to