-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHobbies.html
More file actions
61 lines (51 loc) · 1.74 KB
/
Copy pathHobbies.html
File metadata and controls
61 lines (51 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My Hobbies</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class= "top-container">
<h1>Hobbies</h1>
<br />
<img src= "Images/Bekka and Jeremiah.jpg"
alt="Bekka and Jeremiah" style=" width: 200px; height:200px">
<img src="Images/Jeremiah Hat.jpg"
alt="Jeremiah Hat" style= "width: 200px; height:200px">
<img src="Images/Me and Jeremiah.jpg"
alt="Jeremiah and I" style=" width:200px; height:200px">
<h4> Spending time with my wife and son </h4>
</div>
<div class ="second-container">
<br>
<br>
<img src="Images/Me Spearfishing.png"
alt="Me Spearfishing" style= "width:200px; height:200px">
<img src="Images/Colourful Fish.png"
alt="Colourful Fish" style= "width:200px; height:200px">
<img src="Images/Bekka and I Fishing.png"
alt="Bekka and I Fishing" style= "width:200px; height:200px">
<h4>Fishing</h4>
<br />
<h4><a href = "https://www.instagram.com/contagious2012/?hl=en">Cooking</a></li></h4>
<h4><a href = "https://docs.google.com/spreadsheets/d/1gjGdzN18J6PaxAs3vDdCmvHWv9_8mq3dwaov27v7EOs/edit#gid=908308991">Youtube Channel</a></h4>
</div>
<div class ="forth-container">
<a href = "index.html">Home Page</a>
<br>
<a href = "Portfolio.html">Portfolio</a>
<br>
<a href = "Interpersonal Skills.html">Interpersonal Skills</a>
<br>
<a href = "Work-Experience.html"> Previous Work Experience</a>
<br>
<a href = "Education.html">Education</a>
<br>
<a href = "Hobbies.html">My Hobbies</a>
<br>
<a href = "Contact-me.html">Contact</a>
<br />
</div>
</body>
</html>