-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 2.5 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
<!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>Raj's Bio</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Nanum+Gothic&family=Roboto+Condensed:wght@300&family=Roboto+Mono:wght@300&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/CSS/style.css">
</head>
<body>
<h3 class="shadow_2"><strong>MY BIO</strong></h3>
<div class="container">
<div class="logo shadow_1"><a href="https://www.facebook.com/profile.php?id=100006828316066"><img width="200px"
src="/Images/profile_pic.png" alt=""></a></div>
<div class="info shadow_2">
<p>My name is Raj Kumar.</p>
<p>I am 19 yrs old.</p>
<p>Interested In Java and it's subsets.</p>
<p>Religion Hinduism.</p>
<P>My Best Friend is <a class="links white" href="https://mishrabiswajit.github.io/">Biswajit Mishra</a>.
</p>
<p>Currently I'm persuing my BCA from Amity University Jharkhand.</p>
<p></p>
</div>
<div class="socials shadow_2">
<h4 class="secondary-heading center white underline">Contact Me</h4>
<a href="https://github.com/rajkumarara" target="_blank"><img src="Images/github_logo.png" alt="github"></a>
<a href="https://www.instagram.com/abhi_singh_rajput_007/" target="_blank"><img
src="Images/instagram_logo.png" alt="instagram"></a>
<a href="https://t.me/abhisinghara007" target="_blank"><img src="Images/telegram_logo.png"
alt="telegram"></a>
<a href="mailto:[email protected]" target="_blank"><img src="./Images/email_icon.png" alt="email"></a>
</div>
</div>
<footer class="center white shadow_1">Made with ❤️ by <a class="white links"
href="https://mishrabiswajit.github.io/">Biswajit
Mishra</a></footer>
</body>
</html>