Skip to content

Commit

Permalink
Merge pull request #125 from phillipsharring/main
Browse files Browse the repository at this point in the history
New CSA Logo
  • Loading branch information
phillipsharring authored Sep 6, 2024
2 parents 8b96391 + 25d3c1c commit 09d0765
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 64 deletions.
87 changes: 24 additions & 63 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,10 @@ iframe {
margin-bottom: 4rem;
}

.mb-20 {
margin-bottom: 5rem;
}

.mb-3 {
margin-bottom: 0.75rem;
}
Expand Down Expand Up @@ -700,10 +704,6 @@ iframe {
margin-top: 1px;
}

.mb-20 {
margin-bottom: 5rem;
}

.block {
display: block;
}
Expand Down Expand Up @@ -760,6 +760,10 @@ iframe {
width: 50%;
}

.w-11\/12 {
width: 91.666667%;
}

.w-16 {
width: 4rem;
}
Expand All @@ -776,10 +780,18 @@ iframe {
width: 75%;
}

.w-48 {
width: 12rem;
}

.w-5 {
width: 1.25rem;
}

.w-56 {
width: 14rem;
}

.w-6 {
width: 1.5rem;
}
Expand All @@ -792,10 +804,6 @@ iframe {
width: 1.75rem;
}

.w-72 {
width: 18rem;
}

.w-80 {
width: 20rem;
}
Expand All @@ -804,26 +812,6 @@ iframe {
width: 100%;
}

.w-48 {
width: 12rem;
}

.w-56 {
width: 14rem;
}

.w-5\/6 {
width: 83.333333%;
}

.w-\[90\%\] {
width: 90%;
}

.w-11\/12 {
width: 91.666667%;
}

.flex-shrink {
flex-shrink: 1;
}
Expand Down Expand Up @@ -988,21 +976,6 @@ iframe {
background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}

.bg-blue-200 {
--tw-bg-opacity: 1;
background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-green-200 {
--tw-bg-opacity: 1;
background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.bg-orange-200 {
--tw-bg-opacity: 1;
background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.bg-gradient-to-b {
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
Expand Down Expand Up @@ -1373,10 +1346,6 @@ iframe {
height: 10rem;
}

.sm\:w-1\/2 {
width: 50%;
}

.sm\:w-2\/3 {
width: 66.666667%;
}
Expand All @@ -1397,18 +1366,6 @@ iframe {
width: 12rem;
}

.sm\:w-72 {
width: 18rem;
}

.sm\:w-80 {
width: 20rem;
}

.sm\:w-96 {
width: 24rem;
}

.sm\:w-56 {
width: 14rem;
}
Expand All @@ -1417,6 +1374,14 @@ iframe {
width: 16rem;
}

.sm\:w-72 {
width: 18rem;
}

.sm\:w-96 {
width: 24rem;
}

.sm\:w-auto {
width: auto;
}
Expand All @@ -1433,10 +1398,6 @@ iframe {
align-items: flex-start;
}

.sm\:justify-between {
justify-content: space-between;
}

.sm\:justify-evenly {
justify-content: space-evenly;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,10 @@ <h2 class="mb-12 text-center text-4xl font-bold">2024 Sponsors</h2>
><img class="w-48 sm:w-56" src="/img/sponsors/trend-micro.png" alt=""
/></a>
<a href="https://cloudsecurityalliance.org/"
><img class="w-48 sm:w-56" src="/img/sponsors/cloud-security-alliance.png" alt="Cloud Security Alliance"
><img
class="w-48 sm:w-56"
src="/img/sponsors/cloud-security-alliance-white.png"
alt="Cloud Security Alliance"
/></a>
</div>
<div class="mx-4 mb-16 flex flex-row flex-wrap items-center justify-center gap-16">
Expand Down
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions graphics/sponsors/svg/cloud-security-alliance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09d0765

Please sign in to comment.