mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 13:36:25 -08:00
refactor: 🍱 Final logo
This commit is contained in:
parent
693f453833
commit
1beb4a9632
|
@ -1,4 +1,4 @@
|
|||
<h1 align="center"><img src="./assets/icons/icon_temp.svg" height="24"> monofile</h1>
|
||||
<h1 align="center"><img src="./assets/icons/icon.svg" height="24"> monofile</h1>
|
||||
<img src="https://repository-images.githubusercontent.com/542329820/e7bfd0af-179d-43cd-b6e8-945e9bd5acf9">
|
||||
<p align="center">The open-source, Discord-based file sharing service.<br><a href="https://fyle.uk">Flagship instance</a> — <a href="https://beta.fyle.uk">Live test instance</a></p>
|
||||
|
||||
|
|
13
assets/icons/icon.svg
Normal file
13
assets/icons/icon.svg
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="12" height="15.009" version="1.1" viewBox="0 0 3.175 3.9712" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<linearGradient id="gradient" x1="39.034" x2="42.209" y1="121.39" y2="121.39" gradientTransform="translate(-39.034 -117.68)" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#fff" stop-opacity="0" offset="0"/>
|
||||
<stop stop-color="#fff" offset=".5"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path d="m0 3.442" fill="#fff"/>
|
||||
<path d="m0 3.442v.52917h3.175v-.52917z" fill="url(#gradient)"/>
|
||||
<path d="m1.5875 1.9595c-.14573 0-.26458.11885-.26458.26458v.05l-.60668-.60669c-.04961-.0496-.11679-.0775-.18707-.0775s-.13746.0279-.18707.0775c-.10335.10336-.10335.27079 0 .37414l1.0583 1.0583c.10335.10335.27078.10335.37414 0l1.0583-1.0583c.10335-.10335.10335-.27078 0-.37414-.10335-.10335-.27078-.10335-.37414 0l-.60668.60669v-.05c0-.14573-.11886-.26458-.26458-.26458z" fill="#fff"/>
|
||||
<path d="m1.899-2.8827e-6h-.57727l-.56825.34727v.53217l.50511-.30217h.01353v1.7318h.62688z" fill="#fff" />
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
|
@ -1 +0,0 @@
|
|||
<svg width="24" height="24" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m11.256 13 .238-1.5h1.481l-.237 1.5h-1.482Z" fill="#8aadf4"/><path d="M17.75 2.001a2.25 2.25 0 0 1 2.245 2.096L20 4.25v15.498a2.25 2.25 0 0 1-2.096 2.245l-.154.005H6.25a2.25 2.25 0 0 1-2.245-2.096L4 19.75V4.251a2.25 2.25 0 0 1 2.096-2.245l.154-.005h11.5Zm-5.355 13.16a.75.75 0 1 0 1.482.234l.142-.895h.731a.75.75 0 0 0 0-1.5h-.494l.238-1.5h.756a.75.75 0 0 0 0-1.5h-.519l.162-1.025a.75.75 0 1 0-1.481-.234l-.2 1.259h-1.48l.161-1.025a.75.75 0 1 0-1.481-.234l-.2 1.259H9.25a.75.75 0 1 0 0 1.5h.725L9.738 13H8.75a.75.75 0 1 0 0 1.5h.75l-.105.66a.75.75 0 0 0 1.482.235l.142-.895H12.5l-.105.66Z" fill="#8aadf4"/></svg>
|
Before Width: | Height: | Size: 716 B |
|
@ -17,7 +17,7 @@
|
|||
<link
|
||||
rel="icon"
|
||||
type="image/svg"
|
||||
href="/static/assets/icons/icon_temp.svg"
|
||||
href="/static/assets/icons/icon.svg"
|
||||
>
|
||||
|
||||
<link
|
||||
|
@ -44,4 +44,4 @@
|
|||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue