-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (62 loc) · 3.31 KB
/
index.html
File metadata and controls
66 lines (62 loc) · 3.31 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!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>Social Handles</title>
</head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/extensions//code//myimg.png" type="image/png">
<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=Baloo+2:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"></script>
<title>Anupriya Jain | Connect</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-12">
<div class="m-3 text-center">
<img src="./myimage.png" alt="Anupriya Jain" class="img-thumbnail"
width="300" height="290">
<h1>Anupriya Jain</h1>
<span class="typing" style="font-size: 40px;" >Frontend-Developer.</span>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6 offset-lg-3 mt-4">
<div class="list-group">
<h3 href="#" class="list-group-item">Hey👋, Let's get connected!</h3>
<a href="https://anupriyajain595.github.io/portfolio/" class="list-group-item list-group-item-action" target="_blank">
<span class="icon-wrapper"><i class="far fa-address-card"></i></span> Portfolio
</a>
<a href="https://www.linkedin.com/in/anupriya-jain-25a0a7214"
class="list-group-item list-group-item-action" target="_blank">
<span class="icon-wrapper"><i class="fab fa-linkedin"></i></span> LinkedIn
</a>
<a href="https://github.com/anupriyajain595" class="list-group-item list-group-item-action" target="_blank">
<span class="icon-wrapper"><i class="fab fa-github"></i></span> Github
</a>
<a href="https://twitter.com/Anupriy82716981?t=lv11HQ8R6FEQF6KHKq0Z2w&s=09"
class="list-group-item list-group-item-action" target="_blank">
<span class="icon-wrapper"><i class="fab fa-twitter"></i></span> Twitter
</a>
<a href="https://www.instagram.com/anupriyajain595?r=nametag"
class="list-group-item list-group-item-action" target="_blank">
<span class="icon-wrapper"><i class="fab fa-instagram"></i></span> Instagram
</a>
</div>
</div>
<footer class="footer"> Created by <span> ANUPRIYA JAIN </span></footer>
</div>
</div>
<script src="script.js"></script>
</body>
</html>