-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (93 loc) · 4.37 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
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE HTML>
<!--
Fractal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Chetan Bhasin — Resumé and Homepage</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="content">
<h1><a href="#">Chetan Bhasin</a></h1>
<p>I'm a Software Engineer.<br />
Welcome to my home page. See my <a href="https://cbopt.com">tech blog</a>,<br/> or see projects and résumé.</p>
<ul class="actions">
<li><a href="chetanbhasin.pdf" class="button primary icon solid fa-download">Résumé</a></li>
<li><a href="#two" class="button icon solid fa-chevron-down scrolly">Introduction</a></li>
</ul>
</div>
<div class="image profile"><img src="images/profile.jpg" alt="Chetan Bhasin" /></div>
</header>
<!-- One -->
<!-- section id="one" class="wrapper style2 special">
<header class="major">
<h2>Sed ipsum magna lorem tempus amet<br />
vehicula et gravida elementum</h2>
</header>
<ul class="icons major">
<li><span class="icon solid fa-camera-retro"><span class="label">Shoot</span></span></li>
<li><span class="icon solid fa-sync"><span class="label">Process</span></span></li>
<li><span class="icon solid fa-cloud"><span class="label">Upload</span></span></li>
</ul>
</section -->
<!-- Two -->
<section id="two" class="wrapper">
<div class="inner alt">
<section class="spotlight">
<div class="image"><img src="images/channel.jpg" alt="" /></div>
<div class="content">
<h3>Location</h3>
<p>Originally from New Delhi, India — I currently live in Hamburg Germany. I moved here after living in the beautiful city of Copenhagen for nearly a year.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/ideas.jpg" alt="" /></div>
<div class="content">
<h3>Interests</h3>
<p>I love Programming Languages, and System Design. Among many other things, I also like English literature and, at times, financial economics. Perhaps I might share one of my creative writings someday as well.</p>
</div>
</section>
</div>
</section>
<!-- Three -->
<!-- section id="three" class="wrapper style2 special">
<header class="major">
<h2>Magna leo sapien gravida</h2>
<p>Gravida at leo elementum elit fusce accumsan dui libero, quis vehicula<br />
lectus ultricies eu. In convallis amet leo sapien iaculis efficitur.</p>
</header>
<ul class="actions special">
<li><a href="#" class="button primary icon solid fa-download">Download</a></li>
<li><a href="#" class="button">Learn More</a></li>
</ul>
</section -->
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/ChetanBhasin" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://twitter.com/ChetanBhasin" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://linkedin.com/in/chetanbhasin7" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
<p class="copyright">© Chetan Bhasin. Modified code from Fractal theme by: <a href="http://html5up.net">HTML5 UP</a></p>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101222554);</script>
<script async src="//static.getclicky.com/js"></script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/101222554ns.gif" /></p></noscript>
<a rel="me" href="https://indieweb.social/@chetanbhasin">Mastodon</a>
</body>
</html>