-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_me.html
103 lines (103 loc) · 2.92 KB
/
about_me.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>我是誰 About Me</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<main class="container-sm col-md-8 col-lg-7 col-xl-6">
<div class="row">
<div class="col">
<h1>
# 我是誰 About Me
</h1>
<small>
資工人、開源人,夢想成為偏鄉教育者。<br>
飛機迷、貨櫃控、小七重度成癮者。<br>
</small>
<small>
Me = CSIE-mad + open-source-mad + aircraft-mad + *container*-mad + 7-11-mad. <br>
Dream to be a mentor in countryside.<br>
</small>
</div>
</div>
<div class="row">
<div class="col">
<h2>## 基本資料 Less Info</h2>
<p>
李喬安/Samuel C.A. Lee/CA-Lee,你可以叫我 ca-lee。2002 年生,男性。現在就讀於臺灣科技大學資訊工程系。喜歡紳士貓。
</p>
<p>
I'm Ciao-An Lee, you can call me Samuel or "calee". I was born in 2002 A.D., as a male. I'm studying bachelor's degree of computer science and information engineering in the NTUST (a.k.a Taiwan-Tech). I like Tuxedo cats.
</p>
</div>
</div>
<div class="row">
<div class="col">
<h2>## 技能 Skills</h2>
<ul>
<!--TODO: sort-->
<li>English</li>
<li>Python (Flask, FastAPI)</li>
<li>C (Arduino)</li>
<li>Linux</li>
<li>Chatbot</li>
<li>Git</li>
<li>GCP</li>
<li>Markdown</li>
</ul>
</div>
</div>
<div class="row">
<div class="col">
<h2>## 作品 Works</h2>
<ul>
<li>
<a href="https://github.com/CA-Lee/MyNTUST">MyNTUST</a>
</li>
<li>
<a href="https://github.com/CA-Lee/2019-nCoV_annos_TW">Collection of 2019-nCoV Posters in Taiwan</a>
</li>
<li>
<a href="https://github.com/CA-Lee/kiwawa">kiwawa</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col">
<h2>
## 帳號 Accounts
</h2>
<ul>
<li>
<a href="https://github.com/CA-Lee">GitHub</a>
</li>
<li>
<a href="https://hackmd.io/@CA-Lee">HackMD</a>
</li>
<li>
<a href="https://twitter.com/Samuel_CA_Lee">Twitter</a>
</li>
<li>
<a href="https://www.instagram.com/samuel_ca_lee/">Instagram</a>
</li>
<li>
<a href="https://t.me/Samuel_CA_Lee">Telegram</a>
</li>
<li>
<a href="mailto://email@calee.tw">E-mail</a>
</li>
</ul>
</div>
</div>
</main>
</body>