mirror of
https://git.kittycat.homes/zoe/zoebat-website.git
synced 2024-08-15 03:14:26 +00:00
first commit
This commit is contained in:
commit
e62903cfb1
39 changed files with 1427 additions and 0 deletions
17
footer.html
Normal file
17
footer.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1"></meta>
|
||||
<title>zoe bat - home</title>
|
||||
<link rel="stylesheet" type="text/css" href="styles/style.css" media="all"/>
|
||||
</head>
|
||||
<nav class="footerNav">
|
||||
<nav class="footerRight">
|
||||
<a class="imageButton"title="about"href="about"><img src="./media/images/about.svg"alt="a question mark icon"></a>
|
||||
</nav>
|
||||
<div class="footerLeft">
|
||||
<a class="imageButton"title="home"href="./"><img src="./media/images/favicon.svg"alt="cute pixelart bat that's also this sites favicon"></a>
|
||||
<a class="imageButton"title="bandcamp"href="https://zoebat.bandcamp.com"><img src="./media/images/bandcampIcon.svg"alt="bandcamp icon"></a>
|
||||
<a class="imageButton"title="soundcloud"href="https://soundcloud.com/zoebat"><img src="./media/images/soundcloudIcon.svg"alt="soundcloud icon"></ a>
|
||||
</div>
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue