Merge branch 'main' into some-logos

This commit is contained in:
Wilmer Blanco
2023-12-11 14:23:29 -03:00
committed by GitHub
9 changed files with 47 additions and 8 deletions
+5 -2
View File
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
@@ -27,7 +27,10 @@
<title>A beautiful library with SVG logos - Svgl</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<body
data-sveltekit-preload-data="hover"
class="min-h-screen bg-light font-sans text-mini dark:bg-dark dark:text-white"
>
<div>%sveltekit.body%</div>
</body>
</html>
+32 -3
View File
@@ -1592,30 +1592,59 @@ export const svgs: iSVG[] = [
},
{
id: 228,
title: 'Unreal Engine',
category: 'Software',
route: '/library/unreal_engine.svg',
url: 'https://www.unrealengine.com/'
},
{
id: 229,
title: 'Godot Engine',
category: 'Software',
route: '/library/godot_engine.svg',
url: 'https://godotengine.org/'
},
{
id: 230,
title: 'Datadog',
category: 'Software',
route: '/library/datadog.svg',
url: 'https://www.datadoghq.com/'
},
{
id: 231,
title: 'Randevum',
category: 'Software',
route: '/library/randevum.svg',
url: 'https://www.randevum.co'
},
{
id: 232,
title: 'Chromium',
category: 'Browser',
route: '/library/chromium.svg',
url: 'https://www.chromium.org'
},
{
id: 229,
id: 233,
title: 'Edge',
category: 'Browser',
route: '/library/edge.svg',
url: 'https://www.microsoft.com/en-us/edge'
},
{
id: 229,
id: 234,
title: 'Safari',
category: 'Browser',
route: '/library/safari.svg',
url: 'https://www.apple.com/safari'
},
{
id: 230,
id: 235,
title: 'Vivaldi',
category: 'Browser',
route: '/library/vivaldi.svg',
url: 'https://vivaldi.com'
}
];
+1 -1
View File
@@ -28,7 +28,7 @@
import Theme from '@/components/theme.svelte';
</script>
<main class="min-h-screen bg-light font-sans text-mini dark:bg-dark dark:text-white">
<main>
<nav
class="z-50 w-full overflow-y-auto overflow-x-hidden border-b border-neutral-300 dark:border-neutral-800 md:fixed md:left-0 md:top-0 md:h-full md:w-60 md:border-none md:pb-10"
>