Skip to content

Commit

Permalink
touched up padding and font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
josephchen1 authored Feb 13, 2025
1 parent 272f829 commit 9a915f8
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,22 @@
cursor: pointer; /* Change cursor on hover */
transition: background-color 0.3s; /* Smooth transition */
}

.container-fluid{
padding-left: 10%;
padding-right: 10%;
}

.styled-button:hover {
background-color: #dcbf72; /* Darker shade on hover */
}
.styled-button:hover {
background-color: #dcbf72; /* Darker shade on hover */
}

.button-row-container {
display: flex;
justify-content: center;
}
</style>
.button-row-container {
display: flex;
justify-content: center;
}

</style>

<div class="banner-img">
<img src="assets/img/SBC'25-Banner.png" alt="Banner Image"
Expand All @@ -65,7 +70,7 @@ <h1 style="text-align: center; font-size: 36px; margin-top: 40px; margin-bottom:

<hr style="border: 0; height: 2px; background-image: linear-gradient(to right, rgba(0, 33, 71, 0), rgba(0, 33, 71, 0.75), rgba(0, 33, 71, 0)); margin-top: 40px; margin-bottom: 40px;">

<p style="text-align: left; font-size: 1.5rem; margin-top: 20px; margin-bottom: 20px;">
<p style="text-align: left; font-size: 1.1rem; margin-top: 20px; margin-bottom: 20px;">
August 3-7, 2025 <br>
Martin Luther King Jr. Building, UC Berkeley <br>
David Brower Center, Berkeley <br> <br>
Expand Down Expand Up @@ -103,7 +108,7 @@ <h1 style="text-align: left; font-size: 24px; margin-top: 40px; margin-bottom: 4
<div class="mb-3 w-100">
<div class="card h-100 shadow-sm d-flex flex-column align-items-center">
<div class="card-body">
<p class="card-text text-center" style="font-size: 1.5rem;">
<p class="card-text text-center" style="font-size: 1.1rem;">
Please visit the <a href="https://www.sbc-conference.com/2025/">SBC'25 official page</a> for details on call for papers, registration, accommodations, affiliated workshops, and more. <br>
For inquiries email <b>ic3.sbc25@rdi.berkeley.edu</b>.
</p>
Expand All @@ -121,7 +126,7 @@ <h1 style="text-align: left; font-size: 24px; margin-top: 40px; margin-bottom: 4
<div class="mb-3 w-100">
<div class="card h-100 shadow-sm d-flex flex-column align-items-center">
<div class="card-body">
<p class="card-text text-center" style="font-size: 1.5rem;">
<p class="card-text text-center" style="font-size: 1.1rem;">
If you are interested in sponsoring this year's edition, please find more information here. <br>
For more details reach out to WHO?
</p>
Expand All @@ -139,7 +144,7 @@ <h1 style="text-align: left; font-size: 24px; margin-top: 40px; margin-bottom: 4
<div class="mb-3 w-100">
<div class="card h-100 shadow-sm d-flex flex-column align-items-center">
<div class="card-body">
<p class="card-text text-center" style="font-size: 1.5rem;">
<p class="card-text text-center" style="font-size: 1.1rem;">
Some of the workshops will be hosted August 3, 2025 and August 7, 2025 on the UC Berkeley campus or at the nearby David Brower Center. <br>
If you have any questions, please email WHO?
<ul>
Expand Down

0 comments on commit 9a915f8

Please sign in to comment.