Skip to content

Commit b0d0b55

Browse files
author
michaelsboost
committed
project file updated
1 parent 972925b commit b0d0b55

File tree

9 files changed

+130
-56
lines changed

9 files changed

+130
-56
lines changed

.DS_Store

0 Bytes
Binary file not shown.

dist/bundle.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/manifest.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"theme_color": "#13171f",
3+
"background_color": "#13171f",
4+
"display": "standalone",
5+
"start_url": "./index.html",
6+
"lang": "en-US",
7+
"name": "kodeWeave",
8+
"short_name": "kodeWeave",
9+
"description": "kodeWeave is your on the go coding playground! Design with TailwindCSS or Pico.css, see how your app or website will look and behave on a desktop.",
10+
"icons": [
11+
{
12+
"src": "../imgs/logo-192x192.png",
13+
"sizes": "192x192",
14+
"type": "image/png",
15+
"purpose": "any"
16+
},
17+
{
18+
"src": "../imgs/logo-256x256.png",
19+
"sizes": "256x256",
20+
"type": "image/png",
21+
"purpose": "any"
22+
},
23+
{
24+
"src": "../imgs/logo-384x384.png",
25+
"sizes": "384x384",
26+
"type": "image/png",
27+
"purpose": "any"
28+
},
29+
{
30+
"src": "../imgs/logo-512x512.png",
31+
"sizes": "512x512",
32+
"type": "image/png",
33+
"purpose": "any"
34+
}
35+
]
36+
}

dist/style.min.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

go/.DS_Store

-4 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<link rel="shortcut icon" type="image/x-icon" href="imgs/logo.svg">
2222
<link rel="icon" type="image/svg+xml" href="imgs/logo.svg" />
2323
<link rel="apple-touch-icon" href="imgs/logo.svg">
24-
<link rel="stylesheet" href="dist/style.min.css">
24+
<link rel="stylesheet" href="dist/bundle.css">
2525
</head>
2626
<body>
2727
<div class="container absolute inset-0 m-auto">

kodeWeave.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "kodeWeave",
3-
"version": "1.2",
3+
"version": "1.2.0",
44
"title": "kodeWeave: Your on the go code playground!",
55
"description": "kodeWeave is your on the go coding playground! Design with TailwindCSS or Pico.css, see how your app or website will look and behave on a desktop.",
66
"author": "kodeWeave",
77
"url": "https://michaelsboost.com/kodeWeave/",
88
"meta": "",
99
"libraries": [
1010
"https://cdnjs.cloudflare.com/ajax/libs/picocss/2.0.6/pico.min.css",
11-
"https://michaelsboost.com/TailwindCSSMod/tailwind-mod.min.js"
11+
"https://michaelsboost.com/TailwindCSSMod/tailwind-mod-noreset.min.js"
1212
],
1313
"html_pre_processor": "html",
1414
"css_pre_processor": "css",
@@ -22,9 +22,8 @@
2222
"module": true,
2323
"autorun": true,
2424
"pwa": false,
25-
"activePanel": "html",
2625
"preview": true,
26+
"activePanel": "html",
2727
"columns": false,
28-
"columnsRight": true,
29-
"obj": {}
28+
"columnsRight": true
3029
}

src/bundle.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@import '../libraries/pico.min.css';
2+
3+
4+
@tailwind components;
5+
@tailwind utilities;

src/index.html

