-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
77 lines (53 loc) · 2.79 KB
/
about.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
<!doctype>
<html lang="en">
<head>
<meta content='About me - Prajal Bishwakarma' name='title' />
<meta content='About me - Prajal Bishwakarma' name='og:title' />
<title>
About me - Prajal Bishwakarma
</title>
<link href='https://pbishwakarma.github.io/images/fav.png' rel='shortcut icon'>
<link href='https://pbishwakarma.github.io/stylesheets/style.css' rel='stylesheet' type='text/css' />
<link href='https://pbishwakarma.github.io/stylesheets/syntax.css' rel='stylesheet' type='text/css' />
<meta content='width=device-width, initial-scale=1.0, user-scalable=no' name='viewport'>
<meta content='text/html; charset=utf-8' http-equiv='content-type' />
<meta content='https://pbishwakarma.github.io' property='og:url' />
<meta content="My blog" property='og:description' />
<meta content="blog" property="og:type" />
<!-- - -->
</head>
<body class="lh-copy dark-gray pa0 f6 sans-serif bg-super-white">
<header class="tc mt4">
<a href="https://pbishwakarma.github.io">
<img src="https://pbishwakarma.github.io/images/profile_picture.jpg" alt="Home" width="155" height="155" class="profpic"}>
</a>
<p>Prajal Bishwakarma</p>
</header>
<div class="mw7 bg-white mt4 mb3 center br2-ns bt bb ba-ns b--light-gray">
<nav class="bb b--light-gray pv4 tc" style="z-index:99999 !important" aria-label="Main">
<a class="link blue hover-mid-gray mh2 pv1" style="z-index:99999 !important"
href="https://pbishwakarma.github.io/">
Posts
</a>
<a class="link blue hover-mid-gray mh2 pv1" style="z-index:99999 !important"
href="https://pbishwakarma.github.io/about">
About me
</a>
</nav>
<main class="tl f6 relative pa4 pa5-ns overflow-hidden">
<div class="mb4">
<h1 class="ttu f3 mt0 lh-title cb mb2">
About me
</h1>
</div>
<div class="markdown-body">
<p>I’m a life sciences nerd that got tricked into trying computer science. Currently I work as a Software Engineer in Identity and Access Management. I started this blog to force myself to see my projects through and along the way, hopefully, learn a thing or two.</p>
<p>I think most things make more sense when translated into numbers. I’m just out here trying to be a better translator.</p>
</div>
</main>
</div>
<footer class="mw7 center tc pt3 pb4 silver">
Built with <a href="https://github.com/jekyll/jekyll" class="link silver hover-blue pv1">Jekyll</a> using <a href="http://github.com/muan/scribble" class="link silver hover-blue pv1">Scribble</a>.
</footer>
</body>
</html>