Skip to content

Commit d04f0ed

Browse files
committed
update readme and footer
1 parent 909a62f commit d04f0ed

File tree

5 files changed

+69
-16
lines changed

5 files changed

+69
-16
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
> We call it "Continuous Releases" too.
66
7+
🚀 **[Cloudflare is now backing pkg.pr.new's data infrastructure!](https://blog.stackblitz.com/posts/cloudflare-backing-pkg-pr-new-data-infrastructure/)**
8+
79
With pkg.pr.new, each of your commits and pull requests will trigger an instant preview release without publishing anything to NPM. This enables users to access features and bug-fixes without the need to wait for release cycles using npm or pull request merges.
810

911
- 🚀 Instant Builds

packages/app/app/components/AppFooter.vue

Lines changed: 42 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,39 @@
22
<footer
33
class="text-center p-12 opacity-50 hover:opacity-100 focus-within:opacity-100 flex flex-col items-center gap-3 text-xs"
44
>
5-
<a href="https://stackblitz.com/" target="_blank">
6-
<img
7-
src="/stackblitz.svg"
8-
alt="StackBlitz"
9-
width="117"
10-
height="24"
11-
class="not-dark:hidden"
12-
/>
13-
<img
14-
src="/stackblitz-black.svg"
15-
alt="StackBlitz"
16-
width="117"
17-
height="24"
18-
class="dark:hidden"
19-
/>
20-
</a>
5+
<div class="flex gap-6 items-center justify-center">
6+
<div class="flex items-center">
7+
<a href="https://stackblitz.com/" target="_blank" class="block">
8+
<img
9+
src="/stackblitz.svg"
10+
alt="StackBlitz"
11+
width="117"
12+
height="28"
13+
class="not-dark:hidden"
14+
/>
15+
<img
16+
src="/stackblitz-black.svg"
17+
alt="StackBlitz"
18+
width="117"
19+
height="28"
20+
class="dark:hidden"
21+
/>
22+
</a>
23+
</div>
24+
<div class="text-xs opacity-70 flex items-center">+</div>
25+
<div class="flex items-center">
26+
<a href="https://cloudflare.com/" target="_blank" class="block">
27+
<img
28+
src="/cloudflare.svg"
29+
alt="Cloudflare"
30+
width="120"
31+
height="24"
32+
class="pb-1"
33+
/>
34+
</a>
35+
</div>
36+
</div>
37+
2138
<div class="flex gap-3 items-center">
2239
<div>
2340
Built in
@@ -29,6 +46,15 @@
2946
>
3047
</div>
3148
<UIcon name="ph-dot" />
49+
<div>
50+
<a
51+
href="https://blog.stackblitz.com/posts/cloudflare-backing-pkg-pr-new-data-infrastructure/"
52+
target="_blank"
53+
class="text-primary"
54+
>Backed by Cloudflare</a
55+
>
56+
</div>
57+
<UIcon name="ph-dot" />
3258
<div>
3359
UI by
3460
<a href="https://github.com/Akryum" target="_blank" class="text-primary"

packages/app/app/pages/index.vue

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,29 @@ function scrollToGettingStarted() {
1515

1616
<template>
1717
<div>
18+
<div class="flex justify-center pt-4 pb-2">
19+
<a
20+
href="https://blog.stackblitz.com/posts/cloudflare-backing-pkg-pr-new-data-infrastructure/"
21+
target="_blank"
22+
class="bg-gray-900 dark:bg-gray-800 text-white rounded-full px-6 py-3 shadow-lg hover:shadow-xl transition-all duration-300 hover:scale-105 block relative overflow-hidden before:absolute before:top-0 before:left-1/2 before:-translate-x-1/2 before:w-0 before:h-0.5 before:bg-gradient-to-r before:from-orange-400 before:to-blue-400 before:rounded-full before:transition-all before:duration-500 hover:before:w-16"
23+
>
24+
<div class="flex items-center gap-3 text-sm">
25+
<div class="flex items-center gap-2">
26+
<span><strong>pkg.pr.new</strong> is now backed by</span>
27+
<img
28+
src="/cloudflare-icon.svg"
29+
alt="Cloudflare"
30+
width="18"
31+
height="18"
32+
class="inline-block"
33+
/>
34+
<span class="font-semibold text-orange-400">Cloudflare</span>
35+
</div>
36+
<UIcon name="ph-arrow-right" class="text-gray-400" />
37+
</div>
38+
</a>
39+
</div>
40+
1841
<div
1942
class="my-container flex flex-col items-center gap-4 md:gap-12 min-h-[calc(100vh-80px)]"
2043
>
Lines changed: 1 addition & 0 deletions
Loading

packages/app/public/cloudflare.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)