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

Commit

Permalink
Add CNSC banner (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-im-aren authored May 15, 2024
1 parent 51eb67f commit 13671a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
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>

0 comments on commit 13671a6

Please sign in to comment.