-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhobbies.html
40 lines (37 loc) · 1.27 KB
/
hobbies.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
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hobbies - Portfolio</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/scrollbar.css" />
</head>
<body>
<div class="container">
<div class="navbar">
<div class="left">
<a href='index.html'><h1>Home</h1></a>
<a href='aboutme.html'><h1>About Me</h1></a>
</div>
<div class="logo">
</div>
<div class="right">
<a href='hobbies.html'><h1>Hobbies</h1></a>
<a href='contact.html'><h1>Contact</h1></a>
</div>
</div>
<div class="third-section">
<div class="hobbies-bg">
</div>
<div class="hobbies-wrapper">
<h1>Hobbies</h1>
<p>
I have quite a few hobbies apart from the obvious mystery solving. I like to play the violin as I think. I love performing chemical
experiments with whatever samples I can arrange. Boxing and fencing are some of the sports I have been involved in in the past. Also,
I research tobacco in my free time, it has proved to be a good friend in desperate times.
</p>
</div>
</div>
</div>
</body>
</html>