Lines changed: 83 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,85 @@
1-
<nav class="sticky top-0 inset-x-0 flex align-center place-items-center justify-between px-2 py-4 bg-gray-900 border-0 border-b border-solid border-blue-900 bg-opacity-50 backdrop-filter backdrop-blur-lg z-10">
2-
<a href="https://michaelsboost.com/kodeWeave/" target="_blank" class="no-underline" style="color: unset;">
3-
<div class="flex items-center font-thin gap-4">
4-
<img class="h-8 inline-block" src="../imgs/logo.svg" alt="kodeWeave">
5-
<span class="hidden sm:inline-block">kodeWeave</span>
6-
</div>
7-
</a>
8-
<div class="flex items-center">
9-
<a href="https://github.com/michaelsboost/kodeWeave/" target="_blank" class="text-white mx-1 sm:mx-2 px-1 sm:px-2 py-2 no-underline">
10-
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 496 512" class="w-4 h-4">
11-
<path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3 .3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5 .3-6.2 2.3zm44.2-1.7c-2.9 .7-4.9 2.6-4.6 4.9 .3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3 .7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3 .3 2.9 2.3 3.9 1.6 1 3.6 .7 4.3-.7 .7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3 .7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3 .7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/>
12-
</svg>
13-
</a>
14-
<a href="https://twitter.com/kodeweave_app" target="_blank" class="text-white mx-1 sm:mx-2 px-1 sm:px-2 py-2 no-underline">
15-
<svg class="h-4 w-4" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
16-
<defs id="defs2"><clipPath clipPathUnits="userSpaceOnUse" id="clipPath7"><path style="display:none;fill:#2a34ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" d="M 2.7194315,3.6106111 H 8.5920036 L 21.280954,20.389389 h -5.727371 z" id="path7"></path><path id="lpe_path-effect7" style="fill:#2a34ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" class="powerclip" d="M -2.8448815,-3.9722732 H 26.113213 V 27.972273 H -2.8448815 Z M 2.7194315,3.6106111 15.553583,20.389389 h 5.727371 L 8.5920036,3.6106111 Z"></path></clipPath><clipPath clipPathUnits="userSpaceOnUse" id="clipPath11"><rect style="fill:#ff2a2a;fill-opacity:1;stroke:none;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" id="rect11" width="21.586601" height="18.278778" x="1.2021173" y="2.8606112"></rect></clipPath></defs><g style="fill:none;stroke:currentColor;stroke-width:1.5" id="g2" transform="translate(-0.04613684)"><g id="g8" clip-path="url(#clipPath11)"><path d="M 2.7194315,3.6106111 H 8.5920036 L 21.280954,20.389389 h -5.727371 z" id="path2-8"></path><path d="M 20.541589,1.5132639 19.650846,2.5619375 18.760104,3.6106111 17.869362,4.6592848 16.978619,5.7079584 16.087877,6.756632 15.197135,7.8053056 14.306392,8.8539793 13.41565,9.9026529 12.524908,10.951326 11.634165,12 10.743423,13.048674 9.852681,14.097347 8.961938,15.146021 8.071196,16.194695 7.1804539,17.243368 6.2897116,18.292042 5.3989693,19.340715 4.5082269,20.389389 3.6174846,21.438063 2.7267423,22.486736" id="path4" clip-path="url(#clipPath7)"></path></g></g>
17-
</svg>
18-
</a>
19-
<a href="https://michaelsboost.com/donate/" target="_blank" class="mx-1 sm:mx-2 px-1 sm:px-2 py-2 no-underline">
20-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-4 h-4 text-red-400">
21-
<path d="m11.645 20.91-.007-.003-.022-.012a15.247 15.247 0 0 1-.383-.218 25.18 25.18 0 0 1-4.244-3.17C4.688 15.36 2.25 12.174 2.25 8.25 2.25 5.322 4.714 3 7.688 3A5.5 5.5 0 0 1 12 5.052 5.5 5.5 0 0 1 16.313 3c2.973 0 5.437 2.322 5.437 5.25 0 3.925-2.438 7.111-4.739 9.256a25.175 25.175 0 0 1-4.244 3.17 15.247 15.247 0 0 1-.383.219l-.022.012-.007.004-.003.001a.752.752 0 0 1-.704 0l-.003-.001Z" />
22-
</svg>
23-
</a>
24-
<a class="block w-auto bg-blue-500 font-thin py-2" role="button" href="./go">
25-
Launch
26-
</a>
27-
</div>
28-
</nav>
1+
<div class="container absolute inset-0 m-auto">
2+
<nav class="sticky top-0 inset-x-0 flex align-center place-items-center justify-between px-2 py-4 bg-gray-900 border-0 border-b border-solid border-gray-800 bg-opacity-50 backdrop-filter backdrop-blur-lg z-10">
3+
<ul class="font-thin">
4+
<li class="py-0">
5+
<a
6+
aria-label="kodeWeave"
7+
name="kodeWeave"
8+
href="https://michaelsboost.com/kodeWeave/"
9+
target="_blank"
10+
class="no-underline"
11+
style="color: unset;">
12+
<img class="h-8 inline-block" src="../imgs/logo.svg" width="100" height="256" alt="kodeWeave">
13+
<span class="hidden sm:inline-block">kodeWeave</span>
14+
</a>
15+
</li>
16+
</ul>
17+
<ul class="flex items-center">
18+
<li class="py-0">
19+
<a
20+
aria-label="github repo"
21+
name="github repo"
22+
href="https://github.com/michaelsboost/kodeWeave/"
23+
target="_blank"
24+
class="text-white mx-1 sm:mx-2 px-1 sm:px-2 py-2 no-underline">
25+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 496 512" class="w-4 h-4">
26+
<path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3 .3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5 .3-6.2 2.3zm44.2-1.7c-2.9 .7-4.9 2.6-4.6 4.9 .3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3 .7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3 .3 2.9 2.3 3.9 1.6 1 3.6 .7 4.3-.7 .7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3 .7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3 .7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/>
27+
</svg>
28+
</a>
29+
</li>
30+
<li class="py-0">
31+
<a
32+
aria-label="twitter page for project feed"
33+
name="twitter page for project feed"
34+
href="https://twitter.com/kodeweave_app"
35+
target="_blank"
36+
class="text-white mx-1 sm:mx-2 px-1 sm:px-2 py-2 no-underline">
37+
<svg class="h-4 w-4" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
38+
<defs id="defs2"><clipPath clipPathUnits="userSpaceOnUse" id="clipPath7"><path style="display:none;fill:#2a34ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" d="M 2.7194315,3.6106111 H 8.5920036 L 21.280954,20.389389 h -5.727371 z" id="path7"></path><path id="lpe_path-effect7" style="fill:#2a34ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" class="powerclip" d="M -2.8448815,-3.9722732 H 26.113213 V 27.972273 H -2.8448815 Z M 2.7194315,3.6106111 15.553583,20.389389 h 5.727371 L 8.5920036,3.6106111 Z"></path></clipPath><clipPath clipPathUnits="userSpaceOnUse" id="clipPath11"><rect style="fill:#ff2a2a;fill-opacity:1;stroke:none;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" id="rect11" width="21.586601" height="18.278778" x="1.2021173" y="2.8606112"></rect></clipPath></defs><g style="fill:none;stroke:currentColor;stroke-width:1.5" id="g2" transform="translate(-0.04613684)"><g id="g8" clip-path="url(#clipPath11)"><path d="M 2.7194315,3.6106111 H 8.5920036 L 21.280954,20.389389 h -5.727371 z" id="path2-8"></path><path d="M 20.541589,1.5132639 19.650846,2.5619375 18.760104,3.6106111 17.869362,4.6592848 16.978619,5.7079584 16.087877,6.756632 15.197135,7.8053056 14.306392,8.8539793 13.41565,9.9026529 12.524908,10.951326 11.634165,12 10.743423,13.048674 9.852681,14.097347 8.961938,15.146021 8.071196,16.194695 7.1804539,17.243368 6.2897116,18.292042 5.3989693,19.340715 4.5082269,20.389389 3.6174846,21.438063 2.7267423,22.486736" id="path4" clip-path="url(#clipPath7)"></path></g></g>
39+
</svg>
40+
</a>
41+
</li>
42+
<li class="py-0">
43+
<a
44+
aria-label="keep the project alive by helping the developer"
45+
name="keep the project alive by helping the developer"
46+
href="https://michaelsboost.com/donate/"
47+
target="_blank"
48+
class="mx-1 sm:mx-2 px-1 sm:px-2 py-2 no-underline">
49+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-4 h-4 text-red-400">
50+
<path d="m11.645 20.91-.007-.003-.022-.012a15.247 15.247 0 0 1-.383-.218 25.18 25.18 0 0 1-4.244-3.17C4.688 15.36 2.25 12.174 2.25 8.25 2.25 5.322 4.714 3 7.688 3A5.5 5.5 0 0 1 12 5.052 5.5 5.5 0 0 1 16.313 3c2.973 0 5.437 2.322 5.437 5.25 0 3.925-2.438 7.111-4.739 9.256a25.175 25.175 0 0 1-4.244 3.17 15.247 15.247 0 0 1-.383.219l-.022.012-.007.004-.003.001a.752.752 0 0 1-.704 0l-.003-.001Z" />
51+
</svg>
52+
</a>
53+
</li>
54+
<li class="py-0">
55+
<a class="block w-auto font-light px-3 py-2 bg-[#0072ad] text-white" href="./go">
56+
Launch
57+
</a>
58+
</li>
59+
</ul>
60+
</nav>
2961

