-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutMe.html
More file actions
executable file
·61 lines (57 loc) · 2.31 KB
/
aboutMe.html
File metadata and controls
executable file
·61 lines (57 loc) · 2.31 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang= "en">
<head>
<link rel="stylesheet" type="text/css" href="assets/links.css">
<link rel="stylesheet" type="text/css" href="assets/style.css">
<title>About Me- Pranav Krishnan</title>
<link rel="icon" href="assets/pranavkrishnanlogo.png">
<meta charset="UTF-8">
<style>
img { display:block;
margin-left: auto;
margin-right:auto;
}
h1{
text-align: center;
}
p{
text-align: left;
font-size: 25px;
margin-left: 20%;
margin-right: 20%;
}
h2{
text-align: center;
}
div{
text-align: left;
}
</style>
</head>
<body>
<h1>About Me</h1>
<header>
<nav>
<ul>
<li><a href="index.html">Index</a></li>
<li><a href="aboutMe.html">AboutMe</a></li>
<li><a href="Pages/purpose.html">Purpose</a></li>
<li><a href="directory.html">Directory</a></li>
<li><a href="CS-I/CS-I.html">CS-I</a></li>
<li><a href="CS-II/CS-II.html">CS-II</a></li>
<li><a href="CS-III/CS-III.html">CS-III</a></li>
<li><a href="Stats/Stats.html">AP Stats</a></li>
<li><a href="references.html">References</a></li>
</ul>
</nav>
</header>
<img src="assets/OgMCxRQ.jpeg" alt="Pranav Krishnan" style="width:20%" class="center">
<br>
<h2>Hi! My name is Pranav Krishnan</h2>
<p class=essay>   I attend Allen Highschool as a Junior, I have experience in coding in Python, HTML, C++ and Swift. I am passionate about making the world a better place trough the use of technolgy more specificaly Computer Science!</p>
<br>
<br>
<h2>Summary</h2>
<p>   Throughout my life I have enjoyed watching and playing sports, especially basketball and football, It has helped me to grow as a person because it has forced me to work as a team. Basketball has had a great impact on me my physical health as well, through my aspiration to play basketball I worked very hard in the gym to lose weight, not only losing weight but teaching me discipline and self-control. Robotics has also been a very large aspect of my life from third grade till now. Robotics also shaped me as a leader because I was tasked to lead the team to victory, even though we were kids and had many arguments, in the end we were able to work together and come to a comprimise and win.</p>
</body>
</html>