mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-08-10 10:16:54 +00:00
ac9b4989fe
Add SVG screenshots and a guide to the DynamoDNS documentation. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/83b3772f-6ea7-4e3a-8be8-a4837bd055d9.jpg
43 lines
2.3 KiB
XML
43 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg width="800" height="450" viewBox="0 0 800 450" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Background -->
|
|
<rect x="0" y="0" width="800" height="450" fill="#f8fafc" />
|
|
|
|
<!-- Auth Card -->
|
|
<rect x="150" y="50" width="500" height="350" rx="8" fill="#ffffff" stroke="#e2e8f0" stroke-width="1" />
|
|
|
|
<!-- Left Side - Login Form -->
|
|
<rect x="150" y="50" width="250" height="350" rx="8" fill="#ffffff" />
|
|
|
|
<!-- Logo and Title -->
|
|
<text x="200" y="100" font-family="Arial" font-size="24" font-weight="bold" fill="#1e293b">DynamoDNS</text>
|
|
<text x="200" y="130" font-family="Arial" font-size="16" fill="#64748b">Sign in to your account</text>
|
|
|
|
<!-- Username Field -->
|
|
<rect x="175" y="160" width="200" height="40" rx="4" fill="#ffffff" stroke="#cbd5e1" stroke-width="1" />
|
|
<text x="185" y="185" font-family="Arial" font-size="14" fill="#94a3b8">Username</text>
|
|
|
|
<!-- Password Field -->
|
|
<rect x="175" y="220" width="200" height="40" rx="4" fill="#ffffff" stroke="#cbd5e1" stroke-width="1" />
|
|
<text x="185" y="245" font-family="Arial" font-size="14" fill="#94a3b8">Password</text>
|
|
|
|
<!-- Sign In Button -->
|
|
<rect x="175" y="280" width="200" height="40" rx="4" fill="#2563eb" />
|
|
<text x="255" y="305" font-family="Arial" font-size="14" fill="#ffffff" text-anchor="middle">Sign In</text>
|
|
|
|
<!-- Forgot Password Link -->
|
|
<text x="275" y="340" font-family="Arial" font-size="12" fill="#2563eb" text-anchor="middle">Forgot password?</text>
|
|
|
|
<!-- Right Side - Hero Section -->
|
|
<rect x="400" y="50" width="250" height="350" rx="0" fill="#1e293b" />
|
|
|
|
<!-- Hero Content -->
|
|
<text x="525" y="150" font-family="Arial" font-size="20" font-weight="bold" fill="#ffffff" text-anchor="middle">Welcome to DynamoDNS</text>
|
|
<text x="525" y="180" font-family="Arial" font-size="14" fill="#94a3b8" text-anchor="middle">Advanced DNS Management</text>
|
|
|
|
<!-- Hero Features List -->
|
|
<text x="450" y="220" font-family="Arial" font-size="14" fill="#ffffff">✓ Multi-provider support</text>
|
|
<text x="450" y="250" font-family="Arial" font-size="14" fill="#ffffff">✓ Historical tracking</text>
|
|
<text x="450" y="280" font-family="Arial" font-size="14" fill="#ffffff">✓ Dynamic DNS updates</text>
|
|
<text x="450" y="310" font-family="Arial" font-size="14" fill="#ffffff">✓ Advanced metrics</text>
|
|
</svg> |