From a704786fbf8ff9cd7bff1c615ec5aeec2e14d254 Mon Sep 17 00:00:00 2001 From: Hardik Shrestha Date: Thu, 21 Nov 2024 10:34:34 -0500 Subject: [PATCH] update events --- css/events.css | 87 ++++++++++++++++++++++++++++++++++++++++++++ sections/events.html | 79 ++++++++++++++++++++++++++++++++++++++-- 2 files changed, 162 insertions(+), 4 deletions(-) create mode 100644 css/events.css diff --git a/css/events.css b/css/events.css new file mode 100644 index 0000000..fec8e88 --- /dev/null +++ b/css/events.css @@ -0,0 +1,87 @@ +/* Scoped styling for the events section */ +.events-section .fade-in { + animation: fadeIn 1s ease-in-out; + margin: 2rem auto; + max-width: 1200px; + padding: 1rem; + font-family: 'Arial', sans-serif; +} + +.events-section .fade-in h2 { + text-align: center; + color: #2b3d50; + font-size: 2.5rem; + margin-bottom: 1.5rem; +} + +.events-section .fade-in p { + text-align: center; + font-size: 1.2rem; + color: #4a4a4a; + margin-bottom: 2rem; +} + +.events-section .event-tiles { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + gap: 1.5rem; +} + +.events-section .event-tile { + background: #f9f9f9; + border-radius: 10px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + overflow: hidden; + width: 300px; + transition: transform 0.3s, box-shadow 0.3s; + text-align: center; + display: flex; + flex-direction: column; + justify-content: space-between; +} + +.events-section .event-tile:hover { + transform: translateY(-10px); + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); +} + +.events-section .event-tile h3 { + font-size: 1.5rem; + color: #2b3d50; + margin: 1rem 0; +} + +.events-section .event-tile p { + font-size: 1rem; + color: #4a4a4a; + margin: 0.5rem 1rem; +} + +.events-section .event-tile a { + display: inline-block; + text-decoration: none; + background: #2b3d50; + color: white; + padding: 0.8rem 1.2rem; + border-radius: 5px; + font-weight: bold; + margin: 1rem auto; + transition: background-color 0.3s; +} + +.events-section .event-tile a:hover { + background: #44607d; +} + +/* Add fade-in animation */ +@keyframes fadeIn { + from { + opacity: 0; + transform: translateY(20px); + } + to { + opacity: 1; + transform: translateY(0); + } +} diff --git a/sections/events.html b/sections/events.html index fa735c3..e0d286e 100644 --- a/sections/events.html +++ b/sections/events.html @@ -1,4 +1,75 @@ -
-

Upcoming Events

-

Join us for events designed to foster critical thinking and sustainable solutions. Stay tuned for updates on our Diversity of Thought series and other initiatives.

-
+ + + + + + Upcoming Events + + + +
+
+

Upcoming Events

+

Join us for events designed to foster critical thinking and sustainable solutions. Below are the events scheduled for the Diversity of Thought series and Open Forums:

+ +
+
+

Diversity of Thought: Systems Thinking

+

Date: January 17, 2025

+

Time: 1:30 PM - 4:30 PM

+

Explore the interconnectedness of global challenges through systems thinking. Gain insights on how holistic frameworks can address sustainability and resilience.

+ Contact Organizer +
+ +
+

Open Forum: Degrowth and Circular Economies

+

Date: January 24, 2025

+

Time: 3:00 PM - 5:00 PM

+

Led by Hardik Shrestha, this session explores how circular economies can support sustainable industries within a degrowth framework.

+ Contact Organizer +
+ +
+

Diversity of Thought: Critical Thinking

+

Date: February 14, 2025

+

Time: 1:30 PM - 4:30 PM

+

Sharpen your ability to analyze assumptions and explore alternative viewpoints. This session fosters critical evaluation of conventional economic paradigms.

+ Contact Organizer +
+ +
+

Open Forum: Financial Inequalities and Sustainable Solutions

+

Date: February 21, 2025

+

Time: 3:00 PM - 5:00 PM

+

A discussion on how financial systems perpetuate inequality and innovative strategies to create equitable and sustainable economic structures.

+ Contact Organizer +
+ +
+

Diversity of Thought: Openness to Perspectives

+

Date: March 7, 2025

+

Time: 1:30 PM - 4:30 PM

+

Engage with interdisciplinary insights and diverse viewpoints to challenge traditional business thinking and expand your worldview.

+ Contact Organizer +
+ +
+

Open Forum: Rethinking Growth Metrics

+

Date: March 14, 2025

+

Time: 3:00 PM - 5:00 PM

+

Explore alternative metrics to GDP that prioritize well-being, equity, and ecological sustainability in economic planning.

+ Contact Organizer +
+ +
+

Diversity of Thought: Culmination & Reflections

+

Date: April 1, 2025

+

Time: 1:30 PM - 6:30 PM

+

Reflect on key insights from the series and chart actionable pathways to incorporate sustainability into your personal and professional life.

+ Contact Organizer +
+
+
+
+ +