added Titanic emoji
35
buttons/index.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Buttons | Shannon Kay</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#f9dee1">
|
||||
<link rel="stylesheet" href="../home.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header><h1>Buttons</h1></header>
|
||||
|
||||
<main>
|
||||
<!--
|
||||
<nav>Navigation goes here</nav>
|
||||
-->
|
||||
<section class="content">
|
||||
<p>
|
||||
<img src="../shannonkay.com-button-x2.png">
|
||||
<img src="../shannonkay.com-button.png" style="image-rendering:pixelated;">
|
||||
<img src="../shannonkay.com-button88x31.png">
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p><a href="../index.html">Shannon's Homepage</a></p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
shannonkay.com-button88x31.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
titanic/emoji/Cal/EmojiBlitzCal-Happy.webp
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
titanic/emoji/Cal/EmojiBlitzCal.webp
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
titanic/emoji/Jack/EmojiBlitzJack-Happy.webp
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
titanic/emoji/Jack/EmojiBlitzJack-HeartEye.webp
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
titanic/emoji/Jack/EmojiBlitzJack-Nervous.webp
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
titanic/emoji/Jack/EmojiBlitzJack-PowerUp.webp
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
titanic/emoji/Jack/EmojiBlitzJack-Sleeping.webp
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
titanic/emoji/Jack/EmojiBlitzJack-Surprised.webp
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
titanic/emoji/Jack/EmojiBlitzJack-Unhappy.webp
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
titanic/emoji/Jack/EmojiBlitzJack1.webp
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
titanic/emoji/Rose/EmojiBlitzRoseTitanic-Happy.webp
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
titanic/emoji/Rose/EmojiBlitzRoseTitanic-Hatless-Happy.webp
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
titanic/emoji/Rose/EmojiBlitzRoseTitanic-Hatless-HeartEye.webp
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
titanic/emoji/Rose/EmojiBlitzRoseTitanic-HeartEye.webp
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
titanic/emoji/Rose/EmojiBlitzRoseTitanic-Nervous.webp
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
titanic/emoji/Rose/EmojiBlitzRoseTitanic-Old-Neutral.webp
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
titanic/emoji/Rose/EmojiBlitzRoseTitanic-Old.webp
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
titanic/emoji/Rose/EmojiBlitzRoseTitanic-PowerUp.webp
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
titanic/emoji/Rose/EmojiBlitzRoseTitanic-Sleeping.webp
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
titanic/emoji/Rose/EmojiBlitzRoseTitanic-Surprised.webp
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
titanic/emoji/Rose/EmojiBlitzRoseTitanic-Unhappy.webp
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
titanic/emoji/Rose/EmojiBlitzRoseTitanic1.webp
Normal file
After Width: | Height: | Size: 35 KiB |
31
titanic/index.html
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Shannon Kay</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#f9dee1">
|
||||
<link rel="stylesheet" href="../home.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header><h1>Index Page</h1></header>
|
||||
|
||||
<main>
|
||||
<!--
|
||||
<nav>Navigation goes here</nav>
|
||||
-->
|
||||
<section class="content">
|
||||
<p>This is the Index page. </p>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p><a href="../index.html">Shannon's Homepage</a></p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|