logo: Update Zulip logo.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
|
@ -291,13 +291,18 @@ def purge_unused_caches(
|
|||
print("Done!")
|
||||
|
||||
def generate_sha1sum_emoji(zulip_path: str) -> str:
|
||||
ZULIP_EMOJI_DIR = os.path.join(zulip_path, 'tools', 'setup', 'emoji')
|
||||
sha = hashlib.sha1()
|
||||
|
||||
filenames = ['emoji_map.json', 'build_emoji', 'emoji_setup_utils.py', 'emoji_names.py']
|
||||
filenames = [
|
||||
'static/assets/zulip-emoji/zulip.png',
|
||||
'tools/setup/emoji/emoji_map.json',
|
||||
'tools/setup/emoji/build_emoji',
|
||||
'tools/setup/emoji/emoji_setup_utils.py',
|
||||
'tools/setup/emoji/emoji_names.py',
|
||||
]
|
||||
|
||||
for filename in filenames:
|
||||
file_path = os.path.join(ZULIP_EMOJI_DIR, filename)
|
||||
file_path = os.path.join(zulip_path, filename)
|
||||
with open(file_path, 'rb') as reader:
|
||||
sha.update(reader.read())
|
||||
|
||||
|
|
Before Width: | Height: | Size: 821 B After Width: | Height: | Size: 947 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 5.3 KiB |
|
@ -16,17 +16,11 @@
|
|||
<div class="header" style="background-color: #c9e9e0;">
|
||||
<div class="header-main" id="top_navbar">
|
||||
<div class="float-left">
|
||||
<div>
|
||||
<a class="brand logo" href="https://zulip.com/">
|
||||
<svg class="brand-logo" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 40 40" version="1.1">
|
||||
<g transform="translate(-297.14285,-466.64792)">
|
||||
<circle cx="317.14285" cy="486.64792" r="19.030317" style="fill:hsl(156, 100%, 24%)!important;stroke-width:1.93936479;stroke:transparent"></circle>
|
||||
<path d="m309.24286 477.14791 14.2 0 1.6 3.9-11.2 11.9 9.6 0 1.6 3.2-14.2 0-1.6-3.9 11.2-11.9-9.6 0z" style="fill:#52c2af;stroke:#52c2af"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<span style="color: hsl(156, 100%, 24%);">Zulip</span>
|
||||
</a>
|
||||
</div>
|
||||
<a class="brand logo" href="https://zulip.com/">
|
||||
<svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="68.96 55.62 1742.12 450.43" height="25">
|
||||
<path fill="hsl(156, 100%, 24%)" d="M473.09 122.97c0 22.69-10.19 42.85-25.72 55.08L296.61 312.69c-2.8 2.4-6.44-1.47-4.42-4.7l55.3-110.72c1.55-3.1-.46-6.91-3.64-6.91H129.36c-33.22 0-60.4-30.32-60.4-67.37 0-37.06 27.18-67.37 60.4-67.37h283.33c33.22-.02 60.4 30.3 60.4 67.35zM129.36 506.05h283.33c33.22 0 60.4-30.32 60.4-67.37 0-37.06-27.18-67.37-60.4-67.37H198.2c-3.18 0-5.19-3.81-3.64-6.91l55.3-110.72c2.02-3.23-1.62-7.1-4.42-4.7L94.68 383.6c-15.53 12.22-25.72 32.39-25.72 55.08 0 37.05 27.18 67.37 60.4 67.37zm522.5-124.15l124.78-179.6v-1.56H663.52v-48.98h190.09v34.21L731.55 363.24v1.56h124.01v48.98h-203.7V381.9zm338.98-230.14V302.6c0 45.09 17.1 68.03 47.43 68.03 31.1 0 48.2-21.77 48.2-68.03V151.76h59.09V298.7c0 80.86-40.82 119.34-109.24 119.34-66.09 0-104.96-36.54-104.96-120.12V151.76h59.48zm244.91 0h59.48v212.25h104.18v49.76h-163.66V151.76zm297 0v262.01h-59.48V151.76h59.48zm90.18 3.5c18.27-3.11 43.93-5.44 80.08-5.44 36.54 0 62.59 7 80.08 20.99 16.72 13.22 27.99 34.99 27.99 60.64 0 25.66-8.55 47.43-24.1 62.2-20.21 19.05-50.15 27.6-85.13 27.6-7.77 0-14.77-.39-20.21-1.17v93.69h-58.7V155.26zm58.7 118.96c5.05 1.17 11.27 1.55 19.83 1.55 31.49 0 50.92-15.94 50.92-42.76 0-24.1-16.72-38.49-46.26-38.49-12.05 0-20.21 1.17-24.49 2.33v77.37z"/>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 758 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 500 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 657 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 591 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 626 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 634 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 632 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 610 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 658 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 682 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 631 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 658 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 654 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 667 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 640 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 676 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 668 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 704 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 661 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 678 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 693 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 676 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 531 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 649 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 680 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 646 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 659 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 676 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 657 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 685 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 682 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 546 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 673 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 684 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 672 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 687 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 658 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 699 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 559 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 693 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 649 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 665 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 676 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 667 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 680 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 659 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 697 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 689 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 515 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 680 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 667 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 670 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 626 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 676 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 674 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 571 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 700 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 686 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 684 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 665 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 696 B |