vibespot 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/logo.png +0 -0
- package/assets/logo.svg +10 -0
- package/package.json +1 -1
- package/ui/favicon.ico +0 -0
- package/ui/favicon.svg +10 -0
- package/ui/index.html +2 -0
package/assets/logo.png
ADDED
|
Binary file
|
package/assets/logo.svg
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="accent" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
+
<stop offset="0%" stop-color="#e8613a"/>
|
|
5
|
+
<stop offset="100%" stop-color="#f2825f"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<rect width="512" height="512" rx="96" fill="#0c0a09"/>
|
|
9
|
+
<path d="M256 76 Q280 220 436 256 Q280 292 256 436 Q232 292 76 256 Q232 220 256 76 Z" fill="url(#accent)"/>
|
|
10
|
+
</svg>
|
package/package.json
CHANGED
package/ui/favicon.ico
ADDED
|
Binary file
|
package/ui/favicon.svg
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="accent" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
+
<stop offset="0%" stop-color="#e8613a"/>
|
|
5
|
+
<stop offset="100%" stop-color="#f2825f"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<rect width="512" height="512" rx="96" fill="#0c0a09"/>
|
|
9
|
+
<path d="M256 76 Q280 220 436 256 Q280 292 256 436 Q232 292 76 256 Q232 220 256 76 Z" fill="url(#accent)"/>
|
|
10
|
+
</svg>
|
package/ui/index.html
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
6
|
<title>vibeSpot — Build HubSpot Landing Pages with AI</title>
|
|
7
|
+
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
8
|
+
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
|
7
9
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
8
10
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
9
11
|
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Space+Grotesk:wght@500;600;700&display=swap" rel="stylesheet">
|