Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Add CloudNativeSecurityCon banner #147

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/landing/src/components/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { Icon } from "astro-icon";
---

<main class="flex flex-col items-center lg:pt-28 pb-8 pt-10 mb-20 md:mb-50">
<!-- Uncomment and update if news is needed -->
<!-- <NewsBanner /> -->
<!-- Uncomment and update if news banner is needed -->
<NewsBanner />
<h1
class="text-center text-5xl lg:text-6xl xl:text-7xl font-bold lg:tracking-tight">
Kernel Space Access Control for Zero Trust Networking
Expand Down
13 changes: 8 additions & 5 deletions site/landing/src/components/newsbanner.astro
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<a
href="https://sched.co/1YhDw"
href="https://sched.co/1dCTn"
<div
class="flex flex-row gap-3 items-center pl-2 pr-6 py-2 mb-10 md:mb-20 rounded-full bg-blue-300/50 transition hover:scale-105 hover:bg-blue-400">
class="flex flex-row gap-3 items-center pl-2 pr-6 py-1.5 mb-10 md:mb-16 rounded-full bg-blue-300/50 transition hover:scale-105 hover:bg-blue-400">
<button
type="button"
class="rounded-full px-3 bg-white p-0.5 text-sm md:text-base font-bold leading-none flex items-center">
New
class="rounded-full px-3 bg-white p-1.5 text-sm md:text-base font-bold leading-none flex items-center">
June 26-27
</button>
<span class="text-sm md:text-base font-bold">Meet us at Kubecon EU!</span>
<span class="text-sm font-bold block md:hidden"> Meet us in Seattle! </span>
<span class="text-base font-bold hidden md:block">
Meet us at CloudNativeSecurityCon in Seattle!
</span>
</a>
Loading