diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-08 11:08:06 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-08 11:08:06 -0700 |
commit | b1164ed181b0ffde3c664cffc3513b203429d2f7 (patch) | |
tree | 9ada9b6c2189a8481005f131562fb1e71366ef90 | |
parent | c0caba8944944e2825f09e532d7e6d6c555c4593 (diff) | |
download | infinitytier-b1164ed181b0ffde3c664cffc3513b203429d2f7.tar.gz infinitytier-b1164ed181b0ffde3c664cffc3513b203429d2f7.zip |
icons
-rw-r--r-- | artwork/ZeroTierIcon.ico | bin | 0 -> 370070 bytes | |||
-rw-r--r-- | artwork/ZeroTierIcon.png | bin | 0 -> 26898 bytes | |||
-rw-r--r-- | artwork/logo.html | 37 |
3 files changed, 37 insertions, 0 deletions
diff --git a/artwork/ZeroTierIcon.ico b/artwork/ZeroTierIcon.ico Binary files differnew file mode 100644 index 00000000..2d190c47 --- /dev/null +++ b/artwork/ZeroTierIcon.ico diff --git a/artwork/ZeroTierIcon.png b/artwork/ZeroTierIcon.png Binary files differnew file mode 100644 index 00000000..4d9641b3 --- /dev/null +++ b/artwork/ZeroTierIcon.png diff --git a/artwork/logo.html b/artwork/logo.html new file mode 100644 index 00000000..69c06a2c --- /dev/null +++ b/artwork/logo.html @@ -0,0 +1,37 @@ +<html> +<head> +<style type="text/css"> +html,body { + background: #aaaaaa; + margin: 0; + padding: 0; + font-family: "Helvetica"; + font-weight: bold; + font-size: 12pt; + height: 100%; + width: 100%; +} +div.icon { + background: #ffb354; + color: #000000; + font-size: 150pt; + border-radius: 2.5rem; + display: inline-block; + width: 1.3em; + height: 1.3em; + padding: 0; + margin: 0; + line-height: 1.4em; + vertical-align: middle; + text-align: center; +} +</style> +</head> +<body> +<br><br><br><br><br><br> +<!-- Yes, our logo is a Unicode character. It sort of just turned out that way. --> +<center> +<div class="icon">⏁</div> +</center> +</body> +</html>
\ No newline at end of file |