-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
43 lines (40 loc) · 2.35 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/png" href="static/favicon-32x32.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<style>
body {
background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
padding-bottom: 20px;
.navbar {
margin-bottom: 20px;
}
.bg1 {
background: rgb(233,233,233);
background: linear-gradient(90deg, rgba(233,233,233,1) 0%, rgba(237,237,237,1) 100%);
}
</style>
<title>Bhanu Sharma</title>
</head>
<body class="text-center">
<div class="container">
<nav class="navbar bg-light" align="center">
<a class="nav-link" href="https://twitter.com/itsbhanusharma"><i class="fab fa-twitter-square fa-2x"></i></a>
<a class="nav-link" href="https://github.com/itsbhanusharma"><i class="fab fa-github-square fa-2x"></i></a>
<a class="nav-link" href="https://orng.social/@bhanu"><i class="fab fa-mastodon fa-2x"></i></a>
<a class="nav-link" href="https://blog.orng.co"><i class="fab fa-wordpress fa-2x"></i></a>
</nav>
<div class="fixed-bottom">
<img class="align-self-center mr-3" src="//landing.itsbhanusharma.com/static/c7485269-9eb6-4c88-ab79-859e3eff4c96-f0e5ec6f-2094-4e78-92d8-e977bd30c56a-v1.png" alt="image">
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
</body>
</html>