Skip to content

Commit

Permalink
Merge pull request #42 from djchateau/sponsorship-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joehacksalot authored Sep 16, 2024
2 parents b5ed148 + 8a716d5 commit 34d1b7f
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 27 deletions.
67 changes: 41 additions & 26 deletions _data/sponsors.yaml
Original file line number Diff line number Diff line change
@@ -1,80 +1,95 @@
- name: Full Sail University
logo: logo-DIAMOND-FullSail.png
url: https://hello.fullsail.edu/
description: Full Sail University is a Diamond sponsor of BSides Orlando 2024
level: Diamond
- name: Advent Health
logo: logo-DIAMOND-AdventHealth.png
url: https://www.adventhealth.com/
description: Advent Health is a Diamond sponsor of BSides Orlando 2024
level: Diamond

- name: Full Sail University
logo: logo-DIAMOND-FullSail.png
url: https://hello.fullsail.edu/
description: Full Sail University is a Diamond sponsor of BSides Orlando 2024
level: Diamond

- name: Ironwood Cyber
logo: logo-DIAMOND-IronwoodCyber.png
url: https://ironwoodcyber.com/
description: Ironwood Cyber is a Diamond sponsor of BSides Orlando 2024
level: Diamond
- name: Lockheed Martin
logo: logo-PLAT-Lockheed.png
url: https://www.lockheedmartin.com/
description: Lockheed Martin is a Platinum sponsor of BSides Orlando 2024
level: Platinum

- name: Fortress
logo: logo-PLAT-Fortress.png
url: https://www.fortressinfosec.com/
description: Fortress is a Platinum sponsor of BSides Orlando 2024
level: Platinum

- name: Lockheed Martin
logo: logo-PLAT-Lockheed.png
url: https://www.lockheedmartin.com/
description: Lockheed Martin is a Platinum sponsor of BSides Orlando 2024
level: Platinum

- name: ThreatLocker
logo: logo-PLAT-ThreatLocker.png
url: https://www.threatlocker.com/
description: ThreatLocker is a Platinum sponsor of BSides Orlando 2024
level: Platinum

- name: Dark Wolf Solutions
logo: logo-GOLD-DarkWolf-official.png
url: https://darkwolfsolutions.com/
description: Dark Wolf Solutions is a Gold sponsor of BSides Orlando 2024
level: Gold

- name: ICR, Inc
logo: logo-GOLD-ICR.png
url: #
description: ICR, Inc is a Gold sponsor of BSides Orlando 2024
level: Gold
- name: GuidePoint
logo: logo-SILVER-GuidePoint.png
url: https://www.guidepointsecurity.com/
description: GuidePoint is a Silver sponsor of BSides Orlando 2024
level: Silver

- name: Black Hills Information Security
logo: logo-SILVER-BHIS.png
url: https://www.blackhillsinfosec.com/
description: Black Hills Information Security is a Silver sponsor of BSides Orlando 2024
level: Silver

- name: G-Research
logo: logo-SILVER-G-Research.png
url: https://www.gresearch.com/
description: G-Research is a Silver sponsor of BSides Orlando 2024
level: Silver
- name: Modus Create
logo: logo-BRONZE-ModusCreate.png
url: https://moduscreate.com/
description: Modus Create is a Bronze sponsor of BSides Orlando 2024

- name: GuidePoint
logo: logo-SILVER-GuidePoint.png
url: https://www.guidepointsecurity.com/
description: GuidePoint is a Silver sponsor of BSides Orlando 2024
level: Silver

- name: Hak5
logo: logo-BRONZE-Hak5.jpg
url: https://hak5.org/
description: Hak5 is a Bronze sponsor of BSides Orlando 2024
level: Bronze

- name: Jolly Media Group
logo: logo-BRONZE-JollyMediaGroup.png
url: #
url: https://www.jollymediagroup.com/
description: Jolly Media Group is a Bronze sponsor of BSides Orlando 2024
level: Bronze
- name: Hak5
logo: logo-BRONZE-Hak5.jpg
url: https://hak5.org/
description: Hak5 is a Bronze sponsor of BSides Orlando 2024

- name: Modus Create
logo: logo-BRONZE-ModusCreate.png
url: https://moduscreate.com/
description: Modus Create is a Bronze sponsor of BSides Orlando 2024
level: Bronze

- name: Red Team LLC
logo: logo-BRONZE-RedTeam.png
url: #
description: Red Team LLC is a Bronze sponsor of BSides Orlando 2024
level: Bronze

- name: rot 13 labs
logo: logo-BRONZE-rot13labs.png
url: #
url: https://rot13labs.com/
description: rot 13 labs is a Bronze sponsor of BSides Orlando 2024
level: Bronze
level: Bronze
22 changes: 21 additions & 1 deletion _sass/minimal-mistakes/_sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,51 @@
gap: 20px;
}

.diamond > .grid > .sponsor-card > img {
max-width: 50%;
}

.platinum .grid {
display: grid;
grid-template-columns: repeat(3, 1fr); /* 3 per row */
gap: 20px;
}

.platinum > .grid > .sponsor-card > img {
max-width: 33%;
}

.gold .grid {
display: grid;
grid-template-columns: repeat(4, 1fr); /* 4 per row */
gap: 20px;
}

.gold > .grid > .sponsor-card > img {
max-width: 25%;
}

.silver .grid {
display: grid;
grid-template-columns: repeat(4, 1fr); /* 4 per row */
gap: 20px;
}

.silver > .grid > .sponsor-card > img {
max-width: 25%;
}

.bronze .grid {
display: grid;
grid-template-columns: repeat(5, 1fr); /* 5 per row */
gap: 20px;
padding: 20px; /* Spacing between rows */
}

.bronze > .grid > .sponsor-card > img {
max-width: 20%;
}

.community-partners .grid {
display: grid;
grid-template-columns: repeat(4, 1fr); /* 4 per row */
Expand All @@ -54,4 +74,4 @@
.diamond .grid, .platinum .grid, .gold .grid, .silver .grid, .bronze .grid, .community-partners .grid {
grid-template-columns: repeat(1, 1fr) !important; /* Adjust to 1 per row for all tiers on smallest screens */
}
}
}
Binary file added assets/images/sponsors/logo-BRONZE-Hak5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-BRONZE-JollyMediaGroup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-BRONZE-ModusCreate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-BRONZE-RedTeam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-BRONZE-rot13labs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-DIAMOND-AdventHealth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-DIAMOND-FullSail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-DIAMOND-IronwoodCyber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-GOLD-DarkWolf-official.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-GOLD-ICR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-PLAT-Fortress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-PLAT-Lockheed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-PLAT-ThreatLocker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-SILVER-BHIS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-SILVER-G-Research.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/sponsors/logo-SILVER-GuidePoint.png
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 34d1b7f

Please sign in to comment.