-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (56 loc) · 1.89 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
51
52
53
54
55
56
57
58
59
60
61
62
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body style="background-color: #fed8b1; padding-bottom: 25px; padding-top: 25px;">
<div class="image">
<img src="anshika.png" style="border-radius: 50%;
border: 2.5px solid blue;
padding: 15px;
width: 250px;
height: 250px;
margin-right: auto;
margin-left: auto;
display: block;">
</div>
<center>
<p style="font-family: ariel; font-size: 25px;" ><u>Anshika Bhatnagar</p>
</center>
<br>
<center>
<a href="https://linkedin.com/in/anshikabhatnagar">
<button type="button" class="btn btn-primary" style="font-radius:20px; font-family: fantasy;">Connect on LinkedIn</button>
</a><br><br>
<a href="https://github.com/bhatnagaranshika02">
<button type="button" class="btn btn-dark" style=" font-radius:20px; font-family: fantasy;">Connect on Github</button>
</a><br><br>
<a href="https://www.hackerrank.com/bhatnagaranshik1?hr_r=1">
<button type="button" class="btn btn-success" style=" font-radius:20px; font-family: fantasy;">Connect on Hackerrank</button>
</a>
<br><br>
</center>
</body>
<head>
<style>
.lowerfooter {
height: 5%;
text-align: center;
background-color: black;
color: white;
font-size:8px;
}
</style>
</head>
<div class="lowerfooter">
<div>
<p>
Made with ❤ by Anshika. All rights reserved. Ⓒ 2020
</p>
</div>
</div>
</html>