Add logo assets and update favicon; modify homepage and navbar for branding

This commit is contained in:
Ploc300
2025-02-13 14:05:24 +01:00
parent 14f3469949
commit 8e853e7919
11 changed files with 345 additions and 52 deletions
+2 -2
View File
@@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/png" href="/logo.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>Alexis Pencrane | Portfolio</title>
</head>
<body>