-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 810 Bytes
/
index.html
File metadata and controls
29 lines (24 loc) · 810 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title> Risha Dassi </title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="images/icon0.ico" sizes="10x10">
</head>
<body>
<div class = "name"> Risha Dassi </div>
<div class="image">
<a href="https://github.com/rdassi" target="_blank">
<img class="octocat" src="images/Octocat.png" alt="Octocat-Github">
</a>
<a href="https://www.linkedin.com/in/risha-dassi-7938aa180/" target="_blank">
<img class="linkedin" src="images/Linkedin.png" alt="Linkedin-Logo">
</a>
<a href="blog.html" target="_blank">
<img class="blog" src="images/Blog1.png" alt="Blog-Logo">
</a>
</div>
</body>
</html>