@voidzero-dev/vitepress-theme 0.0.4 → 0.0.5
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/dist/assets/checkmark.svg +1 -0
- package/dist/assets/cta-background.jpg +1 -0
- package/dist/assets/primary-button-background.jpg +0 -0
- package/dist/assets/terminal-background.jpg +0 -0
- package/dist/fonts/APK-Protocol-Medium.woff2 +0 -0
- package/dist/fonts/KHTeka-Medium.woff2 +0 -0
- package/dist/fonts/KHTeka-Regular.woff2 +0 -0
- package/dist/fonts/KHTekaMono-Medium.woff2 +0 -0
- package/dist/fonts/KHTekaMono-Regular.woff2 +0 -0
- package/dist/index.css +2 -2
- package/dist/vitepress/components/Footer.js +1 -1
- package/dist/vitepress/components/Terminal.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="19" fill="none" viewBox="0 0 20 19"><circle cx="10" cy="9.5" r="9" stroke="#3b3440" stroke-width=".5"/><path stroke="#fff" stroke-width="1.2" d="M17.794 14a9 9 0 0 0 0-9M2.206 14a9 9 0 0 1 0-9"/><path stroke="#fff" stroke-linejoin="bevel" stroke-width="1.2" d="m6.249 9.788 2.308 2.309 5.195-5.195"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
PLACEHOLDER - Replace with actual cta-background.jpg from viteplus.dev repository
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.css
CHANGED
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
right: -3px;
|
|
179
179
|
bottom: -3px;
|
|
180
180
|
background-color: #CCCCCC;
|
|
181
|
-
background-image: url('
|
|
181
|
+
background-image: url('assets/primary-button-background.jpg');
|
|
182
182
|
background-size: 150% 150%;
|
|
183
183
|
background-position: center;
|
|
184
184
|
border-radius: calc(0.5rem + 3px);
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
transform: translateY(-50%);
|
|
274
274
|
width: 20px;
|
|
275
275
|
height: 20px;
|
|
276
|
-
background-image: url('
|
|
276
|
+
background-image: url('assets/checkmark.svg');
|
|
277
277
|
background-size: contain;
|
|
278
278
|
background-repeat: no-repeat;
|
|
279
279
|
background-position: center;
|
|
@@ -35,7 +35,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
35
35
|
__name: "Footer",
|
|
36
36
|
setup(__props) {
|
|
37
37
|
return (_ctx, _cache) => {
|
|
38
|
-
return openBlock(), createElementBlock("footer", _hoisted_1, [createElementVNode("section", _hoisted_2, [_cache[5] || (_cache[5] = createStaticVNode("<div class=\"bg-wine bg-[url(
|
|
38
|
+
return openBlock(), createElementBlock("footer", _hoisted_1, [createElementVNode("section", _hoisted_2, [_cache[5] || (_cache[5] = createStaticVNode("<div class=\"bg-wine bg-[url(assets/cta-background.jpg)] bg-cover py-16 md:py-30 px-5 md:px-0 overflow-clip flex flex-col items-center justify-center gap-8 md:gap-12\"><h2 class=\"text-white w-full md:w-2xl text-center text-balance\">Take your team's productivity to the next level with Vite+</h2><div class=\"flex items-center gap-5\"><a href=\"https://tally.so/r/nGWebL\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"button\">Register your interest</a><a href=\"https://voidzero.dev/posts/announcing-vite-plus?utm_source=viteplusdev&utm_content=bottom_learn_more\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"button\"> Learn more </a></div></div>", 1)), createElementVNode("div", _hoisted_3, [_cache[4] || (_cache[4] = createStaticVNode("<div><p class=\"text-grey text-xs font-mono uppercase tracking-wide mb-8\">Company</p><ul class=\"flex flex-col gap-3\"><li><a href=\"https://voidzero.dev/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-white text-base\">VoidZero</a></li><li><a href=\"https://vite.dev/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-white text-base\">Vite</a></li><li><a href=\"https://rolldown.rs/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-white text-base\">Rolldown</a></li><li><a href=\"https://vitest.dev/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-white text-base\">Vitest</a></li><li><a href=\"https://oxc.rs/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-white text-base\">Oxc</a></li></ul></div>", 1)), createElementVNode("div", null, [_cache[3] || (_cache[3] = createElementVNode("p", { class: "text-grey text-xs font-mono uppercase tracking-wide mb-8" }, "Social", -1)), createElementVNode("ul", _hoisted_4, [
|
|
39
39
|
createElementVNode("li", null, [createElementVNode("a", _hoisted_5, [createVNode(VZIconGitHub_default, {
|
|
40
40
|
class: "size-5",
|
|
41
41
|
"aria-label": "GitHub"
|
|
@@ -74,7 +74,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
74
74
|
return openBlock(), createElementBlock("section", {
|
|
75
75
|
ref_key: "sectionRef",
|
|
76
76
|
ref: sectionRef,
|
|
77
|
-
class: "wrapper border-t h-[40rem] bg-wine bg-[url(
|
|
77
|
+
class: "wrapper border-t h-[40rem] bg-wine bg-[url(assets/terminal-background.jpg)] bg-cover bg-top flex justify-center pt-28 overflow-clip"
|
|
78
78
|
}, [createElementVNode("div", {
|
|
79
79
|
class: normalizeClass([
|
|
80
80
|
"self-stretch px-4 sm:px-8 py-5 sm:py-7 relative bg-primary rounded-tl-lg rounded-tr-lg inline-flex flex-col justify-start items-start gap-2 overflow-hidden w-[62rem] outline-1 outline-offset-[3px] outline-white/30",
|