-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (105 loc) · 5.38 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
105
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Natsu Ozawa</title>
<meta name="description" content="Natsu Ozawa is a Forward Deployed Software Engineer at Palantir Technologies." />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Natsu Ozawa" />
<meta property="og:description" content="Natsu Ozawa is a Forward Deployed Software Engineer at Palantir Technologies." />
<meta property="og:url" content="https://natsuozawa.com/" />
<meta property="og:site_name" content="Natsu Ozawa" />
<meta property="og:image" content="https://natsuozawa.com/img/ogimage.png" />
<meta property="og:image:width" content="2880" />
<meta property="og:image:height" content="1404" />
<meta property="og:image:type" content="image/png" />
<meta name="author" content="Natsu Ozawa">
<meta name="keywords" content="Natsu Ozawa, Natsu, Ozawa, 小澤夏彦, natsuozawa">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="index.css">
<link rel="icon" href="favicon.ico">
<script>
const lang = navigator.language;
if (sessionStorage.getItem('natsuozawa.github.io:initial') == null) {
if (lang === 'ja' || lang === 'ja-JP') {
sessionStorage.setItem('natsuozawa.github.io:initial', 'ja');
window.location.replace('./jp');
} else {
sessionStorage.setItem('natsuozawa.github.io:initial', 'en');
}
}
</script>
</head>
<body>
<div id="header-wrap">
<div id="header">
<h1 id="header-name"><a href="/">Natsu Ozawa</a></h1>
</div>
</div>
<div id="content">
<div id="main">
<div class="stretch left">
<div>
<img class="avatar" src="img/face.jpg" />
<img class="avatar" src="img/ntszw.jpg" />
<h1 class="giant">Natsu Ozawa</h1>
<p><span style="font-weight: 500">English</span> | <a href="jp">日本語</a></p>
</div>
</div>
<div class="stretch right"></div>
</div>
<div id="introduction" class="component padded">
<p class="message">I (<span style="font-weight: bold;">Natsu Ozawa</span>) am a Japanese software engineer. I currently work at <a href="https://palantir.com">Palantir Technologies</a> as a Forward Deployed Software Engineer. I previously studied computer science at the <a href="https://www.ed.ac.uk">University of Edinburgh</a>.</p>
<p class="message">Despite being fantacized as a technologically advanced country, Japan struggles in the digital era, and many aspects of our society are still designed for the past. With this design, however, we cannot take advantage of the agility and scalability offered by modern software. I am interested in creating systems that embrace the complexity and connectivity of the world and integrating those systems with organizations and society.</p>
<p class="message">I started programming when I was 15. Initially focusing on frontend and backend web development, I worked as a software engineer intern in multiple startup companies. As a university student, my technical interests broadened to computational social choice theory, category theory, scalable computer systems, functional programming, machine learning, and computer algorithms.</p>
<p class="message">Aside from my interests above, I am vocal in <a href="https://plurality.institute">Plurality</a>, Japanese digital policy, and <a href="https://www.effectivealtruism.org/">Effective Altruism</a>.</p>
<div class="box-container">
<div class="box">
<h1 class="big">Links</h1>
<a href="https://twitter.com/ntszw"><img src="/img/twitter.svg" class="link-img" /></a></li>
<a href="https://linkedin.com/in/natsuozawa"><img src="/img/linkedin.svg" class="link-img" /></a></li>
<a href="https://github.com/natsuozawa"><img src="/img/github.svg" class="link-img" /></a></li>
<a href="https://facebook.com/ntszw"><img src="/img/facebook.svg" class="link-img" /></a></li>
<a href="https://stackoverflow.com/users/9121127/natsuozawa"><img src="/img/stackoverflow.svg" class="link-img" /></a></li>
</ul>
</div>
</div>
</div>
<div id="see" class="last">
<div class="blackbox">
<h1 class="big">News</h1>
<div class="component" id="gpmb_index_root" style="text-align: left">
<h1>Sorry, nothing to see here!</h1>
</div>
<p class="message"><a href="news">See all</a></p>
</div>
</div>
</div>
<div class="before-footer"></div>
<div id="footer">
<div id="name">
<h1>Natsu Ozawa</h1>
</div>
<div id="navigator">
<ul class="nav">
<li><a href="./jp">日本語</a></li>
<li><a href="https://blog.natsuozawa.com">Blog</a></li>
<li><a href="https://resume.id/natsuozawa">Portfolio</a></li>
</ul>
<p>© 2018-2025 Natsu Ozawa</p>
</div>
</div>
<script src="jquery-1.12.4.min.js"></script>
<script src="check.js"></script>
<script src="gpmb.js"></script>
<script>
gpmb.load("natsuozawa", "news", function() {
var gpmbIndexRoot = document.getElementById("gpmb_index_root");
if (gpmb.entries.length > 0) gpmbIndexRoot.innerHTML = "";
gpmb.embed(gpmbIndexRoot, -1, -2);
});
</script>
</body>
</html>