-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1task.html
More file actions
37 lines (34 loc) · 1.91 KB
/
1task.html
File metadata and controls
37 lines (34 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Portfolio</title>
<link rel="stylesheet" href="1style.css">
</head>
<body>
<h1>My Work</h1>
<p>I actively took part in competitipons such as: </p>
<ul>
<li>Debate Competition (Intra-school)</li>
<li>Essay Writing Competition</li>
<li>Intra-School Dance Events</li>
<li>Sports Day Marches</li>
<li>Helped with a lot of School Events </li>
</ul>
<h1>My Assests</h1>
<p>
I'm a friendly and confident person who's always eager to learn new things. I have a positive attitude and can easily speak in front of a crowd(with a little practice/context). I'm curious and open to new ideas. I may not know a lot of things but I will never back down from learning. I love being part of a team and working together with others. I'm a friendly, upbeat, and adaptable person who loves to learn and grow. Overall, I have a positive but practical outlook that helps me approach challenges with optimism while also finding realistic solutions to overcome them.
</p>
<h1>My Interests</h1>
<p>My interests make me seem as if I am all over the place (maybe I am)</p>
<ul>
<li>I absolutely love dancing and learning new choreographies.</li>
<li>I have read over 200 fiction books (not into non-fiction books yet)</li>
<li>I have heard around 400+ episodes of True Crime Podcasts (various ones)</li>
<li>I love listening to audiobooks (mostly thiller/murder mystery)</li>
<li>I did start learning sign language a few months ago but study got into the way (I know the very basics but I will have to brush up). I will start learning again very very soon.</li>
<li>I write poem (maybe) whenever inspiration strikes but it's not a regular thing.</li>
</ul>
</body>
</html>