-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
376 lines (363 loc) · 14.9 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>WoodMan</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Personal profile of WoodMan, a wood from Taiwan who loves writing codes." />
<meta property="og:url" content="https://woodman.tw" />
<meta property="og:title" content="WoodMan" />
<meta property="og:image" content="https://www.gravatar.com/avatar/c571a98a7ebe76049c2a385da6d8ae0e?s=512" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Personal profile of WoodMan, a wood from Taiwan who loves writing codes." />
<link rel="icon" type="image/png" href="assets/favicon.png" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.min.css" rel="stylesheet"
type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script src="https://code.iconify.design/1/1.0.3/iconify.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162031144-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162031144-2');
</script>
</head>
<body>
<header id="about-wrapper" class="page about-wrapper">
<div class="about-outer">
<div class="about-inner">
<img class="avatar" alt=""
src="https://www.gravatar.com/avatar/c571a98a7ebe76049c2a385da6d8ae0e?s=512" />
<h1>WoodMan</h1>
<p class="links">
<a href="https://blog.lce-lab.dev/"><button class="button">LCE Blog</button></a>
</p>
<!-- 由 mmis1000 製作-->
<p class="cursor target">
HI! i'm WoodMan,
<!-- $setTypeInterval 500 -->
<!-- $setTypeInterval 50 --> a wood from Taiwan who loves writing codes.
<!-- $delay 2000 -->
<!-- $clear -->
<!-- $type I like to research and learn new technologies. -->
<!-- $delay 2000 -->
<!-- $clear -->
<!-- $type Currently a staff and programmer of OKTW. -->
<!-- $delay 2000 -->
<!-- $clear -->
<!-- $type Mainly responsible for plug-in development, front-end development and CI/CD maintenance in OKTW. -->
<!-- $delay 2500 -->
<!-- $reset -->
</p>
<button class="control play hide"></button>
</div>
</div>
</header>
<section id="learning" class="page learning">
<h2>Skill</h2>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="healthicons:malaria-testing" data-inline="false"></span>
<h3>Penetration Testing</h3>
<p class="text">
With years of experience and successful RCE.
</p>
<div class="progress" style="width: 60%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="simple-icons:hackaday" style="color: #ff2600" data-inline="false"></span>
<h3>RedTeam</h3>
<p class="text">
Experienced in recon and successfully accessing internal networks.
</p>
<div class="progress" style="width: 30%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="jam:refresh-reverse" data-inline="false"></span>
<h3>Reverse Engineering</h3>
<p class="text">
Competitive experience with basic skills.
</p>
<div class="progress" style="width: 20%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="game-icons:earth-crack" data-inline="false"></span>
<h3>Pwn</h3>
<p class="text">
Competitive experience with basic skills.
</p>
<div class="progress" style="width: 20%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<div class="js-icon"></div>
<h3>JavaScript</h3>
<p class="text">
Main programming languages with years of development experience.
</p>
<div class="progress" style="width: 80%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="logos:nodejs" data-inline="false"></span>
<h3>Node.js</h3>
<p class="text">
Main programming languages with years of development experience.
</p>
<div class="progress" style="width: 80%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="logos:python" data-inline="false"></span>
<h3>Python</h3>
<p class="text">
Secondary programming languages with years of development experience.
</p>
<div class="progress" style="width: 80%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="logos:kotlin" data-inline="false"></span>
<h3>Kotlin</h3>
<p class="text">
Programming languages for plugin development with basic skills.
</p>
<div class="progress" style="width: 30%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="logos-vue" data-inline="false"></span>
<h3>Vue.js</h3>
<p class="text">
Frontend web development languages with basic skills.
</p>
<div class="progress" style="width: 40%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="logos-mongodb" data-inline="false"></span>
<h3>MongoDB</h3>
<p class="text">
Main database used with several years of experience.
</p>
<div class="progress" style="width: 70%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="logos:docker" data-inline="false"></span>
<h3>Docker</h3>
<p class="text">
Several years of experience with practical application in large projects.
</p>
<div class="progress" style="width: 80%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="logos:git" data-inline="false"></span>
<h3>Git</h3>
<p class="text">
Several years of experience.
</p>
<div class="progress" style="width: 50%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="ic:baseline-all-inclusive" data-inline="false"></span>
<h3>CI / CD</h3>
<p class="text">
Several years of experience.
</p>
<div class="progress" style="width: 70%;"></div>
</div>
</section>
<section class="skill">
<div class="skill-inner">
<span class="iconify" data-icon="flat-color-icons:linux" data-inline="false"></span>
<h3>Linux</h3>
<p class="text">
Main system used with several years of experience.
</p>
<div class="progress" style="width: 80%;"></div>
</div>
</section>
</section>
<section id="works" class="page works">
<h2>Works</h2>
<section class="work">
<a href="https://blog.lce-lab.dev">
<div class="work-inner">
<div class="foreground">
<ul>
<li>Hexo</li>
<li>CloudFlare Pages</li>
</ul>
</div>
<img alt="" src="./assets/workimg/blog-lce-lab.webp">
<h3>LCE-Lab</h3>
<p class="text">
LCE-Lab blog website.
</p>
</div>
</a>
</section>
<section class="work">
<a href="https://analysis.woodman.tw">
<div class="work-inner">
<div class="foreground">
<ul>
<li>JavaScript</li>
<li>Vue.js</li>
<li>Axios</li>
</ul>
</div>
<img alt="" src="./assets/workimg/analysis_web.webp">
<h3>Analysis Bot Website</h3>
<p class="text">
Analysis discord voice online status.
</p>
</div>
</a>
</section>
<section class="work">
<a href="https://github.com/WoodManGitHub/Analysis_Bot">
<div class="work-inner">
<div class="foreground">
<ul>
<li>TypeScript</li>
<li>Express.js</li>
<li>MongoDB</li>
</ul>
</div>
<img alt="" src="./assets/workimg/analysis_bot.webp">
<h3>Analysis Bot</h3>
<p class="text">
Record discord voice online status and web backend.
</p>
</div>
</a>
</section>
<section class="work">
<a href="https://github.com/WoodManGitHub/MyWeb">
<div class="work-inner">
<div class="foreground">
<ul>
<li>JavaScript</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
<img alt="" src="./assets/workimg/website.webp">
<h3>Website</h3>
<p class="text">
About me <br>
You are currently watching this.
</p>
</div>
</a>
</section>
<section class="work">
<a href="https://github.com/OKTW-Network/Live">
<div class="work-inner">
<div class="foreground">
<ul>
<li>JavaScript</li>
<li>Vue.js</li>
</ul>
</div>
<img alt="" src="./assets/workimg/oktw_live_records.webp">
<h3>OKTW Live Records Site</h3>
<p class="text">
Contributions: Function development.
</p>
</div>
</a>
</section>
<section class="work">
<a href="https://github.com/jimchen5209/PixivWallpaperHelper">
<div class="work-inner">
<div class="foreground">
<ul>
<li>C#</li>
</ul>
</div>
<img alt="" src="./assets/workimg/pixivwallpaperhelper.webp">
<h3>Pixiv Wallpaper Helper</h3>
<p class="text">
Contributions: Idea provision <br>
Pixiv function development.
</p>
</div>
</a>
</section>
<section class="work">
<a href="https://github.com/OKTW-Network">
<div class="work-inner">
<div class="foreground">
<ul>
<li>Java</li>
<li>Kotlin</li>
<li>CI/CD</li>
</ul>
</div>
<img alt="" src="./assets/workimg/ON.webp">
<h3>OKTW - Contributor</h3>
<p class="text">
Contributions: Plug-in, CI/CD <br>
development and maintenance
</p>
</div>
</a>
</section>
</section>
<section id="contact" class="page contact">
<h2>Contact</h2>
<section class="contact-method github">
<h3>
<a href="https://github.com/WoodManGitHub">
<span class="iconify" data-icon="octicon:mark-github" data-inline="false"></span>
<br>
GitHub
</a>
</h3>
</section>
</section>
<footer id="copyright" class="page footer copyright">
<h3>About this page</h3>
<p>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
<img alt="創用 CC 授權條款" style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png">
</a>
<br>
除另有註明,網站之內容皆由
<a class="link" rel="author" href="https://woodman.tw">
WoodMan
</a>
製作,以
<a class="link" rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
創用CC 姓名標示-相同方式分享 4.0 國際授權條款
</a>
釋出。
</p>
</footer>
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
<script src="js/index.js"></script>
</body>
</html>