-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (33 loc) · 1.48 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
<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">
<link rel="stylesheet" href="style.css">
<meta name="author" content="Paras Jain">
<meta name="content" description="This website contains all the website links of different competitive platforms like Hacker-Rank, Leetcode and Geeks-for-Geeks and some professional websites like linkedin etc.">
<link rel="icon" href="paras.jpg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<title>Paras Jain</title>
</head>
<body>
<!-- 1. Profile Picture -->
<img class="profile-picture"
src="paras.jpg" />
<!--- 2. Profile Name or User Account -->
<div class="profile-name">Paras Jain</div>
<!-- 3. Links -->
<a href="https://www.linkedin.com/in/jainparas1dit" class="links">
Linkedin <img src="linkedin.png" alt="" class="link-icon">
</a>
<a href="https://leetcode.com/Paras19/" class="links">
Leetcode <img src="leetcode.png" alt="" class="link-icon">
</a>
<a href="https://www.hackerrank.com/paras7403" class="links">
Hacker-Rank <img src="hackerrank.png" alt="" class="link-icon">
</a>
<a href="https://auth.geeksforgeeks.org/user/paras7403" class="links">
Geeks-for-Geeks <img src="gfg.png" alt="" class="link-icon">
</a>
</body>
</html>