Skip to content

Commit

Permalink
Hero and font fix(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
sthewissen committed Dec 3, 2024
1 parent 3e6789a commit 9a84d66
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 11 deletions.
Binary file added public/images/sponsors/grial.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 added public/images/sponsors/jetbrains.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 added public/images/sponsors/microsoft.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 added public/images/sponsors/msg.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 added public/images/sponsors/sessionize.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 added public/images/sponsors/telerik.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<section
class="relative bg-cover bg-center"
style="background-image: url('/images/banner.jpg');"
style="background-image: url('images/banner.jpg');"
>
<div class="container max-w-4xl mx-auto px-8 py-48 flex flex-col h-full">
<p class="text-brand-extra font-bold mb-4 text-xl font-header uppercase">
Expand Down
13 changes: 3 additions & 10 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,9 @@ const {
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400..900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400..900&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
<MetaHead
pageTitle={pageTitle}
pageDescription={pageDescription}
Expand Down

0 comments on commit 9a84d66

Please sign in to comment.