-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (57 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Tanmay C.V</title>
</head>
<body>
<table cellspacing="30">
<tr>
<td><img src="C:\Users\gupta\Desktop\Tanmay cs\Angela yu\my private site\IMAGE\cv.png "alt =" Picture is unable to load" width=" 200" ></td>
<td><h1>Tanmay Gupta</h1>
<h3><em>Engineering student 😄 <a href="https://www.linkedin.com/in/tanmay-gupta-29b7b8256/">linked in profile</a></em></h3>
<h2>I am a data scientist and web developer.I love playing Multiplayer games and gain knowledge </h2></td>
</tr>
</table>
<hr>
<h3><strong>Projects and works</strong></h3>
<ul>
<li>Brest cancer ML model</li>
<li>Website for breast cancer patient</li>
</ul>
<hr>
<h3>Work experience</h3>
<table border="1">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2023-2027</td>
<td>IIIT DHARWAD</td>
</tr>
<tr>
<td>2027-2028</td>
<td>Internship Wipro</td>
</tr>
</tbody>
</table>
<hr>
<h3>Coding skills</h3>
<table border="1" cellspacing="10 ">
<tr>
<td>DSA ⭐⭐⭐⭐⭐ </td>
<td>Web development ⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Data science ⭐⭐⭐</td>
</tr>
</table>
<hr>
<a href="C:\Users\gupta\Desktop\Tanmay cs\Angela yu\my private site\myhobbies.html">My hobbies</a>
<a href="C:\Users\gupta\Desktop\Tanmay cs\Angela yu\my private site\contact.html">My contacts</a>
</body>
</html>