Skip to content

Commit

Permalink
all programs pages completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilda-Enyioko committed May 5, 2024
1 parent 75abd99 commit 93c23f9
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Program Page/5DaysOfLove Page/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ li {
font-size: 50px;
}

.send-button:hover {
transition: 0.5s;
}

#subscribe-section {
background-color: #da9;
display: flex;
Expand Down
4 changes: 4 additions & 0 deletions Program Page/GuestWriting Page/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ li {
font-size: 50px;
}

.send-button:hover {
transition: 0.5s;
}

#subscribe-section {
background-color: #da9;
display: flex;
Expand Down
16 changes: 13 additions & 3 deletions Program Page/WMYFE Page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ <h1>What Make You <br>Feel Excluded?</h1>
<div class="section-card">
<div class="section-text">
<h1>How Does It <br>Work?</h1>
<p></p>
<p>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.
<br/>Every last Saturday of the month, we come together to listen, learn, and empathize with these shared experiences.
<br/>Join us on this journey of reflection, understanding, and empowerment.
</p>
</div>
<div class="section-image"></div>
</div>
Expand All @@ -69,8 +72,15 @@ <h1>How Does It <br>Work?</h1>
<section id="section2" class="sections">
<div class="section-card">
<div class="section-text">
<h1><br/></h1>
<a href="" target="_blank"><button class="send-button"></button></a>
<h1>Guidelines And <br/>Instructions</h1>
<ul>
<li>You must be 18 years or older to participate in the Inclusive Talks "What Makes You Feel Excluded?" Program.</li>
<li>Participating in the Inclusive Talks "What Makes You Feel Excluded?" Program is entirely voluntary.</li>
<li>Experiences promoting hate, violence, or any social vice will be disqualified.</li>
<li>We encourage you to avoid sharing false experiences as it defeats the purpose of this program.</li>
<li>Inclusive Talks reserves the right alter these terms and conditions when they see fit.</li>
</ul>
<a href="" target="_blank"><button class="send-button">What Makes You Feel Excluded?</button></a>
</div>
</div>
</section>
Expand Down
16 changes: 16 additions & 0 deletions Program Page/WMYFE Page/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 93c23f9

Please sign in to comment.