-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (64 loc) · 3.06 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
<!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 profile page</title>
</head>
<body>
<header>
<center>
<img src="https://drive.google.com/uc?export=view&id=1XOPVqgV1yINFfuwArb1hiwIjlwJ-RLGj" width=200px/>
<br>
<b>Viren Khanna</b>
</center>
</header>
<hr>
<main>
<h3><u>About me</h3></u>
<p>I am able to handle multiple tasks on a daily basis and use a creative approach to problem solve.I am a dependable person who is great at time management.I am always energetic and eager to learn new skills.</p>
<ul>
<li>
<strong> VIVEKANAND EDUCATION SOCIETY’S INSTITUTE OF TECHNOLOGY,
Mumbai</strong> <br>
Bachelor’s in Engineering Information Technology | 2020 - July 2024
CGPA: 9.65
</li>
<br>
<li>
<strong>CHM,Ulhasnagar</strong> <br>
HSC| 2018 - 2020 Secured
64.15%
</li>
<BR>
<li>
<strong>Holy Family Convent High School,Ulhasnagar</strong> <br>
SSC| 2017-2018 Secured
77.40%
</li>
</ul>
<hr>
<h3><u>Skills and Achievements</u></h3>
<li><a href="https://drive.google.com/file/d/17vQrtLrQgPefPXvwbPISJ13D-5LXwk0S/view?usp=sharing">PYTHON</a></li>
<li><a href="https://drive.google.com/file/d/10ZjxFzllCaXsW8xQoZ-60-QgtdHGtCHx/view?usp=sharing">DBMS</a></li>
<li><a href="https://drive.google.com/file/d/1qSflfmTiAvVuxkt4bYkG0J5keSSvBJrF/view?usp=sharing">PYTHON INTERNSHIP</a></li>
<li><a href="https://drive.google.com/file/d/13QVhb5R-kzNF7s8XkhQsl9HkdpejzQAb/view?usp=sharing">WEB DEVELOPMENT</a></li>
</main>
<hr>
<footer>
<h3><u>Contact</u></h3>
<table>
<tr>
<td>
<a href="https://mail.google.com/mail/u/4/#inbox"><img src="https://drive.google.com/uc?export=view&id=1aHuuJhD8FJwp84I5ivRBoG7PCHafxxB7" alt="" width="25px"></a>
<a href="https://twitter.com/i/flow/login"><img src="https://drive.google.com/uc?export=view&id=15vyL4J2HjlUjo9Wp22lvc_ngbUJrZWaN" width=25px alt=""></a>
<a href="https://about.linkedin.com/"><img src="https://drive.google.com/uc?export=view&id=1mCKqzjJ6i-MtQgv4XgGCqViK3l8ITyHO" width="25px"></a>
<a href="https://www.instagram.com/accounts/login/?next=https%3A%2F%2Fwww.instagram.com%2F%3F__coig_login%3D1"><img src="https://drive.google.com/uc?export=view&id=1O53q_6IkCz1he3gdywa_q6yNENH1gypJ" width="25px" alt=""></a>
<a href="https://github.com/Viren0602"><img src="https://drive.google.com/uc?export=view&id=1t6gAhKhUgeGtAjhQOe8ta2AasuOZsqYR" alt="" width="25px"></a>
</td>
</tr>
</table>
</footer>
</body>
</html>