-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (73 loc) · 2.6 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
<!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>💚Anirban portfolio</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="styles.css">
<script>
let js="new"
if(js==="new") alert("Javascript is fun.Learning javascript stay tuned for further updates");
</script>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="a-modified.png" width="290" height="250" alt="anirban ghosh image"></td>
<td> <h1>Anirban Ghosh</h1>
<p><h2>Student of <strong><em><u><a href="https://chennai.vit.ac.in/">Vellore University of Technology</a></u></strong></em></p></h2>
</td>
</tr>
</table>
<hr>
<h4>
<p>I am Anirban Ghosh.i passed class 12 exam in 2022.i gave VITEEE exam this year and my rank was 30658.On the basis of that I have got admission in B.Tech cse branch specialisation in
artificial intelligence and robotics branch in <strong><u>Vellore University Of Technology</u></strong> Chennai Branch </p> </h4>
</p>
<hr size="3" noshade color="red">
<h3><u>EDUCATION</u></h3>
<ul>
<li>Bethuadahari J.C.M High School</li>
<li>Vellore Institute of Technology</li>
</ul>
<hr size="3">
<h2><strong><u>Recommended Books & Articles</u></strong></h2>
<ol>
<li><strong><a href="https://www.amazon.com/Rich-Dad-Poor-Teach-Middle/dp/1612680194">Rich dad poor Dad</a></strong></li>
<li><strong><a href="https://en.wikipedia.org/wiki/Web_development">web development</a></strong></li>
</ol>
<hr size="3" noshade>
<p><ul>
<h2><em><u><li>SKILLS</li></u></em></h2>
</ul></p>
<p>
<table cellspacing="10">
<tr>
<td>
<table cellspacing="30">
<tr>
<td>Competitive Programming</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Frontend development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="30">
<tr>
<td>Backend development</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<h2><u><li><a href="my contact.html">Contact Me</a></li></u></h2>
</p>
</body>
</html>