-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 1.58 KB
/
Copy pathindex.html
File metadata and controls
47 lines (42 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<title>Homepage</title>
<script src="js/validate.js"></script>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1>The Homepage</h1>
<p>
This website will be used for ITD 110/210.
</p>
<p>
Videogame group project (outside GitHub):
<a href="https://codeberg.org/GHC_Students/Sir-Kittywhiskerkins-The-Wizard-Cat">
Sir Kittywhiskerkins The Wizard Cat
</a>
</p>
<img src="images/blueberries/bb-medium.jpg"
alt="A majestic bowl of blueberries."
srcset="images/blueberries/bb-small.jpg 480w,
images/blueberries/bb-medium.jpg 800w,
images/blueberries/bb-large.jpg 1200w"
sizes="(max-width: 480px) 95vw,
(max-width: 800px) 45vw,
30vw">
<!--
CC0 Image - Sourced from https://pixnio.com/flora-plants/fruits/blueberries-fruit-pictures/blueberry-berry-sweet-fruit-food-diet-antioxidant-organic
-->
<p>Go on and click the sun! please</p>
<img src="images/home/sunrise.png" usemap="#image-map">
<!--
Public Domain Image - Sourced from https://www.eglin.af.mil/News/Photos/igphoto/2001303930/
-->
<map name="image-map">
<area alt="THE SUN!!!" href="practice/thesunitself.html"
title="THE SUN!!!" coords="357,185,9" shape="circle">
<!-- Image Map Generated by http://www.image-map.net/ -->
</map>
</body>
</html>