Skip to content

Commit

Permalink
Titel adjusted css
Browse files Browse the repository at this point in the history
  • Loading branch information
mahgoubyoussef committed Nov 24, 2024
1 parent 73da654 commit e017537
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ color: #03a9f4;
padding: 10px;
}
}
.section-title {
font-size: 36px;
font-weight: bold;
color: black;
margin-bottom: 20px;
text-align: center;
}

.btndesign1 {
color: red;
Expand Down
6 changes: 3 additions & 3 deletions html/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!--Our Sponsors Section-->
<section class="partners-section">
<h2 class="partners-title">Our Partners in 2024</h2>
<h2 class="section-title">Our Partners in 2024</h2>
<div class="partners-container">
<div class="sponsor">
<a href="https://www.dhl.de/de/privatkunden.html" target="_blank">
Expand Down Expand Up @@ -57,7 +57,7 @@ <h2 class="partners-title">Our Partners in 2024</h2>
</section>
<!--Benefits Section-->
<section class="benefits-section">
<h2 class="benefits-title">Your Benefits as a Partner</h2>
<h2 class="section-title">Your Benefits as a Partner</h2>
<p class="benefits-intro">
As a TEDx Partner, you get the chance to connect with an enthusiastic audience of trailblazing individuals and unlock a range of sponsorship options that meet your business needs.
<a href="mailto:[email protected]?subject=Partnership Inquiry" class="get-in-touch">Get in touch</a> to find out more!
Expand Down Expand Up @@ -98,7 +98,7 @@ <h2 class="benefits-title">Your Benefits as a Partner</h2>
</section>
<!-- Past Partners Section -->
<section class="past-partners-section">
<h2 class="past-partners-title">Past Partners</h2>
<h2 class="section-title">Past Partners</h2>
<div class="past-partners-container">
<div class="past-sponsor">
<a href="https://www.anny.co" target="_blank">
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>If you would like to know what we do, take a brief look at our past events <
<!--Small About Us Section-->
<section class="small-about-us">
<div class="about-us">
<h2>About TEDx RWTHAachen</h2>
<h2 class="section-title">About TEDx RWTHAachen</h2>
<p>Our mission is to spread ideas for a better future and plant seeds in our engaging community with fresh ways of seeing the world.
It’s a meeting place where we all have a chance to think critically on today’s society, reflect deeply on what’s happening in our culture,
education, technology, and encourage each other to take action. Join us to chase the extraordinary stories that need to be shared!</p>
Expand Down Expand Up @@ -66,7 +66,7 @@ <h2>About TEDx RWTHAachen</h2>
</section>
<!--Our Sponsors Section-->
<section class="partners-section">
<h2 class="partners-title">Partners</h2>
<h2 class="section-title">Partners</h2>
<div class="partners-container">
<div class="sponsor">
<a href="https://www.dhl.de/de/privatkunden.html" target="_blank">
Expand Down Expand Up @@ -108,7 +108,7 @@ <h2 class="partners-title">Partners</h2>
</section>
<!--Past Talks Videos Section-->
<section class="past-talks-section">
<h2>Featured talks</h2>
<h2 class="section-title">Featured talks</h2>
<div class="videos-container">
<div class="video">
<iframe src="https://www.youtube.com/embed/uP1stpUAv3c" frameborder="0" allowfullscreen></iframe>
Expand Down

0 comments on commit e017537

Please sign in to comment.