-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
77 lines (61 loc) · 3.75 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>
<html>
<head>
<meta charset="utf-8">
<title>Writing about my job and its product in English and Japanese</title>
<meta name="description" content="Writing about my job and its product in English and Japanese">
<!-- Twitter Card and Open Graph tags -->
<meta name="twitter:title" content="About Jim Borden – ">
<meta name="twitter:description" content="Writing about my job and its product in English and Japanese">
<meta name="twitter:creator" content="@borrrden">
<meta name="twitter:card" content="summary">
<meta name="twitter:image:src" content="/images/logo.png">
<meta property="og:type" content="article">
<meta property="og:title" content="About Jim Borden – ">
<meta property="og:description" content="Writing about my job and its product in English and Japanese">
<meta property="og:url" content="/about.html">
<meta property="og:site_name" content="">
<!-- Webmaster Tools verfication -->
<link rel="canonical" href="/about.html">
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title=" Feed">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/base.min.css" type="text/css" />
<link rel="stylesheet" href="/css/github.min.css" type="text/css" />
<link rel="stylesheet" href="/css/octicons.css" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="header-container">
<header>
<ul class="nav">
<!--Change the URL here if working on an absolute domain-->
<li><a href="/"><span class="mega-octicon octicon-terminal" style="margin-right: 6px;"></span>Technically Good</a></li>
<li><a href="/about.html"><span class="mega-octicon octicon-person" style="margin-right: 6px;"></span>About</a></li>
</ul>
</header>
</div>
<div class="container">
<p class="intro">
Technically Good
</p>
<p>Hello, my name is <strong>Jim Borden</strong>. I currently live in Tokyo, Japan where I work for Couchbase maintaining the <a href="https://github.com/couchbase/couchbase-lite-net">.NET / Xamarin version</a> of <a href="http://developer.couchbase.com/mobile/develop/guides/couchbase-lite/index.html">Couchbase Lite</a>. I have been working here since January 2015, and I hope to bring you more insight into my process and results, as well as occassionaly talking about some other interesting stuff I may have heard.</p>
<p>初めまして、ジム・ボーデンと申します。現在東京に住んでおり、Couchbase Japan株式会社で勤めて<a href="http://developer.couchbase.com/mobile/develop/guides/couchbase-lite/index.html">Couchbase Lite</a>の<a href="https://github.com/couchbase/couchbase-lite-net">.NET / Xamarin version</a>を担当しています。2015年1月入社で、私のやりかたや結果の情報を報告し、たまにおもしろいニュースを話したいと思います。よろしくお願いいたします。</p>
<p>Find me:<br>
<a href="https://twitter.com/borrrden">Twitter</a><br>
<a href="https://github.com/borrrden">GitHub</a><br>
<a href="http://stackoverflow.com/users/1155387/borrrden">StackOverflow</a><br>
Email: jim.borden [at] couchbase.com</p>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</div><!-- /.main -->
</body>
</html>