Skip to content

Commit

Permalink
inital import
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Mar 24, 2019
0 parents commit 07d63b1
Show file tree
Hide file tree
Showing 23 changed files with 5,049 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.png
*.ico
11 changes: 11 additions & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions index.html
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>
11 changes: 11 additions & 0 deletions logo-brand-inverted.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions logo-brand-sticker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions logo-brand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions logo-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions logo-docs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions logo-forums.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions logo-installer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions logo-inverted.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions modd.conf
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 added old/mitmproxy-dark-square.pxm
Binary file not shown.
Binary file added old/mitmproxy-dark.pxm
Binary file not shown.
Binary file added old/mitmproyx-dark-long.pxm
Binary file not shown.
4,626 changes: 4,626 additions & 0 deletions old/originals/mitmproxy.ai

Large diffs are not rendered by default.

Binary file added old/originals/mitmproxy.eps
Binary file not shown.
Binary file added old/originals/mitmproxy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added old/originals/mitmproxy.pdf
Binary file not shown.
Binary file added old/originals/mitmproxy.psd
Binary file not shown.
Loading

0 comments on commit 07d63b1

Please sign in to comment.