commit inicial do projeto
35
assets/assets.d.ts
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
type Styles = Record<string, string>;
|
||||
|
||||
declare module '*.svg' {
|
||||
import React = require('react');
|
||||
|
||||
export const ReactComponent: React.FC<React.SVGProps<SVGSVGElement>>;
|
||||
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module '*.png' {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module '*.jpg' {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module '*.scss' {
|
||||
const content: Styles;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module '*.sass' {
|
||||
const content: Styles;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module '*.css' {
|
||||
const content: Styles;
|
||||
export default content;
|
||||
}
|
||||
8
assets/entitlements.mac.plist
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>com.apple.security.cs.allow-jit</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
assets/icon.icns
Normal file
BIN
assets/icon.ico
Normal file
|
After Width: | Height: | Size: 361 KiB |
BIN
assets/icon.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
48
assets/icon.svg
Normal file
@@ -0,0 +1,48 @@
|
||||
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Background circle -->
|
||||
<circle cx="128" cy="128" r="120" fill="#326CE5" stroke="#ffffff" stroke-width="8"/>
|
||||
|
||||
<!-- Kubernetes wheel -->
|
||||
<g transform="translate(128,128)">
|
||||
<!-- Central hub -->
|
||||
<circle cx="0" cy="0" r="20" fill="#ffffff"/>
|
||||
|
||||
<!-- Spokes -->
|
||||
<g stroke="#ffffff" stroke-width="6" stroke-linecap="round">
|
||||
<!-- Top spoke -->
|
||||
<line x1="0" y1="-20" x2="0" y2="-80"/>
|
||||
<circle cx="0" cy="-80" r="8" fill="#ffffff"/>
|
||||
|
||||
<!-- Top-right spoke -->
|
||||
<line x1="14.14" y1="-14.14" x2="56.57" y2="-56.57"/>
|
||||
<circle cx="56.57" cy="-56.57" r="8" fill="#ffffff"/>
|
||||
|
||||
<!-- Right spoke -->
|
||||
<line x1="20" y1="0" x2="80" y2="0"/>
|
||||
<circle cx="80" cy="0" r="8" fill="#ffffff"/>
|
||||
|
||||
<!-- Bottom-right spoke -->
|
||||
<line x1="14.14" y1="14.14" x2="56.57" y2="56.57"/>
|
||||
<circle cx="56.57" cy="56.57" r="8" fill="#ffffff"/>
|
||||
|
||||
<!-- Bottom spoke -->
|
||||
<line x1="0" y1="20" x2="0" y2="80"/>
|
||||
<circle cx="0" cy="80" r="8" fill="#ffffff"/>
|
||||
|
||||
<!-- Bottom-left spoke -->
|
||||
<line x1="-14.14" y1="14.14" x2="-56.57" y2="56.57"/>
|
||||
<circle cx="-56.57" cy="56.57" r="8" fill="#ffffff"/>
|
||||
|
||||
<!-- Left spoke -->
|
||||
<line x1="-20" y1="0" x2="-80" y2="0"/>
|
||||
<circle cx="-80" cy="0" r="8" fill="#ffffff"/>
|
||||
|
||||
<!-- Top-left spoke -->
|
||||
<line x1="-14.14" y1="-14.14" x2="-56.57" y2="-56.57"/>
|
||||
<circle cx="-56.57" cy="-56.57" r="8" fill="#ffffff"/>
|
||||
</g>
|
||||
|
||||
<!-- NOW text at bottom -->
|
||||
<text x="0" y="110" text-anchor="middle" fill="#ffffff" font-family="Arial, sans-serif" font-size="24" font-weight="bold">NOW</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/icons/1024x1024.png
Executable file
|
After Width: | Height: | Size: 156 KiB |
BIN
assets/icons/128x128.png
Executable file
|
After Width: | Height: | Size: 17 KiB |
BIN
assets/icons/16x16.png
Executable file
|
After Width: | Height: | Size: 954 B |
BIN
assets/icons/24x24.png
Executable file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/icons/256x256.png
Executable file
|
After Width: | Height: | Size: 32 KiB |
BIN
assets/icons/32x32.png
Executable file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/icons/48x48.png
Executable file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
assets/icons/512x512.png
Executable file
|
After Width: | Height: | Size: 77 KiB |
BIN
assets/icons/64x64.png
Executable file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
assets/icons/96x96.png
Executable file
|
After Width: | Height: | Size: 12 KiB |
BIN
assets/logo.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
18
assets/logo.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with Vectornator (http://vectornator.io/) -->
|
||||
<svg height="680.0px" stroke-miterlimit="10" style="fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;" version="1.1" viewBox="0 0 2520 680" width="2520.0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs/>
|
||||
<g id="Camada-1">
|
||||
<text fill="#326ce5" font-family="BanglaMN-Bold" font-size="330.214" opacity="1" stroke="none" text-anchor="start" transform="matrix(1 0 0 1 678.969 102.267)" x="0" y="0">
|
||||
<tspan textLength="965.875" x="0" y="348"><![CDATA[Kube]]></tspan>
|
||||
</text>
|
||||
<text fill="#64748b" font-family="BanglaMN-Bold" font-size="329.987" opacity="1" stroke="none" text-anchor="start" transform="matrix(1 0 0 1 1655.01 102.267)" x="0" y="0">
|
||||
<tspan textLength="830.466" x="0" y="347"><![CDATA[Now]]></tspan>
|
||||
</text>
|
||||
<path d="M417.649 46.093L390.409 73.2923L608.877 291.76L327.434 573.201L353.798 599.606L638.657 383.522L636.075 264.759L636.273 264.521L417.649 46.093Z" fill="#326ce5" fill-rule="nonzero" opacity="1" stroke="none"/>
|
||||
<path d="M376.194 87.5469L349.709 114.032L515.922 280.205L294.199 453.724L348.597 511.457L574.331 285.724L548.124 259.518L545.584 256.976L376.194 87.5469Z" fill="#326ce5" fill-rule="nonzero" opacity="1" stroke="none"/>
|
||||
<path d="M406.053 34.4986L259.138 38.8663L20.8171 349.574L44.6809 373.397L55.9577 384.675L312.345 641.061L343.712 609.692L87.2864 353.264L406.053 34.4986Z" fill="#64748b" fill-rule="nonzero" opacity="1" stroke="none"/>
|
||||
<path d="M334.7 129.041L108.967 354.775L135.173 380.982L137.714 383.522L307.143 552.95L333.588 526.466L167.455 360.332L390.409 186.774L334.7 129.041Z" fill="#64748b" fill-rule="nonzero" opacity="1" stroke="none"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |