first commit

This commit is contained in:
2026-04-02 10:57:35 -04:00
commit eb2e78c7cc
10 changed files with 345 additions and 0 deletions

13
images/bitwardenapp.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 90 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 59 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 219 KiB

View File

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="420" viewBox="0 0 900 420">
<style>
.bg{fill:#071026}
.window{fill:#071a2a;stroke:#173447;stroke-width:2}
.panel{fill:#0b1220}
.highlight{fill:#072033;stroke:#6dd3f5;stroke-width:3}
.text{fill:#dff6ff;font-family:Arial, sans-serif;font-size:14px}
.muted{fill:#9aa4b2}
</style>
<rect width="100%" height="100%" class="bg"/>
<g transform="translate(40,30)">
<rect width="820" height="360" rx="10" class="window" />
<rect x="40" y="40" width="760" height="64" rx="6" class="panel" />
<text x="60" y="82" class="text">Settings Advanced</text>
<rect x="60" y="120" width="640" height="48" rx="6" class="highlight" />
<text x="80" y="150" class="text">Server URL: https://vault.depressionslair.com</text>
<text x="60" y="200" class="muted">Desktop app &gt; Settings &gt; Advanced &gt; Server URL</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 931 B

View File

@@ -0,0 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="420" viewBox="0 0 900 420">
<style>
.bg{fill:#071026}
.window{fill:#071a2a;stroke:#173447;stroke-width:2}
.panel{fill:#0b1220}
.highlight{fill:#072033;stroke:#6dd3f5;stroke-width:3}
.text{fill:#dff6ff;font-family:Arial, sans-serif;font-size:14px}
.muted{fill:#9aa4b2}
</style>
<rect width="100%" height="100%" class="bg"/>
<g transform="translate(40,30)">
<rect width="820" height="360" rx="10" class="window" />
<rect x="18" y="18" width="240" height="320" rx="8" class="panel" />
<rect x="280" y="40" width="500" height="60" rx="6" class="highlight" />
<text x="300" y="75" class="text">Server URL</text>
<rect x="300" y="90" width="420" height="34" rx="6" fill="#091826" stroke="#23424f" />
<text x="310" y="112" class="text">https://vault.depressionslair.com</text>
<text x="300" y="150" class="muted">Open the extension &gt; Settings &gt; Server URL</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 996 B

View File

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" width="420" height="760" viewBox="0 0 420 760">
<style>
.bg{fill:#071026}
.phone{fill:#071a2a;stroke:#173447;stroke-width:2}
.screen{fill:#0b1220}
.highlight{fill:#072033;stroke:#6dd3f5;stroke-width:3}
.text{fill:#dff6ff;font-family:Arial, sans-serif;font-size:12px}
.muted{fill:#9aa4b2}
</style>
<rect width="100%" height="100%" class="bg"/>
<g transform="translate(30,20)">
<rect x="0" y="0" width="360" height="720" rx="24" class="phone" />
<rect x="14" y="28" width="332" height="664" rx="12" class="screen" />
<rect x="40" y="80" width="260" height="36" rx="6" class="highlight" />
<text x="52" y="104" class="text">Server URL</text>
<text x="52" y="130" class="text">https://vault.depressionslair.com</text>
<text x="40" y="180" class="muted">Mobile app Settings Server</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 901 B