-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (84 loc) · 3.67 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<title>Biwek Shrestha</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="vendor/assets/stylesheets/reset.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i" rel="stylesheet">
<link rel="stylesheet" href="assets/stylesheets/style.css">
<link rel="stylesheet" href="assets/stylesheets/responsive.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.js" integrity="sha256-fNXJFIlca05BIO2Y5zh1xrShK3ME+/lYZ0j+ChxX2DA=" crossorigin="anonymous"></script>
<script src="assets/javascripts/app.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122999691-1"></script>
<script src="assets/javascripts/ga.js"></script>
</head>
<body>
<div id="container">
<div class="intro">
<img src="assets/images/dude.png" alt="dude"/>
<h1>Biwek Shrestha</h1>
<p class="info">
Trying to leave a <i>dent</i> in the universe
</p>
</div>
<div class="detail">
<a href="https://github.com/biwek" target="_blank" title="github">
<img src="assets/images/github.png" alt="github"/>
</a>
<a href="https://stackoverflow.com/users/3057947/biwek" target="_blank" title="stackoverflow">
<img src="assets/images/stackoverflow.png" alt="stackoverflow"/>
</a>
<a href="https://www.codewars.com/users/biwek" target="_blank" title="codewars">
<img src="assets/images/codewars.png" alt="codewars"/>
</a>
<a href="https://linkedin.com/in/biwek" target="_blank" title="linkedin">
<img src="assets/images/linkedin.png" alt="linkedin"/>
</a>
<a href="https://twitter.com/bwaake" target="_blank" title="twitter">
<img src="assets/images/twitter.png" alt="twitter"/>
</a>
<a href="https://www.instagram.com/biwek" target="_blank" title="instagram">
<img src="assets/images/instagram.png" alt="instagram"/>
</a>
</div>
<hr>
<div class="projects">
<h3>Projects</h3>
<div class="project">
<div class="logo">
<a href="https://abhinavnepal.com" target="_blank">
<img src="assets/images/abhinav_nepal_logo.png" alt="abhinav_nepal"/>
</a>
</div>
<div class="description">
<h5><a href="https://abhinavnepal.com" target="_blank">Abhinav Nepal</a></h5>
<p>
Open source platform that provides useful resources to help anyone interested in doing science and innovation related works in or for Nepal.
</p>
</div>
</div>
<div class="project">
<div class="logo">
<a href="http://www.yugalgurungmusic.com" target="_blank">
<img src="assets/images/yugal_gurung.jpg" alt="yugal_gurung"/>
</a>
</div>
<div class="description">
<h5><a href="http://www.yugalgurungmusic.com" target="_blank">Yugal Gurung</a></h5>
<p>
A personal site for musician Yugal Gurung, built initially for the release of his album 'Lukamari'. More than Rs 3 lakh was raised from the downloads, which was donated to COVID-19 response teams in Nepal.
</p>
</div>
</div>
</div>
<div class="footer">
<a href="mailto:[email protected]">
<img src="assets/images/envelope.png" alt="mail"/>
</a>
<div class="copyright"></div>
</div>
</div>
</body>
</html>