-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
54 lines (46 loc) · 2.02 KB
/
about.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
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<link rel="stylesheet" href="./style.css"/>
<title> My website</title>
</head>
<body>
<header>
<section>
<h1> Pegah Mazhin</h1>
</section>
<nav class="flexContainer">
<a href="#"> <h2> Home</h2> </a>
<a href="./about.html"> <h2> About</h2> </a>
<a href=" ./portfolio" > <h2> portfolio</h2></a>
</nav>
</header>
<main>
<h1 id="CIM"> Couple Interests of Mine</h1>
<section>
<h3> Playing guitar</h3>
<img src="./images/guitar.webp"/>
<p> I started playing guitar at age 13. I started with acccoustic guitar. Recently I purchased an electric guitar
and I have been practicing that. I love playing guitar because it is one way to get in touch with your feelings.
</p>
</section>
<section>
<h3> Hiking</h3>
<img src="./images/hiking.jpg"/>
<p> Recently I have been liking to spend time in nature. I feel nice and calm. Scenaries are always beautiful.
You get to relax your mind and geet more connected to the earth.
</p>
</section>
<section>
<h3> Cats</h3>
<img src="./images/cat.jpg"/>
<p> I like cats and I have one of them. They are warm, fluffy and have their own personality. I love it when my cat sit next to me while I'm doing my own work.
I love it when I see my cat is playing. That makes me happy.
</p>
</section>
<footer>
<a href="https://linkedin.com" > <img class="linkedin" src="./images/linkedin.jpg"/></a>
</a>
</footer>
</main>
</body>
</html>