-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (100 loc) · 4.71 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
103
104
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/b/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Jayraj Jog</title>
<meta name="description" content="This is Jayraj Jog's personal website">
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
<link href='https://fonts.googleapis.com/css?family=Crete+Round|Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div role="main">
<div id="container">
<div id="nav">
<ul id="menu">
<li id="current" class="menu_item">
<a href="index.html">Home</a>
</li>
<!-- <li class="menu_item">
<a href="projects.html">Projects</a>
</li> -->
<li class="menu_item">
<a href="resume.html">Resume</a>
</li>
<li class="menu_item">
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
<div id="content">
<div id="inner-box">
<div id="pic">
<img src="assets/CascadiaJS_bio.jpeg" />
</div>
<div id="body-text">
<header>
<h2 class="no-top">About Me</h2>
</header>
<p>I am Jayraj. I'm a versatile web programmer with front-end and back-end experience. I've started a company that
<a href="/Lessons-from-Jajavy">didn't quite work out</a>. I'm interested in things like <a href="https://github.com/jogjayr/latte">personal finance</a>, history, and soccer. </p>
<header>
<h2>What I do</h2>
</header>
<p>I write code</p>
<p>I think about making interactions and transactions quicker and more useful to everyone.</p>
<header>
<h2>Where I work</h2>
</header>
<p>I currently work at <a href="https://google.com">Google</a> as a software engineer</p>
<p>Prior to Google, I worked at <a href="https://www.skyhighnetworks.com/">Skyhigh Networks</a> (acquired by McAfee) as a senior-software engineer, on cloud-based configuration management for Skyhigh products and services, and internal monitoring and reporting tools.
Before that I tech-led the team that built Skyhigh's next-generation UI framework. I gave a <a href="http://nodevember.org/talk/Jayraj%20Jog">talk</a> about my experience at <a href="http://nodevember.org">Nodevember</a> in 2017.</p>
<p> Previously, I worked at <a href="http://bittorrent.com">BitTorrent</a>, and <a href="http://wyse.com">Dell Wyse.</a></p>
<p>In the past, I co-founded <a href="http://jajavy.com">Jajavy</a>, creator of <a href="http://kanj.us">Kanjus</a>,
the punchcard you can share. Here are <a href="/Lessons-from-Jajavy">some things I learned</a> doing it.</p>
<header>
<h2>What I like</h2>
</header>
<p>
I am passionate about JavaScript and Python.
I take a keen interest in usability & web and application
design.
</p>
<p>I occassionally <a href="/blog">blog</a> about random things when I'm in the mood. The name of the blog (Weekly Typed) is a misnomer.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
mathiasbynens.be/notes/async-analytics-snippet -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-49465041-1', 'jayraj.net');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>