Added About Page

This commit is contained in:
2025-09-17 23:34:37 +10:00
parent 2f6006626d
commit b9e1f6827a
30 changed files with 1270 additions and 529 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -0,0 +1,109 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 1600 600"
width="1600"
height="600"
version="1.1"
id="svg8"
sodipodi:docname="logo_horizontal.svg"
inkscape:export-filename="logo_horizontal.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
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="namedview8"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:export-bgcolor="#ffffff00"
inkscape:zoom="1.725625"
inkscape:cx="800"
inkscape:cy="299.89134"
inkscape:window-width="3440"
inkscape:window-height="1361"
inkscape:window-x="2551"
inkscape:window-y="690"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<defs
id="defs2">
<linearGradient
id="mountainGrad"
x1="0"
x2="1"
y1="0"
y2="1">
<stop
offset="0%"
stop-color="#ff9a3c"
id="stop1" />
<stop
offset="100%"
stop-color="#e36a1a"
id="stop2" />
</linearGradient>
</defs>
<!-- ===== MOUNTAINS GROUP (LEFT) ===== -->
<g
transform="translate(100,100) scale(0.7)"
id="g7">
<!-- left angular peak -->
<path
d="M200 420 L320 240 L360 300 L400 260 L440 420 Z"
fill="#ffffff"
id="path2" />
<path
d="M200 420 L360 300 L440 420 Z"
fill="#c8d0d8"
id="path3" />
<!-- right angular peak -->
<path
d="M560 420 L640 260 L680 300 L720 240 L840 420 Z"
fill="#ffffff"
id="path4" />
<path
d="M560 420 L680 300 L840 420 Z"
fill="#c8d0d8"
id="path5" />
<!-- central mountain -->
<path
d="M250 420 L500 120 L750 420 Z"
fill="url(#mountainGrad)"
id="path6" />
<path
d="M460 280 L500 210 L560 420 L500 350 Z"
fill="#cf5b14"
opacity="0.95"
id="path7" />
</g>
<!-- ===== TEXT (RIGHT) ===== -->
<g
transform="translate(800,0)"
id="g8">
<text
x="0"
y="300"
text-anchor="start"
font-family="Futura-Bk, Futura, sans-serif"
font-size="160"
fill="#fff"
id="text7">DR EDGY</text>
<text
x="0"
y="400"
text-anchor="start"
font-family="Futura-Bk, Futura, sans-serif"
font-size="72"
letter-spacing="8"
fill="#fff"
id="text8">ADVENTURES</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" width="1000" height="1000">
<rect width="100%" height="100%" fill="#263241"/>
<defs>
<linearGradient id="mountainGrad" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#ff9a3c"/>
<stop offset="100%" stop-color="#e36a1a"/>
</linearGradient>
</defs>
<!-- left angular peak -->
<path d="M200 420 L320 240 L360 300 L400 260 L440 420 Z" fill="#ffffff"/>
<path d="M200 420 L360 300 L440 420 Z" fill="#c8d0d8"/>
<!-- right angular peak -->
<path d="M560 420 L640 260 L680 300 L720 240 L840 420 Z" fill="#ffffff"/>
<path d="M560 420 L680 300 L840 420 Z" fill="#c8d0d8"/>
<!-- central mountain -->
<path d="M250 420 L500 120 L750 420 Z" fill="url(#mountainGrad)" />
<path d="M460 280 L500 210 L560 420 L500 350 Z" fill="#cf5b14" opacity="0.95"/>
<!-- text -->
<text x="500" y="540" text-anchor="middle" font-family="Futura-Bk, Futura, sans-serif"
font-size="120" fill="#fff">DR EDGY</text>
<text x="500" y="600" text-anchor="middle" font-family="Futura-Bk, Futura, sans-serif"
font-size="54" letter-spacing="8" fill="#fff">ADVENTURES</text>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB