-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.43 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bandit</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<ul>
<li><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</header>
<main>
<section id="hero">
<img src="image001.jpg">
<h1>Hi, My name is Bandit and I am a Chihuahua.</h1>
</div>
</section>
<section id="about">
<div class="section-inner">
<h2>About me</h2>
<p>I was born on January 19 2008 which makes me 11 years old. I have lived with my Mom (owner) since I was 7 weeks old. I love her very much and I protect her from everyone by barking and if neccessary, ankle biting. I am very lovable but sometimes I can be a grouch, especially when I'm sleeping</p> <p>
</section>
<section id="contact">
<div class="section-inner">
<h2>Contact information</h2>
<p>I can be reached by emailing my Mom at [email protected]</p>
</section>
</main>
<footer>
Copyright Bandit, 2019
</footer>
</body>
</html>