-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (84 loc) · 3.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🌍Aasif's Personal Site</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/Aasif.png" alt="Aasif profile picture" width="250" height="250"></td>
<td>
<h1>Aasif Khan</h1>
<p>Pursuing BCA(Bachelor of Computer Application) From Jamia Hamdard University</p>
<p>I am an Web Developer.I ❤️ coffee and I raise my expenses myself.</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<h2>Objective</h2>
<p>To achieve a challenging and responsible career in an esteemed organisation where i can share and enrich my knowledge and skills for the groeth of organization and individual as well.<br>Most important, I'm a person of my words, and a person who knows the art of working hard "Smartly".</p>
<hr size="3" noshade>
<h2>Personal Infromation</h2>
<table cellspacing="10">
<tr>
<td>Date of Birth:</td>
<td>02 May 2000</td>
</tr>
<tr>
<td>Father's Name:</td>
<td>Muvin Khan</td>
</tr>
<tr>
<td>Marital Status:</td>
<td>Unmarried</td>
</tr>
<tr>
<td>Language known:</td>
<td>English,Hindi</td>
</tr>
</table>
<hr size="3" noshade>
<h2>Qualification</h2>
<h2><u>Academic Credentials</u></h2>
<ul>
<li>10th passed from <strong>(CBSE BOARD)</strong> in the year 2017.</li>
<li>12th passed from <strong>(CBSE BOARD)</strong> in the year 2019.</li>
<li>Pursuing Graduation in <strong>BCA</strong>from <strong>Jamia Hamdard University</strong></li>
</ul>
<h2>Personal Experience And Skills</h2>
<h3><u>Experience:-</u></h3>
<p>On initial phase of my professional carrier <strong>(FRESHER)</strong> and looking forword to the best opportunities to start my carrier for unlimited acheivements. </p>
<h3><u>Skills</u></h3>
<table cellspacing="10">
<tr>
<td>Web Developer:</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Database:</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Basic knowledge of Ms office:</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr size="3" noshade>
<h2><u>Strengths</u></h2>
<ul>
<li>Result oriented, Dedicated to work, Optimistic person.</li>
<li>responsible, Punctual and Disciplined.</li>
</ul>
<h2>Declearation</h2>
<p>I hereby declare that the above Infromation is true as per best of my knowledge.</p>
<p>Place:- New Delhi 110080</p>
<hr size="3" noshade>
<a href="Hobbies.html">My Hobbies</a>
<br>
<a href="Contact.html">Contact me</a>
</body>
</html>