-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (79 loc) · 2.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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="UTF-8">
<title>Shoaib's Personal Site</title>
</head>
<body>
<table cellspacing="30">
<tr>
<td>
<img src="images/my-image.png" alt="shoaib profile picture">
</td>
<td>
<h1>Shoaib Akhtar</h1>
<p>
<em>Student of B-Tech Computer Science from <strong><a href = "https://images.hindustantimes.com/rf/image_size_630x354/HT/p2/2020/07/30/Pictures/_b584f3b4-d23b-11ea-9eb6-4e4101534b74.jpg">Sharda University</a></strong>.</em>
</p>
<p>
I am Shoaib doing B-Tech CSE from Sharda University,Greater Noida. My passion is to learn programming and solving problems. After leaning concepts I try to solve market pain or problems by building some amazing projects. You should join me in my journey
of leaning programming and providing ease in other's life through our contributions.
</p>
</td>
</tr>
</table>
<hr>
<h3>Educational Background</h3>
<ul>
<li>Schooling from DAV</li>
<li>Btech CSE from Sharda UNiversity</li>
</ul>
<hr>
<h2>Work Experience</h2>
<table cellspacing="10">
<thead>
<th>Date</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2010-2013</td>
<td>Blogging</td>
</tr>
<tr>
<td>2015-2020</td>
<td>Learn to Trade</td>
</tr>
<tr>
<td>2020-2022</td>
<td>Done Internship after learning Web Development</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Web Development</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Data Structures</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Video Editing</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<hr>
<h3>
<a href="my_hobbies.html">My Hobbies</a>
<a href="my-contact_details.html">My Contacts</a>
</h3>
</body>
</html>