-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (34 loc) · 1.34 KB
/
index.html
File metadata and controls
44 lines (34 loc) · 1.34 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/ishita-avatar.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap">
<!-- Font Awesome 6.4 CDN -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<title>Ishita Soni | Social links </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<img alt="Profile picture" src="assets/images/ishita-avatar.png">
<h2>Ishita Soni</h2>
<h5>Jaipur, Rajasthan, India</h5>
<p>"Front-end developer, UI UX Designer"</p>
<a href="https://www.linkedin.com/in/ishita-soni-work/" target="_blank" class="btn">
<i class="fab fa-linkedin"></i> LinkedIn
</a>
<a href="https://github.com/IshitaSoni" target="_blank" class="btn">
<i class="fab fa-github"></i> GitHub
</a>
<a href="https://x.com/Ishita577" target="_blank" class="btn">
<i class="fa-brands fa-x-twitter"></i> X
</a>
<a href="https://medium.com/@ishiworkpersonal" target="_blank" class="btn">
<i class="fab fa-medium"></i> Medium
</a>
</div>
</body>
<br>
</html>