-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 07d63b1
Showing
23 changed files
with
5,049 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.png | ||
*.ico |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<html> | ||
<head></head> | ||
<body> | ||
<style type="text/css"> | ||
body { | ||
text-align: center; | ||
} | ||
.logo { | ||
background-color: #222; | ||
margin: 25px; | ||
display: inline-block; | ||
border: dashed #666 1px; | ||
box-shadow: 0 0 0 20px #222; | ||
} | ||
.inverted { | ||
background-color: white; | ||
box-shadow: 0 0 0 20px white; | ||
} | ||
</style> | ||
<div class="logo"> | ||
<img src="logo-brand.png"> | ||
</div><br> | ||
<div class="logo"> | ||
<img src="logo-docs.png"> | ||
</div><br> | ||
<div class="logo" style="border-radius: 40px"> | ||
<img src="logo.png"> | ||
</div><br> | ||
<div class="logo"> | ||
<img src="logo.44x44.png"> | ||
</div><br> | ||
<div class="logo inverted"> | ||
<img src="logo-forums.png"> | ||
</div><br> | ||
<div class="logo inverted"> | ||
<img src="logo-brand-sticker.png" width="300"> | ||
</div><br> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
### General assets | ||
logo.svg { | ||
# base logo | ||
prep: convert -density 400 -resize 256x -background transparent logo.svg logo.png | ||
prep: convert -density 400 -resize 30x -background transparent logo.svg logo.30x30.png | ||
} | ||
logo-circle.svg { | ||
# with black circle | ||
prep: convert -density 400 -resize x1000 -background transparent logo-circle.svg logo-circle.png | ||
} | ||
logo-brand.svg { | ||
# logo with mitmproxy text | ||
prep: convert -resize x100 -background transparent logo-brand.svg logo-brand.png | ||
prep: convert -density 400 -resize x50 -background transparent logo-brand.svg logo-brand-50x.png | ||
} | ||
logo-inverted.svg { | ||
# inverted logo with black text | ||
prep: convert -density 400 -resize 256x -background transparent logo-inverted.svg logo-inverted.png | ||
} | ||
logo-brand-inverted.svg { | ||
# inverted logo with black text | ||
prep: convert -density 400 -resize 256x -background transparent logo-brand-inverted.svg logo-brand-inverted.png | ||
} | ||
|
||
|
||
### docs.mitmproxy.org | ||
logo-docs.svg { | ||
# logo for docs | ||
prep: convert -resize 252x -background transparent logo-docs.svg logo-docs.png | ||
} | ||
|
||
|
||
### mitmproxy.org favicon | ||
favicon.svg { | ||
# *.ico for binaries (includes multiple sizes) | ||
prep: convert -background transparent favicon.svg -define icon:auto-resize=256,64,48,32,16 -colors 256 favicon.ico | ||
} | ||
|
||
|
||
### Stickers | ||
logo-brand-sticker.svg { | ||
# logo with mitmproxy text for stickers | ||
prep: convert -density 400 -resize x2000 -background transparent logo-brand-sticker.svg logo-brand-sticker.png | ||
} | ||
|
||
|
||
### InstallBuilder | ||
logo-inverted.svg { | ||
prep: convert -density 400 -resize 48x -background transparent logo-inverted.svg logo-installer-icon.png | ||
} | ||
logo-installer.svg { | ||
# Splash Screen Logo for Installer | ||
prep: convert -density 400 -resize 163x logo-installer.svg logo-installer.png | ||
} | ||
|
||
|
||
### discourse.mitmproxy.org | ||
logo-forums.svg { | ||
# Discourse Logo | ||
prep: convert -resize x40 -background transparent logo-forums.svg logo-forums.png | ||
prep: convert -crop 40x40+0+0 logo-forums.png logo-forums-small.png | ||
} | ||
|
||
|
||
### Windows Store | ||
logo.svg { | ||
prep: convert -density 400 -resize 44x -background '#333' logo.svg logo.44x44.png | ||
prep: convert -density 400 -resize 50x -background '#333' logo.svg logo.50x50.png | ||
prep: convert -density 400 -resize 150x -background '#333' logo.svg logo.150x150.png | ||
} | ||
|
||
|
||
** { | ||
daemon: devd -m . | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.