-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
69 lines (60 loc) · 2.28 KB
/
Copy pathabout.html
File metadata and controls
69 lines (60 loc) · 2.28 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<title>About Russell</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="about.css">
<nav>
<ul class="pages">
<img src="https://i.ibb.co/Kb9q6sZ/20190911-182357.jpg" alt="20190911-182357" style="w3-small width:100%" align="left">
<li><a href="index.html" >Home</a></li>
<li><a href="about.html"class="active">About</a></li>
<li><a href="news.html" >Latest News</a></li>
<li><a href="family.html">Our Family</a></li>
</ul>
</nav>
<head>
<center><h1>About</h1>
<p>Russell is a very friendly, handful, energetic, and adorable pup. He is looking for adventures and relaxation. Excited about life and is all about welcoming everyone at his door with a joyful shake.</p>
<p>He is getting better each and everyday, but he loves to be carried especially when he is all worked up(it calms him down).</p>
<p></p>
</center>
</head>
<body>
<br />
<br />
<br />
<br />
<p>Here are some RUSSELL videos (older to recent):</p>
<div style="float: left; width: 50%" >
<a align="left" href="https://streamable.com/x1elc" target="_blank">His First Car Ride Home</a>
<p></p>
<a align="left" href="https://streamable.com/dfx9l" target="_blank">Playful Baby Russell</a>
<p></p>
<a align="left" href="https://streamable.com/s/6v4nh/sbvjiw" target="_blank">Trickster Little Russell</a>
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<form action="http://web.engr.oregonstate.edu/~zhangluy/tools/class-content/form_tests/check_request.php" method="get" id="subform">
<div class="container">
<h2>Subscribe to our Newsletter</h2>
<p>For more of the latest news, please enter your info to receive updates of the Latest News and change of Weekly Recommended Websites on Our Family page! </p>
</div>
<div class="container" style="background-color:white">
<label for="fname">First name:</label>
<input type="text" id="fname" name="fname" required><br>
<label for="lname">Last name:</label>
<input type="text" id="lname" name="lname" required><br>
<label for="email">Email address:</label>
<input type="text" id="email" name="email" required><br>
<label>
<input type="checkbox" checked="checked" id="subscribe"> Weekly Newsletter
</label>
<button type="submit" form="subform" value="subscribe">Subscribe</button>
</div>
</form>
</body>
</html>