Add mascot to header and favicon
This commit is contained in:
parent
426bb7056f
commit
bab9f3803e
6 changed files with 206 additions and 4 deletions
|
|
@ -7,12 +7,15 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<title>Ella Dunbar</title>
|
||||
<link rel="icon" href="favicon.svg" type="image/svg+xml">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="drop-shadow">
|
||||
<header>
|
||||
<img src="favicon.svg"
|
||||
alt="The icon and mascot for the website. It is a hand-drawn picture of a spherical body with large eyes, a smile, and slim wavy arms and legs">
|
||||
<strong>elladunbar.com</strong>
|
||||
<label>
|
||||
Theme Picker
|
||||
|
|
@ -76,7 +79,7 @@
|
|||
|
||||
<footer>
|
||||
<hr>
|
||||
<p>Ella Dunbar | Updated on 2025-10-18 | <a href="https://git.elladunbar.com/ella/elladunbar.com">Source</a> |
|
||||
<p>Ella Dunbar | Updated on 2025-12-12 | <a href="https://git.elladunbar.com/ella/elladunbar.com">Source</a> |
|
||||
Contact: web [at] elladunbar.com</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue