Skip to content

Commit 64f110e

Browse files
authored
[NO-ISSUE] New banner (#406)
1 parent a811334 commit 64f110e

23 files changed

+287
-10
lines changed

LICENSE

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,4 @@ Redistribution and use in source and binary forms, with or without modification,
1111
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1212

1313
--
14-
favicon.svg
15-
16-
Copyright 2022 Gustave Choutri
17-
18-
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
14+
Logo is Copyright 2023 Léo Susana

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
<h1 align="center"> Flora <br> <small>A package index for the Haskell ecosystem</small> </h1>
2-
31
<p align="center">
4-
<img src="https://raw.githubusercontent.com/flora-pm/flora-server/development/assets/favicon.svg" height=250 width=250 alt="Logo" />
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="./banners/logo-dark-background.png">
4+
<img alt="Flora" src="./banners/logo-light-background.png" width=50%>
5+
</picture>
56
</p>
67

8+
<h1 align="center"><small>A package index for the Haskell ecosystem</small> </h1>
9+
710
<p align="center">
811
<a href="https://github.com/flora-pm/flora-server/actions">
912
<img src="https://img.shields.io/github/actions/workflow/status/flora-pm/flora-server/backend.yml?branch=development&style=flat-square" alt="CI badge" />

assets/favicon.svg

-1
This file was deleted.
7.75 KB
Loading
22.1 KB
Loading

assets/icons/apple-touch-icon.png

7.39 KB
Loading

assets/icons/browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

assets/icons/favicon-16x16.png

670 Bytes
Loading

assets/icons/favicon-32x32.png

1.26 KB
Loading

assets/icons/favicon.ico

14.7 KB
Binary file not shown.
82.6 KB
Binary file not shown.

assets/icons/logo_dark_mode.svg

+49
Loading

assets/icons/logo_light_mode.svg

+49
Loading

assets/icons/mstile-144x144.png

5.78 KB
Loading

assets/icons/mstile-150x150.png

5.56 KB
Loading

assets/icons/mstile-310x150.png

5.96 KB
Loading

assets/icons/mstile-310x310.png

12.2 KB
Loading

assets/icons/mstile-70x70.png

4.01 KB
Loading

assets/icons/safari-pinned-tab.svg

+144
Loading

assets/icons/site.webmanifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Flora",
3+
"short_name": "Flora",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

banners/logo-dark-background.png

91.8 KB
Loading

banners/logo-light-background.png

149 KB
Loading

0 commit comments

Comments
 (0)