-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBio.html
More file actions
39 lines (29 loc) · 815 Bytes
/
Copy pathBio.html
File metadata and controls
39 lines (29 loc) · 815 Bytes
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
<!DOCTYPE Html>
<html>
<head>
<meta charset="utf-8">
<title>
Kevin Widmer
</title>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>
<h1>Kevin Widmer</h1>
<h2>Photos</h2>
<img src="C:\Users\klwid\Desktop/Family Photo.jpg" alt="Kevin Widmer" width="200" height="200"
<br>
<p>My name is Kevin Widmer, I am 31 years old I live in Shoreview, MN with my wife Brittney, son Everett, dog Suki, and cat Mowglie</p>
<ul>
<li>Spending time with Family</li>
<li>Learning how to code</li>
<li>Working Out</li>
<li>Playing Video Games</li>
</ul>
<h2>Contact Information:</h2>
<ul>
<li>Email: klwidmer24@gmail.com</li>
<li>Phone Number:507-227-2958</li>
<li>Facebook: kevin.widmer.980</li>
</ul>
</body>
</html>