Skip to content

Commit

Permalink
feat(app): add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Jan 19, 2025
1 parent 5ae886b commit 8b7c8b1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" data-theme="dark">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" href="%sveltekit.assets%/img/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
Expand Down
5 changes: 5 additions & 0 deletions app/src/lib/footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

<footer class="footer">
<div class="content has-text-centered">
<p>
<a href="https://www.flaticon.com/free-icons/latte-art" target="_blank"
>Latte art icons created by nangicon - Flaticon</a
>
</p>
<p>
The idea of a coffee chat resource list is coming from <a
href="https://www.linkedin.com/in/julienlengrand/"
Expand Down
Binary file added app/src/lib/icons/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions app/src/lib/navbar.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script lang="ts">
import githubIcon from '$lib/icons/github.svg';
import logo from '$lib/icons/logo.png';
</script>

<nav class="navbar" aria-label="main navigation">
Expand All @@ -9,6 +10,7 @@
class="navbar-item has-text-white is-size-2 has-text-weight-bold"
href="/"
>
<img src={logo} alt="Logo" />
Coffee Chats
</a>

Expand Down
Binary file removed app/static/favicon.png
Binary file not shown.
Binary file added app/static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b7c8b1

Please sign in to comment.