This repository was archived by the owner on Sep 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51eb67f
commit 13671a6
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |