-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (85 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
78
79
80
81
82
83
84
85
86
87
88
<html:4></html:4>
<!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> my first site</title>
</head>
<body>
<table cellspacing = "20">
<tr>
<td>
<img src="WhatsApp Image 2022-01-14 at 3.12.41 AM.jpeg" alt="animesh profil" style="width:128px;height:128px;">
</td>
<td>
<h1>Animesh jain</h1>
<p>A formal btech student from <strong>TMU</strong> in 2nd year <br>
compleat our 3 semster with good marks and <br> want a good job in a big company like <strong>TCS and WIPRO</strong><br>and my dream is to be a <em>entrepreneur</em>
</p>
</td>
</tr>
</table>
<hr size="2">
<h3>My qualification</h3>
<ol>
<li>Complet our schooling from inventur kids and santosh catholic high school</li>
<li>Got 86% in 10th and 76% in 12th</li>
<li>currently pursuning b.tech from <strong>TMU</strong></li>
</ol>
<hr size="2">
<un>
<li>Father name = Sunil jain</li>
<li>Mother name = Ritu jain</li>
<br>
<li>locality = Indore (mp)</li>
</un>
<hr>
<un>
<li>my insta id = <a href="https://www.instagram.com/animesh2942/?hl=en">insta id </a></li>
<li>my facebook id = <a href="https://www.facebook.com/animesh.jain.73932">facebook id</a></li>
</un>
<br>
<hr size="2">
<h3>skills</h3>
<table border="1">
<tr>
<td>
c++
</td>
<td>
⭐⭐⭐
</td>
</tr>
<tr>
<td>
python
</td>
<td>
⭐⭐⭐⭐
</td>
</tr>
<tr>
<td>
java
</td>
<td>
⭐⭐
</td>
</tr>
<tr>
<td>
html
</td>
<td>
⭐⭐⭐⭐⭐
</td>
</tr>
</table>
<hr size="2">
<h4><a href="my_hobbies.html">my hobbies</a></h4>
<a href="my_contact.html">how to contact</a>
<br>
</body>
</html>