Skip to content

Commit

Permalink
Alignment Fixes to code of conduct section.
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelligentBeaver committed Sep 11, 2024
1 parent fa4e527 commit 4266795
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 34 deletions.
113 changes: 90 additions & 23 deletions css/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,14 @@ video {
z-index: 50;
}

.col-span-1 {
grid-column: span 1 / span 1;
}

.col-span-3 {
grid-column: span 3 / span 3;
}

.col-start-6 {
grid-column-start: 6;
}
Expand All @@ -648,6 +656,11 @@ video {
margin-bottom: 0.5rem;
}

.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}

.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
Expand Down Expand Up @@ -686,6 +699,10 @@ video {
margin-right: 0.5rem;
}

.mr-3 {
margin-right: 0.75rem;
}

.mr-4 {
margin-right: 1rem;
}
Expand All @@ -698,6 +715,10 @@ video {
margin-top: 1rem;
}

.mt-6 {
margin-top: 1.5rem;
}

.mt-7 {
margin-top: 1.75rem;
}
Expand Down Expand Up @@ -834,6 +855,10 @@ video {
height: 8.5rem;
}

.h-auto {
height: auto;
}

.h-full {
height: 100%;
}
Expand All @@ -842,6 +867,10 @@ video {
height: 100vh;
}

.max-h-0 {
max-height: 0px;
}

.max-h-screen {
max-height: 100vh;
}
Expand Down Expand Up @@ -938,10 +967,22 @@ video {
max-width: 48rem;
}

.max-w-7xl {
max-width: 80rem;
}

.max-w-full {
max-width: 100%;
}

.max-w-5xl {
max-width: 64rem;
}

.max-w-6xl {
max-width: 72rem;
}

.-rotate-180 {
--tw-rotate: -180deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
Expand All @@ -955,6 +996,10 @@ video {
list-style-type: none;
}

.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
Expand Down Expand Up @@ -983,6 +1028,10 @@ video {
align-content: center;
}

.items-start {
align-items: flex-start;
}

.items-center {
align-items: center;
}
Expand Down Expand Up @@ -1027,10 +1076,10 @@ video {
gap: 2rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
Expand Down Expand Up @@ -1084,10 +1133,6 @@ video {
border-width: 4px;
}

.border-b {
border-bottom-width: 1px;
}

.border-r-2 {
border-right-width: 2px;
}
Expand Down Expand Up @@ -1125,6 +1170,11 @@ video {
border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-gray-300 {
--tw-border-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-slate-600 {
--tw-border-opacity: 1;
border-color: rgb(71 85 105 / var(--tw-border-opacity));
Expand Down Expand Up @@ -1180,11 +1230,6 @@ video {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-celeb-banner {
background-image: url('../assets/celebrationbg/celeb_banner.svg');
}
Expand Down Expand Up @@ -1229,6 +1274,11 @@ video {
padding: 2rem;
}

.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}

.px-8 {
padding-left: 2rem;
padding-right: 2rem;
Expand All @@ -1249,14 +1299,14 @@ video {
padding-bottom: 0.5rem;
}

.pb-4 {
padding-bottom: 1rem;
}

.pt-0 {
padding-top: 0px;
}

.pt-4 {
padding-top: 1rem;
}

.text-left {
text-align: left;
}
Expand Down Expand Up @@ -1413,14 +1463,19 @@ video {
color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-600 {
--tw-text-opacity: 1;
color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-600 {
.text-gray-500 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity));
color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
Expand All @@ -1433,6 +1488,11 @@ video {
color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-green-600 {
--tw-text-opacity: 1;
color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-purple-600 {
--tw-text-opacity: 1;
color: rgb(147 51 234 / var(--tw-text-opacity));
Expand All @@ -1443,6 +1503,10 @@ video {
color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
text-decoration-line: underline;
}

.opacity-100 {
opacity: 1;
}
Expand Down Expand Up @@ -1477,6 +1541,10 @@ video {
transition-duration: 150ms;
}

.duration-500 {
transition-duration: 500ms;
}

@font-face {
font-family: "Bahnschrift";

Expand Down Expand Up @@ -1529,11 +1597,6 @@ video {
color: rgb(220 38 38 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;
}

.group:hover .group-hover\:text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
Expand Down Expand Up @@ -1589,6 +1652,10 @@ video {
width: auto;
}

.md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.md\:text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
Expand Down
9 changes: 1 addition & 8 deletions pages/faqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,7 @@ <h1 class="text-4xl font-bold">Frequently Asked Questions</h1>
</div>


<div class="max-w-7xl mx-auto p-8 grid grid-cols-1 md:grid-cols-4 gap-8">
<!-- Left Column: Code of Conduct (3/4 width) -->
<div class="col-span-3">

<div class="max-w-6xl mx-auto p-8">
<!-- Frequently Asked Questions Header for small screens -->
<section id="intro" class="py-10">
<div class="text-center">
Expand Down Expand Up @@ -212,10 +209,6 @@ <h2 class="text-2xl font-semibold text-gray-800 mt-6 mb-4">All attendees, speake
</p>
</div>

<!-- Right Column: Space for Image or Other Content (1/4 width) -->
<div class="col-span-1">
<img src="path-to-your-image.jpg" alt="Organizing SFD" class="w-full h-auto rounded-lg shadow-lg">
</div>
</div>


Expand Down
5 changes: 2 additions & 3 deletions pages/itinerary.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,8 @@ <h1 class="text-4xl font-bold">Event Activities</h1>
<a href="#" class="btn btn-register-now">Register Now</a>
</div>

<footer class="h-5">

</footer>
<!-- Footer Section (from js/footer.js) -->
<footer class="h-5"></footer>

<script src="../js/schedule.js"></script>
<script src="../js/navbar.js"></script>
Expand Down

0 comments on commit 4266795

Please sign in to comment.