-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
46 lines (46 loc) · 2.05 KB
/
portfolio.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
<!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 Portfolio | Home</title>
<link rel="stylesheet" href="/style_myportfolio.css">
</head>
<body>
<header>
<h1>My Portfolio</h1>
</header>
<nav>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Gallery</a>
<a href="#">Contact Details</a>
</nav>
<main>
<section>
<h2>About</h2>
<img src="/images/me_D.jpg" alt="my" width="400">
<h3>Diksha Yadav 🏀</h3>
<p>I'm a student who love to play basketball. I can say that it changed everything. And I feel it wouldn't be wrong to say that it turned my life by 180 degrees.
I am playing basketball since I was in class 8th. As I started playing day by day my interest in it got increased and it continues to be. As it always invites me to try something new although sometimes I fail to do that but still I play. I believe that it is the thing that I would never get bored of.
Besides playing basketball I like to draw and sketch as these stuffs sometimes improves upon my boredom. And somewhere I have read that “Don't be busy, be productive”. So, I think creativity can help us doing so. </p>
</section>
<section>
<h2>Gallery</h2>
<video src="/bb_videos/videoplayback.mp4" width="200" controls></video>
<video src="/bb_videos/b3.mp4" width="200" controls></video>
<video src="/bb_videos/b4.mp4" width="200" controls></video>
<br>
<br>
<img src="/images/monkey.png" alt="me" width="100">
<img src="/images/cat.png" alt="me2" width="100">
<img src="/images/butterfly.png" alt="me3" width="100">
<br>
<br>
<br>
<br>
</section>
</main>
</body>
</html>