-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhobbies.html
26 lines (26 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My hobbies</title>
<link rel="stylesheet" href="cssStufs/hobbies_style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<header id="header">
<h1>My hobbies:</h1>
<p>So from school I liked to play guitar, but I found to my self it boring(sorry if you guitar player).</p>
<p>and one day I just was so excited from some Bass guitar players, that really inspired me to move </p>
<p>that way. And I liked to play(jam) with some good musicians and thought about like career maybe.</p>
<p>But one day I found to my self Coding.. that was much better and interesting that blew my mind.</p>
<p>I am joking. Actually I really like music and all kind of instruments, and more in that I like </p>
<p>interaction part of being together and play. Also I do sport, like bicycle riding and bars(workout)</p>
<p> and really enjoing of creating and working on code parts in our degree. I love yoga, and learn about</p>
<p>it in sacred scriptures, like Bhagavat Gita, and sometimes play double bass :)</p>
</header>
</body>
</html>