feat: ✨ initial commit
Created (mostly) temporally website, forked from Org013/www.
This commit is contained in:
BIN
.github/assets/013.png
vendored
Normal file
BIN
.github/assets/013.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
64
.github/assets/013.svg
vendored
Normal file
64
.github/assets/013.svg
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="16.321503mm"
|
||||
height="16.321503mm"
|
||||
viewBox="0 0 16.321503 16.321503"
|
||||
version="1.1"
|
||||
id="svg222"
|
||||
xml:space="preserve"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
||||
id="namedview224"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:showpageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#505050"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="false" /><defs
|
||||
id="defs219"><style
|
||||
id="style1145">.cls-1{fill:#fff;stroke:#fff;stroke-miterlimit:10;stroke-width:9px;}.cls-2{fill:#111;}</style><style
|
||||
id="style1223">.cls-1{fill:#fff;}</style></defs><g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer2"
|
||||
inkscape:label="Layer 2"
|
||||
transform="translate(-66.718485,-6.2330502)"><g
|
||||
id="_013"
|
||||
data-name="013"
|
||||
transform="matrix(0.0446394,0,0,0.0446394,66.718484,6.2330502)"
|
||||
style="fill:#000000;stroke:#ffffff;stroke-opacity:1"
|
||||
inkscape:export-filename="013.svg"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96"><rect
|
||||
class="cls-1"
|
||||
width="365.63"
|
||||
height="365.63"
|
||||
id="rect1149"
|
||||
x="0"
|
||||
y="0"
|
||||
style="fill:#111111;fill-opacity:1;stroke:none;stroke-width:9px;stroke-miterlimit:10;stroke-opacity:1"
|
||||
ry="182.815"
|
||||
inkscape:export-filename="013.svg"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96" /><polygon
|
||||
class="cls-2"
|
||||
points="151.65,197.77 164.39,186.57 130.4,149.58 117.66,160.77 "
|
||||
id="polygon1151"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:1" /><rect
|
||||
class="cls-2"
|
||||
x="165.19"
|
||||
y="148.00999"
|
||||
width="17.129999"
|
||||
height="45.880001"
|
||||
id="rect1153"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:1" /><polygon
|
||||
class="cls-2"
|
||||
points="252.13,217.54 221.5,166.02 251.76,166.02 251.76,149.27 191.73,149.27 222.37,200.81 113.5,200.87 113.51,217.62 "
|
||||
id="polygon1155"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:1" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
15
.github/workflows/deploy-preview.yml
vendored
Normal file
15
.github/workflows/deploy-preview.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: ▲ Deploy preview to Vercel
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
uses: loreddev/.github/.github/workflows/vercel-deploy.yml@main
|
||||
secrets: inherit
|
||||
with:
|
||||
production: false
|
||||
13
.github/workflows/deploy.yml
vendored
Normal file
13
.github/workflows/deploy.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: ▲ Deploy to Vercel
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
uses: loreddev/.github/.github/workflows/vercel-deploy.yml@main
|
||||
secrets: inherit
|
||||
with:
|
||||
production: true
|
||||
14
.github/workflows/mirror.yml
vendored
Normal file
14
.github/workflows/mirror.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: 🪞 Repository Mirrors
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
uses: loreddev/.github/.github/workflows/mirrors.yml@main
|
||||
secrets: inherit
|
||||
with:
|
||||
codeberg-repo: https://codeberg.org/LoredDev/www
|
||||
Reference in New Issue
Block a user