-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (104 loc) · 3.41 KB
/
index.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Hasan's Webpage of Wonders</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="PAC22_HasanW-modified.png" alt="Hasan Wazir's Profile Picture"></td>
<td>
<h1>Hasan Wazir</h1>
<br>
<p> <em> VP of<strong> Jackson's FBLA </strong> & <strong>Jackson's CSHS. </strong></em>Junior Programmer for <strong><em>FRC Team #2910</em></strong></p>
</td>
</tr>
</table>
<hr size="3" noshade>
<br>
<a href="C:\Users\qasim\Downloads\Web Development Udemy\HTML-Personal Website\contactinfo.html">Contact Information</a>
<br>
<p> I am a rising junior at Henry M. Jackson High School. I am part of the schools's Robotics Team, which ranked 3rd in the world this April;
I am VP of our school's FBLA chapter, in which I ranked 3rd in State for; and am also VP and Co-founder of our CSHS chapter. </p>
<hr size="3" noshade>
<h2>Education</h2>
<ul>
<li>Spectrum Academy - <strong>2010-2012</strong></li>
<li>Stevenson Elementary School - <strong>2012-2015</strong></li>
<li>Cedarwood Elementary School - <strong>2015-2017</strong></li>
<li>Gateway Middle School - <strong>2017-2020</strong> </li>
<ul>
<li> Left Midfielder for Gateway Guardians - <em>2019-2020</em></li>
<li> Member of Gateway Robotics Team - <em>2019-2020</em> </li>
</ul>
<li>Henry M. Jackson High School - <strong>2020-Present</strong></li>
<ul>
<li>Left/Right Midfielder & Left Winger for Jackson Timberwolves Freshmen Soccer - <em>2020/2021</em></li>
<li>Vice President & Co-founder of Henry M. Jackson's Computer Science Honor Society - <em>2021 - Present</em></li>
<li>Vice President of <a href="https://linktr.ee/jhsfbla">Henry M. Jackson's Future Business Leaders of America Website</a> - <em>2021 - Present</em> </li>
<li>Junior Programmer for <a href="https://frcteam2910.org/">FRC Team #2910: Jack In The Bot</a> - <em>2021 - Present</em></li>
</ul>
</ul>
<hr size="3" noshade>
<a href="C:\Users\qasim\Downloads\Web Development Udemy\HTML-Personal Website\hobbies.html">My Hobbies</a>
<hr size="3" noshade>
<h2>Resume</h2>
<table border="1">
<thead>
<tr>
<td>Grade</td>
<td>Experience</td>
</tr>
</thead>
<tbody>
<tr>
<td>10,11</td>
<td>VP of FBLA</td>
<tr>
<td>10,11</td>
<td>VP of CSHS</td>
</tr>
<td>10,11</td>
<td>Prog 1 for FRC #2910</td>
</tr>
</tbody>
</table>
<hr size="3" noshade>
<h2>Skills</h2>
<table cellspacing="15">
<tbody>
<tr>
<td>
<table>
<tbody>
<tr>
<td>Web Dev</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Soccer</td>
<td> ⭐⭐⭐</td>
</tr>
</tbody>
</table>
</td>
<td>
<table>
<tbody>
<tr>
<td>Java </td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Running </td>
<td>⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>