-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (55 loc) · 2.35 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>Portfolio of Taka</title>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "jtash6867h");
</script>
</head>
<body>
<header>
<h1>Portfolio of Taka-N</h1>
<p>京都に住む一般大学生です</p>
</header>
<main>
<details>
<summary>プロフィール</summary>
京都に住む大学3回生です。 <br>
情報の院か経済の機械学習の院に進む予定です。<br>
趣味:カラオケ・バド・テニス <br>
好きな食べ物:寿司<br>
</details>
<details>
<summary>競プロ・DS系のプロフィールなど</summary>
<a href="https://atcoder.jp/users/Taka007">AtCoder(Profile)</a> <br>
<a href="https://kenkoooo.com/atcoder/#/user/Taka007?userPageTab=All">AtCoder Problems-Achievement</a> <br>
<a href="https://kenkoooo.com/atcoder/#/user/Taka007?userPageTab=Submissions"> AtCoder Problems-All Submission </a> <br>
<a href="https://github.com/Taka0007">Github</a> <br>
<a href = "https://www.kaggle.com/takahironamatame/competitions">Kaggle </a> <br>
<a href = "https://signate.jp/users/85973"> SIGNATE </a> <br>
<a href = "https://algo-method.com/users/8573-1562"> アルゴ式-マイページ </a> <br>
<a href = "https://taka0007.github.io/Library/">自作ライブラリ</a> <br>
</details>
<details>
<summary>数学メモ</summary>
<a href="math-notes/index.html">数学メモサイト</a> <br>
</details>
<!--
<details>
<summary>ゼミ関連</summary>
<a href="seminar/optimization/index.html">最適化ゼミ</a> <br>
</details>
-->
</main>
<footer>
このサイトは製作途中です。鋭意制作中!!!!!!!<br>
</footer>
</body>
</html>