diff --git a/Program Page/5DaysOfLove Page/style.css b/Program Page/5DaysOfLove Page/style.css index 6392c08..1ee2860 100644 --- a/Program Page/5DaysOfLove Page/style.css +++ b/Program Page/5DaysOfLove Page/style.css @@ -189,6 +189,10 @@ li { font-size: 50px; } +.send-button:hover { + transition: 0.5s; +} + #subscribe-section { background-color: #da9; display: flex; diff --git a/Program Page/GuestWriting Page/style.css b/Program Page/GuestWriting Page/style.css index 8b11252..0cc4017 100644 --- a/Program Page/GuestWriting Page/style.css +++ b/Program Page/GuestWriting Page/style.css @@ -202,6 +202,10 @@ li { font-size: 50px; } +.send-button:hover { + transition: 0.5s; +} + #subscribe-section { background-color: #da9; display: flex; diff --git a/Program Page/WMYFE Page/index.html b/Program Page/WMYFE Page/index.html index 267af69..12d6345 100644 --- a/Program Page/WMYFE Page/index.html +++ b/Program Page/WMYFE Page/index.html @@ -60,7 +60,10 @@

What Make You
Feel Excluded?

How Does It
Work?

-

+

This program provides a platform for individuals to share their experiences of exclusion in a safe and supportive environment. Whether through video submissions or an anonymous link, participants are encouraged to voice the moments that have impacted their sense of belonging. +
Every last Saturday of the month, we come together to listen, learn, and empathize with these shared experiences. +
Join us on this journey of reflection, understanding, and empowerment. +

@@ -69,8 +72,15 @@

How Does It
Work?

-


- +

Guidelines And
Instructions

+
    +
  • You must be 18 years or older to participate in the Inclusive Talks "What Makes You Feel Excluded?" Program.
  • +
  • Participating in the Inclusive Talks "What Makes You Feel Excluded?" Program is entirely voluntary.
  • +
  • Experiences promoting hate, violence, or any social vice will be disqualified.
  • +
  • We encourage you to avoid sharing false experiences as it defeats the purpose of this program.
  • +
  • Inclusive Talks reserves the right alter these terms and conditions when they see fit.
  • +
+
diff --git a/Program Page/WMYFE Page/style.css b/Program Page/WMYFE Page/style.css index ac664a7..f7a77c0 100644 --- a/Program Page/WMYFE Page/style.css +++ b/Program Page/WMYFE Page/style.css @@ -177,6 +177,22 @@ li { font-size: 50px; } +#section2 ul { + margin-top: 30px; +} + +.sections li { + font-size: 20px; + line-height: 40px; + font-weight: 400; + letter-spacing: 0.2px; + list-style: square; +} + +.send-button:hover { + transition: 0.5s; +} + #subscribe-section { background-color: #da9; display: flex;