-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (77 loc) · 2.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sahil's Personal site</title>
</head>
<body>
<table cellspacing="10">
<tr>
<td><img src="images\It's Me.png" alt="Profile Pic"></td>
<td><h1>Iftekhar Shahil</h1>
<p><em><strong>Scholar Trainee</strong></em><a href="https://www.wipro.com/">(Wipro)</a></p>
<p>I am a Web Developer and I ❤ to design sites.I 💖 to play PC games. </p>
</td>
</tr>
</table>
<hr>
<h3>Skills and Experiences</h3>
<ul style="list-style-type:circle">
<li>Python</li>
<li>HTML,CSS</li>
<li>Javascript</li>
</ul>
<hr>
<table cellspacing="10">
<thead>
<tr>
<th>Qualifications</th>
<th>School/College</th>
<th>Year Passed</th>
</tr>
<tr>
<td>10th</td>
<td>St.Stephen's</td>
<td>81.7%</td>
</tr>
<tr>
<td>12th</td>
<td>V.C.S</td>
<td>56.0%</td>
</tr>
<tr>
<td>Graduation</td>
<td>Brainware Univ.</td>
<td>84.5%</td>
</tr>
</thead>
</table>
<hr>
<h2>Skills</h2>
<table cellspacing="10">
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Painting</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<hr>
<li style="display:inline-block;">
<a href="My Hobbies\Hobbies.html"><h3>My Hobbies🙌</h3></a>
</li>
<li style="display:inline-block;">
<a href="My Contact\Contact.html"><h3>My Contact📞</h3></a>
</li>
</body>
</html>