-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (33 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head>
<title>
clone view
</title>
<link rel="stylesheet" href="st1.css">
</head>
<body background="io.jpg" height="50 px" width="50px">
<p align="center"><img src="logobar.png" ></p>
<br>
<table border="0" align="center" >
<tr>
<td>
<div class="wrapper">
<div class="zoom-effect-container">
<div class="image-card">
<p align ="center "> <img src="garima.jpg" height="250" width=" 250" style="border-radius: 110% "></p>
</div>
</div>
<h2 style="color:black ;" >
<p align="center"> <span class="wave"
style="font-size:4rem">👋🏻Hi</span></p>
<h1 align ="center" font color="#FFFFFF">
I'm Garima Jain.<br>
1st year undergrad at Indian Institute of Information Technology, Ranchi <br>pursuing B.Tech in Computer Science . <br>
<p ><button onclik="" style="color: aqua" X> <a href=" https://www.linkedin.com/in/garima-jain-19s/" target="_blank" ><img src="ok.png" height="40px" width="80px"> </a></button>
</p>
</td>
</tr>
</table>
</body>
</html>