30-
<main class="container grid grid-cols-1 h-full gap-4 items-center">
31-
<div>
32-
<hgroup class="text-center">
33-
<h1 class="my-2">
34-
kodeWeave is your on the go coding playground!
35-
</h1>
36-
<h2>
37-
Design with TailwindCSS or Pico.css, see how your app or website will look and behave on a desktop.
38-
</h2>
39-
</hgroup>
40-
<div class="text-center">
41-
<img class="border border-solid border-gray-800 shadow-2xl shadow-blue-900" src="../imgs/screenshot.png" alt="kodeWeave">
42-
43-
<a class="my-10 mx-auto block w-full bg-blue-500 font-thin py-4" role="button" href="./go">
44-
Launch kodeWeave
45-
</a>
62+
<main class="w-full grid grid-cols-1 h-full gap-4 items-center">
63+
<div>
64+
<hgroup class="text-center">
65+
<h1 class="my-2">
66+
kodeWeave is your on the go coding playground!
67+
</h1>
68+
<h2>
69+
Design with TailwindCSS or Pico.css, see how your app or website will look and behave on a desktop.
70+
</h2>
71+
</hgroup>
72+
<div class="text-center">
73+
<img
74+
class="border border-solid border-gray-800 shadow-2xl shadow-blue-900"
75+
src="../imgs/screenshot.webp"
76+
srcset="../imgs/screenshot-640w.webp 640w, ../imgs/screenshot-1280w.webp 1280w"
77+
alt="kodeWeave">
78+
79+
<a class="my-10 mx-auto block w-full font-thin py-4" role="button" href="./go">
80+
Launch kodeWeave
81+
</a>
82+
</div>
4683
</div>
47-
</div>
48-
</main>
84+
</main>
85+
</div>

0 commit comments

Comments
 (0)