-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (69 loc) · 4.13 KB
/
index.html
File metadata and controls
74 lines (69 loc) · 4.13 KB
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>鳥居良光</title>
<!-- Bootstrap core CSS -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
<meta property="og:title" content="鳥居良光" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<style>
.no-list-style{
list-style: none;
}
img{
width:100%;
}
</style>
</head>
<body>
<div class="container">
<h1 class="text-center">Yoshimitsu Torii</h1>
<div class="row">
<div class="col-sm-9 col-xs-12">
<h3>プロフィール</h3>
<ul class="no-list-style">
<li><string>鳥居良光 / Yoshimitsu Torii</strong></li>
<li>1987年 7月 4日生まれ</li>
</ul>
<h3>経歴</h3>
<ul class="no-list-style">
<li>静岡県浜松市篠ヶ瀬町に生まれる</li>
<li>浜松市立和田小学校/静岡県立天竜中学校</li>
<li>静岡県立浜松工業高等学校 情報技術科</li>
<li>中京大学 情報理工学部情報システム工学科</li>
<li>東京工業大学 総合理工学研究科 物理情報システム専攻</li>
<li>2010年 株式会社ライブドア入社</li>
<li>2011年 会社統合により NHN Japan株式会社所属</li>
<li>2012年 会社統合により LINE株式会社所属</li>
<li>2018年 株式会社NOKIOO入社(静岡県浜松市)</li>
<li>2020年 個人事業者として独立 現職</li>
</ul>
<h3>主な活動</h3>
<ul class="no-list-style">
<li><a href="http://yapcasia.org/2012/">YAPC::Asia Tokyo 2012</a>, <a href="http://yapcasia.org/2011/">2011</a> ボランティアスタッフ</li>
<li><a href="http://yapcasia.org/2015/">YAPC::Asia Tokyo 2015</a>, <a href="http://yapcasia.org/2014/">2014</a>, <a href="http://yapcasia.org/2013/">2013</a> コアスタッフ</li>
<li><a href="https://builderscon.io/tokyo/2019">builderscon Tokyo 2019</a> コアスタッフ</li>
<li>地域情報Webサイト<a href="http://hama2.jp">浜松つーしん</a>を運営</li>
</ul>
<h3>主な発表</h3>
<ul>
<li><a href="http://tech.rakuten.co.jp/rtc2010/subject.html">楽天テクノロジーカンファレンス 2010 - インターン生 LT</a></li>
<li><a href="http://www.zusaar.com/event/11397003">多言語化ランディングページとWebフォントを動的にサブセット化するお話 - 第8回若手Webエンジニア交流会 #wakateweb </a></li>
<li><a href="http://yapcasia.org/2014/talk/show/250b85d0-02a0-11e4-9357-07b16aeab6a4">Mojoliciousを使ったwebアプリケーション開発 実践編 - YAPC::Asia Tokyo 2014</a></li>
</ul>
</div>
<div class="col-sm-3 col-xs-12">
<img src="http://30d.jp/img/yapcasia/7/533_large.jpg?undefined"><br>
<small>Photo by <a src="http://30d.jp/yapcasia/7/photo/533">Yapc::Asia 2014 - 30days Album</a></small>
<ul>
<li><a href="http://github.com/torii">Github / torii</a></li>
<li><a href="http://www.facebook.com/yoshimitsu.torii">FaceBook / 鳥居良光</a></li>
<li><a href="http://twitter.com/torii704">Twitter / @torii704</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>