-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (45 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bibek Lamichhane | Portfolio</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon_io/apple-touch-icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
</head>
<body>
<section class="all">
<div class="content">
<div class="box">
<div class="main-img">
<img src="assets/profile.png" alt="">
</div>
<div class="main-text">
<h2>Bibek Lamichhane</h2>
<h4>Backend Engineer | Golang</h4>
<div class="social">
<a href="https://github.com/LamichhaneBibek/" target="_blank"><i class="ri-github-fill"></i></a>
<a href="https://www.linkedin.com/in/lamichhanebibek"><i class="ri-linkedin-fill"
target="_blank"></i></a>
<a href="https://www.medium.com/" target="_blank"><i class="ri-medium-fill"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="ri-twitter-fill"></i></a>
<a href="https://www.instagram.com/" target="_blank"><i class="ri-instagram-fill"></i></a>
<a href="https://www.facebook.com/" target="_blank"><i class="ri-facebook-fill"></i></a>
</div>
</div>
</div>
<div class="bottom-text">
<p>© 2023 Bibek Lamichhane. All rights reserved.</p>
</div>
</div>
</section>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="js/script.js"></script>
</body>
</html>