-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 1.52 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Avishake Adhikary's 3D Porfolio</title>
</head>
<body>
<div id="app"></div>
<div class="page">
<div class="section">
<p>Hi!</p>
<p>I'm Avishake</p>
</div>
<div class="section">
<p>I'm a Full Stack Developer</p>
<p>
My top domains are Artificial Intelligence, Machine Learning, Deep
Learning, Internet-of-Things, Software Development, Image Processing
and Computer Vision.
</p>
</div>
<div class="section">
<p>I'm from Kolkata</p>
<p>West Bengal, India</p>
</div>
<div class="section">
<p>My interests are,</p>
<p>Playing Guitar</p>
<p>Gaming and Streaming</p>
<p>Developing</p>
</div>
<div class="section">
<p>My schoolings are,</p>
<p>Kendriya Vidyalaya, High School</p>
<p>Amity University, Bachelors</p>
<p>Amity University, Masters</p>
</div>
<div class="section">
<p>I have proficiency in 50+ programming languages.</p>
<p>Check my github</p>
</div>
<div class="section">
<p>Want to contact me?</p>
<p>Mail me:<a href="mailto:avhishe.adhikary11@gmail.com">here</a></p>
</div>
</div>
<script type="module" src="/main.js"></script>
</body>
</html>