-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
50 lines (50 loc) · 1.66 KB
/
test.html
File metadata and controls
50 lines (50 loc) · 1.66 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
<div>
<div>
<h2>About Me</h2>
<h3>はじめまして、Latte72 です。</h3>
<p>主に Python、C/C++、JavaScript を使って開発しています。</p>
<p>最近は <span style="color: #FF0000;">自作OS</span> や <span style="color: #007F00;">自作コンパイラ</span> の開発と <span
style="color: #7F007F;">Deep
Learning</span>
に興味があります。</p>
<p>ポートフォリオは<a href="./index.html">こちら</a>からもご覧いただけます。</p>
<h3>所属</h3>
<p>慶應義塾大学理工学部</p>
<p>慶應義塾大学公認サークル <span style="font-style: italic;">Computer Society</span></p>
</div>
<div style="font-size: 120%;">
<h2>Skills</h2>
<ul>
<li>
<p>Python / C / C++</p>
</li>
<li>
<p>HTML / CSS / JavaScript</p>
</li>
<li>
<p>Visual Basic for Applications</p>
</li>
<li>
<p>Windows / Linux / WSL</p>
</li>
</ul>
</div>
<div>
<h2>Interests</h2>
<ul>
<li>
<p>自作OS / 自作コンパイラ / 自作ブラウザ</p>
</li>
<li>
<p>自然言語処理 / 生成AI / Deep Learning / 画像認識 / 汎用AI</p>
</li>
<li>
<p>Webフロントエンド / React / Next.js</p>
</li>
</ul>
</div>
<div>
<br>
<p><em>(c) 2024 Latte72. All rights reserved.</em></p>
</div>
</div>