Skip to content

Commit

Permalink
Add Bolt by StackBlitz to partners of Credits component
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Feb 19, 2025
1 parent 683ad43 commit 979692f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/components/Credits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { component$ } from '@builder.io/qwik';
import { useDocumentHead } from '@builder.io/qwik-city';
import {
AlgoliaLogo,
BoltLogo,
BuilderLogo,
DailyDevLogo,
DigitalOceanLogo,
Expand Down Expand Up @@ -60,6 +61,7 @@ export const Credits = component$(() => {
<ul class="mt-4 flex flex-wrap gap-x-6 gap-y-3 md:mt-5 md:gap-x-8 md:gap-y-4 lg:mt-6 lg:gap-x-10 lg:gap-y-5">
{[
{ Logo: PaceLogo, href: 'https://www.pace.edu' },
{ Logo: BoltLogo, href: 'https://bolt.new/' },
{ Logo: BuilderLogo, href: 'https://www.builder.io' },
{ Logo: HdmLogo, href: 'https://www.hdm-stuttgart.de' },
{ Logo: DailyDevLogo, href: 'https://daily.dev/' },
Expand Down
23 changes: 23 additions & 0 deletions website/src/logos/BoltLogo.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import { component$, type HTMLAttributes } from '@builder.io/qwik';
import clsx from 'clsx';

export const BoltLogo = component$<HTMLAttributes<SVGSVGElement>>(
({ class: className, ...props }) => (
<svg
viewBox="0 0 132 64"
role="img"
aria-label="Bolt logo"
class={clsx('text-[#0a0a0a] dark:text-white', className)}
fill="currentColor"
{...props}
>
<path d="M42.14 38.57c-7.38 0-11.14-4.3-11.14-9.68a12.2 12.2 0 0 1 12.47-12.14c7.39 0 11.14 4.3 11.14 9.68a12.2 12.2 0 0 1-12.47 12.14Zm.3-6.84c2.59 0 4.23-2.33 4.23-4.91 0-2.07-1.34-3.23-3.5-3.23-2.59 0-4.23 2.33-4.23 4.9 0 2.07 1.34 3.24 3.5 3.24Zm20.03 6.32H54.7l6.35-28.7h7.77l-6.35 28.7Z" />
<path
clip-rule="evenodd"
fill-rule="evenodd"
d="M19.23 38.57c-2.38 0-4.7-.86-6.04-2.71l-.48 2.18L4 42.66l.94-4.62 6.35-28.7h7.77L16.8 19.46c1.81-1.98 3.5-2.71 5.66-2.71 4.66 0 7.77 3.05 7.77 8.65 0 5.77-3.59 13.17-11.01 13.17Zm2.98-11.54c0 2.67-1.9 4.7-4.36 4.7a4.62 4.62 0 0 1-3.46-1.42L15.6 25a4.4 4.4 0 0 1 3.15-1.42 3.38 3.38 0 0 1 3.46 3.45Z"
/>
<path d="M76.9 38.57c-4.49 0-7.68-1.64-7.68-5.25 0-.3.04-1.03.17-1.64l1.69-7.7h-3.46l1.51-6.72h3.46l1.25-5.68L82.54 8l-.93 3.6-1.25 5.66h4.23l-1.51 6.72h-4.23l-1.13 5.08c-.08.39-.13.82-.13.99 0 .99.6 1.68 1.95 1.68.38 0 .95-.13 1.07-.22v6.2c-.82.56-2.28.86-3.7.86Zm9.58.47a1.92 1.92 0 0 1-1.89-1.93 2.3 2.3 0 0 1 2.28-2.26c1.06 0 1.9.88 1.9 1.93a2.3 2.3 0 0 1-2.29 2.26Zm13.24-.26H96.2l1.09-4.94c.04-.18.12-.49.12-.72 0-.64-.57-.88-1.14-.88-.76 0-1.28.4-1.65.72l-1.3 5.82h-3.5l2.08-9.4h3.52l-.26 1.07a4.16 4.16 0 0 1 2.97-1.3c1.97 0 3.1 1.07 3.1 2.47 0 .16-.06.59-.1.76l-1.42 6.4Zm7.28.24c-3.04 0-5.15-1.52-5.15-4.28 0-3 2.3-5.59 5.6-5.59 2.35 0 4.42 1.42 4.42 4.28 0 .64-.12 1.38-.22 1.73h-6.32v.02c0 .14.56 1.17 1.93 1.17a4.2 4.2 0 0 0 2.05-.47l1.07 2.28c-.95.6-2.24.86-3.37.86Zm-1.34-6.08h3.1v-.05c0-.28-.33-1.07-1.44-1.07a1.8 1.8 0 0 0-1.66 1.13Zm18.46 5.84h-3.82l-.4-5.25-2.67 5.25h-3.82l-.65-9.4h3.52l.1 5.18 2.8-5.18h3.15l.48 5.18 2.4-5.18h3.73l-4.82 9.4Zm-95.6 15.09V47.9h1.06v2.23h.04a1.45 1.45 0 0 1 .63-.67c.18-.09.4-.13.65-.13a1.72 1.72 0 0 1 1.61 1.04c.17.35.25.77.25 1.26 0 .5-.08.91-.24 1.26-.17.34-.39.6-.67.78-.27.18-.59.28-.94.28a1.3 1.3 0 0 1-1.05-.44 2 2 0 0 1-.24-.35h-.06v.7h-1.04Zm1.04-2.24c0 .29.04.54.12.76a1 1 0 0 0 .36.5c.16.13.35.19.57.19.24 0 .43-.06.59-.19.16-.12.28-.3.36-.51.08-.22.12-.47.12-.75s-.04-.53-.12-.74c-.08-.22-.2-.39-.36-.51a.93.93 0 0 0-.59-.18.93.93 0 0 0-.57.17 1.1 1.1 0 0 0-.36.5 2.2 2.2 0 0 0-.12.76Zm4.6 3.92a2.15 2.15 0 0 1-.69-.12l.25-.82c.15.05.29.07.41.07a.5.5 0 0 0 .32-.12.8.8 0 0 0 .24-.36l.09-.24-1.63-4.57h1.12l1.04 3.38h.04l1.04-3.38h1.13l-1.8 5.02c-.09.24-.2.44-.33.6-.14.18-.31.3-.51.4-.2.09-.44.14-.72.14Zm13.16-3.33a.1.1 0 0 0-.1-.14h-3.48a.1.1 0 0 1-.08-.18l6.56-7.06c.08-.08.22 0 .18.11l-1.67 4.64a.1.1 0 0 0 .1.14h3.48c.1 0 .14.12.08.18l-6.57 7.06c-.08.08-.22 0-.18-.11l1.68-4.64Zm9.72.76 1.46-.84c.27.6.72 1.01 1.56 1.01.8 0 1-.3 1-.59 0-.45-.42-.63-1.53-.93-1.1-.3-2.18-.82-2.18-2.22 0-1.4 1.2-2.21 2.49-2.21 1.21 0 2.17.57 2.7 1.64l-1.42.82c-.26-.52-.6-.84-1.28-.84-.53 0-.8.26-.8.55 0 .34.18.57 1.34.9 1.12.34 2.38.73 2.38 2.27 0 1.4-1.15 2.24-2.75 2.24-1.56 0-2.56-.73-2.97-1.8Zm8.36-2.06v1.85c0 .45.4.49 1.1.45v1.41c-2.08.21-2.68-.4-2.68-1.86v-1.85h-.85v-1.5h.85v-.98l1.58-.47v1.45h1.1v1.5h-1.1Zm7.32-1.49v5.2h-1.6v-.49a2 2 0 0 1-1.57.64c-1.39 0-2.53-1.2-2.53-2.75s1.14-2.75 2.53-2.75a2 2 0 0 1 1.58.63v-.48h1.59Zm-1.6 2.6c0-.78-.52-1.27-1.25-1.27s-1.26.49-1.26 1.27.53 1.27 1.26 1.27 1.26-.49 1.26-1.27Zm2.49 0c0-1.55 1.2-2.75 2.8-2.75 1.04 0 1.95.53 2.4 1.33l-1.39.8a1.09 1.09 0 0 0-1.02-.59c-.69 0-1.2.49-1.2 1.2 0 .73.51 1.22 1.2 1.22.46 0 .85-.22 1.02-.59l1.4.78a2.71 2.71 0 0 1-2.4 1.35c-1.61 0-2.8-1.2-2.8-2.75Zm9.12 2.6-1.7-2.3v2.3h-1.58v-7.29h1.58v4.37l1.6-2.28h1.84l-1.92 2.6 1.98 2.6h-1.8Zm7.93-2.13c0 1.29-1.06 2.13-2.39 2.13h-3.1v-7.29h2.9c1.28 0 2.33.82 2.33 2.09 0 .6-.24 1.08-.65 1.42.56.35.91.9.91 1.65Zm-3.8-3.6v1.3h1.2c.38 0 .65-.28.65-.65a.61.61 0 0 0-.65-.65h-1.2Zm2.11 3.47c0-.4-.27-.7-.7-.7h-1.41v1.4h1.41c.43 0 .7-.3.7-.7Zm2.49-5.34h1.59v7.6h-1.6v-7.6Zm2.59 1a.95.95 0 0 1 1.9 0 .95.95 0 0 1-1.9 0Zm.16 1.4h1.59v5.2h-1.6v-5.2Zm4.76 1.49v1.85c0 .45.4.49 1.1.45v1.41c-2.08.21-2.69-.4-2.69-1.86v-1.85h-.84v-1.5h.84v-.98l1.6-.47v1.45h1.08v1.5h-1.09Zm6.07 2.25v1.46h-4.24V53.6l2-2.7h-1.9v-1.46h4.03v1.04l-2 2.7h2.1Z" />
</svg>
)
);
1 change: 1 addition & 0 deletions website/src/logos/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './AlgoliaLogo';
export * from './BoltLogo';
export * from './BuilderLogo';
export * from './DailyDevLogo';
export * from './DigitalOceanLogo';
Expand Down

0 comments on commit 979692f

Please sign in to comment.