Add logo concept svg

This commit is contained in:
Anders Pitman 2020-10-21 09:50:12 -06:00
parent d74aac97a3
commit ecd4fe0171
2 changed files with 48 additions and 3 deletions

48
logo_concept.svg Normal file
View File

@ -0,0 +1,48 @@
<svg viewBox="0 0 100 100" version="1.1" baseProfile="full" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
<style>
.proxy-line {
stroke: #00C8F0;
stroke-width: 6;
}
.p-terminal {
fill: #4080FF;
}
.p {
stroke: #4080FF;
stroke-width: 6;
}
.b-terminal {
fill: #7D64E3;
}
.b {
stroke: #7D64E3;
stroke-width: 6;
}
</style>
<rect width="100%" height="100%" fill="#dadada" />
<line class="proxy-line" x1="40" y1="40" x2="60" y2="40" />
<circle class="b-terminal" cx="20" cy="20" r="6" />
<line class="b" x1="20" y1="20" x2="20" y2="60" />
<circle class="b-terminal" cx="20" cy="60" r="6" />
<line class="b" x1="20" y1="60" x2="40" y2="60" />
<circle class="b-terminal" cx="40" cy="40" r="6" />
<line class="b" x1="40" y1="40" x2="40" y2="60" />
<circle class="b-terminal" cx="40" cy="60" r="6" />
<line class="p" x1="60" y1="40" x2="80" y2="40" />
<circle class="p-terminal" cx="80" cy="40" r="6" />
<circle class="p-terminal" cx="60" cy="40" r="6" />
<line class="p" x1="80" y1="40" x2="80" y2="60" />
<circle class="p-terminal" cx="80" cy="60" r="6" />
<line class="p" x1="80" y1="60" x2="60" y2="60" />
<circle class="p-terminal" cx="60" cy="60" r="6" />
<line class="p" x1="60" y1="60" x2="60" y2="80" />
<circle class="p-terminal" cx="60" cy="80" r="6" />
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -13,9 +13,6 @@
is wrong when domain stuff breaks. is wrong when domain stuff breaks.
* Built-in static file hosting * Built-in static file hosting
* Client determines which directories are exposed * Client determines which directories are exposed
* Password-protected tunnels
* TCP tunnels
* Allow client to specify binding to addresses other than 127.0.0.1.
* IPv6 * IPv6