-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (68 loc) · 3.31 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
<html>
<head>
<link rel="stylesheet" href="back.css">
</head>
<body>
<div id = "parent" >
<div id="div1">
<center> <img id="profile-picture" src="C:\Users\Lenovo\Desktop\Untitled design.png"></center>
<center> <h2> Amit Ghosh</h2></center>
<hr>
<u><h3>About</h3></u>
<p>My name is Amit Ghosh.I am from Siliguri Westbengal.<br> I have a keen interest about learning new technologies <br>and so pursuing my Btech on Computer science and engineering.</p>
<hr>
<u><h3>Contact</h3></u>
<img id="em" src="C:\Users\Lenovo\Desktop\email-icon-envelope-mail-services-260nw-1379676980.webp">
<a href="mailto:[email protected]">[email protected]</a><br>
<img id="call" src="C:\Users\Lenovo\Desktop\phone-icon-flat-style-isolated-on-grey-background-telephone-symbol-call-illustration-sign-for-web-and-mobile-app-free-vector.webp">
<a href="tel:+916295314479">+916295314479</a>
<u><h3>On the web</h3></u>
<img id="insta" src="C:\Users\Lenovo\Desktop\download (1).jpg">
<a href="https://instagram.com/_.amiiitttt">Instagram</a> <br> <br>
<img id="linkdin" src="C:\Users\Lenovo\Desktop\download.png">
<a href="https://www.linkedin.com/in/amit-ghosh-6aa1a21ba">Linkdin</a> <br> <br>
<img id="whatsapp" src="C:\Users\Lenovo\Desktop\WhatsApp.svg.webp">
<a href="https://www.wa.me/6295314479">WhatsApp</a> <br> <br>
</div>
<div id="div2">
<div id="ed">
<u><h3 style="color:#5f4b4b ;">Education</h3></u>
<p> <ul> <li>3rd year Btech (CSE), <br> Lovely professional University,Punjab </li>
<li>Modella Caretaker Center & School(CBSE 12th 84%)</li>
<li>Modella Caretaker Center & School(CBSE 10th 88%) </li>
</ul>
<hr>
</p>
</div>
<div id="te">
<u><h3 style="color:#5f4b4b ;">Technologies And Coding Languages known</h3></u>
<p>
<ul><li>Unity 3D</li>
<li>Basics of c/c++</li>
<li>Basics of java</li></ul>
<hr>
</p>
</div>
<hr>
<div id="pro">
<u><h3 style="color:#5f4b4b ;">Projects</h3></u>
<ul>
<li>Snakes and Ladder in python</li>
<li>Flappy Bird using Unity 3D</li>
<li>Community Development Project (Climate Change)</li>
</ul>
<hr>
</div>
<hr>
<div id="hob">
<u> <h3 style="color:#5f4b4b ;">Hobbies</h3></u>
<p><ul><li>
Sports and Fitness</li>
<li>Gaming</li>
<li>Painting</li>
</ul> <hr></p>
</div>
</div>
</div>
</body>
</html>