mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Add Summit for Lemmy to app list (#267)
This commit is contained in:
parent
97c3e4aae6
commit
180ef80792
3 changed files with 31 additions and 0 deletions
10
src/assets/images/summit_logo.svg
Normal file
10
src/assets/images/summit_logo.svg
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128px" height="128px" viewBox="0 0 128 128" version="1.1">
|
||||
<g id="surface1">
|
||||
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(27.843137%,56.470588%,80.392157%);fill-opacity:1;" d="M 4.234375 91.871094 L 63.835938 21.398438 L 123.441406 91.871094 "/>
|
||||
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(93.72549%,50.196078%,16.078431%);fill-opacity:1;" d="M 4.234375 91.871094 L 63.835938 21.398438 L 123.441406 91.871094 L 63.871094 106.210938 Z M 4.234375 91.871094 "/>
|
||||
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(79.607843%,32.941176%,15.294118%);fill-opacity:1;" d="M 63.871094 106.210938 L 63.875 21.554688 L 123.476562 92.027344 "/>
|
||||
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(81.568627%,57.254902%,40%);fill-opacity:1;" d="M 74.746094 34.371094 L 63.835938 47.273438 L 52.925781 34.371094 Z M 74.746094 34.371094 "/>
|
||||
<path style=" stroke:none;fill-rule:evenodd;fill:rgb(27.843137%,56.470588%,80.392157%);fill-opacity:1;" d="M 52.925781 34.371094 L 63.835938 21.472656 L 74.746094 34.371094 Z M 52.925781 34.371094 "/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
BIN
src/assets/images/summit_screen.webp
Normal file
BIN
src/assets/images/summit_screen.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
|
@ -387,6 +387,26 @@ const NEONMODEM: AppDetails = {
|
|||
platforms: [Platform.CLI],
|
||||
};
|
||||
|
||||
const SUMMIT: AppDetails = {
|
||||
name: "Summit",
|
||||
description: "A Lemmy Client for Android.",
|
||||
link: "https://play.google.com/store/apps/details?id=com.idunnololz.summit",
|
||||
icon: "/static/assets/images/summit_logo.svg",
|
||||
banner: "/static/assets/images/summit_screen.webp",
|
||||
links: [
|
||||
{
|
||||
link: "https://play.google.com/store/apps/details?id=com.idunnololz.summit",
|
||||
icon: "googleplay",
|
||||
},
|
||||
{
|
||||
link: "https://github.com/idunnololz/summit-for-lemmy",
|
||||
icon: "github",
|
||||
},
|
||||
],
|
||||
sourceType: SourceType.Closed,
|
||||
platforms: [Platform.Android],
|
||||
};
|
||||
|
||||
export const APP_LIST: AppDetails[] = [
|
||||
JERBOA,
|
||||
ETERNITY,
|
||||
|
@ -405,4 +425,5 @@ export const APP_LIST: AppDetails[] = [
|
|||
NEONMODEM,
|
||||
BOOST,
|
||||
SYNC,
|
||||
SUMMIT,
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue