Skip to content

Commit a40ef4e

Browse files
committed
Initial commit
0 parents  commit a40ef4e

6 files changed

+122
-0
lines changed

PITCHME.css

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.tech-stack {
2+
font-size: 0.6em !important;
3+
}
4+
5+
.project-desc {
6+
font-size: 0.7em !important;
7+
}
8+
9+
.project-comments {
10+
width: 100% !important;
11+
font-size: 0.5em !important;
12+
}
13+
14+
.reveal section img {
15+
border: 0;
16+
box-shadow: none;
17+
}

PITCHME.md

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Who am I?
2+
3+
### 20193052 Kangsu Kim (GSIS)
4+
5+
---
6+
7+
## Kangsu Kim
8+
9+
BS in Creative IT Engineering (POSTECH)
10+
11+
Interested in **almost all** security stuffs.
12+
13+
---
14+
15+
## What can I do?
16+
17+
![quadrant](quadrant_1.png)
18+
19+
---
20+
21+
## What can I do?
22+
23+
![quadrant](quadrant_2.png)
24+
25+
---
26+
27+
# Projects
28+
29+
---
30+
31+
## Interactive Projector
32+
33+
@css[tech-stack](**C#**, WinForms, Embedded Systems)
34+
35+
@css[project-desc](Camera attached projector with gesture control and screen manipulation with markers)
36+
37+
---
38+
39+
## xWorkspace
40+
41+
@css[tech-stack](**C#**, gRPC)
42+
43+
@css[project-desc](Shared Experience Platform based on Distributed Synchronization)
44+
45+
---
46+
47+
## study.plus.or.kr
48+
49+
@css[tech-stack](**Python**, **Django**)
50+
51+
@css[project-desc](Wargame / CTF platform for studying hacking techniques)
52+
53+
@snap[south project-comments]
54+
Real instance running on: https://study.plus.or.kr<br>
55+
This is an open source project, see: https://github.com/PLUS-POSTECH/study.plus.or.kr
56+
@snapend
57+
58+
---
59+
60+
## Owl
61+
62+
@css[tech-stack](**Rust**)
63+
64+
@css[project-desc](Exploit management tool for attack and defense hacking competitions)
65+
66+
@snap[south project-comments]
67+
This is an open source project, see: https://github.com/PLUS-POSTECH/Owl
68+
@snapend
69+
70+
---
71+
72+
## Soma
73+
74+
@css[tech-stack](**Rust**, **Docker**)
75+
76+
@css[project-desc](Your one-stop CTF problem management tool)
77+
78+
@snap[south project-comments]
79+
This is an open source project, see https://github.com/PLUS-POSTECH/Soma
80+
@snapend

PITCHME.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#
2+
# Original from "GitPitch Demo Deck (https://raw.githubusercontent.com/gitpitch/demo-deck/master/PITCHME.yaml)"
3+
# Modified by Kangsu Kim
4+
#
5+
6+
#
7+
# Theme Setting
8+
# Doc: https://gitpitch.com/docs/settings/theme
9+
#
10+
theme : simple
11+
12+
#
13+
# Theme-Override Setting
14+
# Doc: https://gitpitch.com/docs/settings/custom-theme
15+
#
16+
theme-override : PITCHME.css
17+
18+
#
19+
# Layout Setting
20+
# Doc: https://gitpitch.com/docs/settings/layout
21+
#
22+
layout : center

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Show your skills
2+
3+
This is a [GitPitch](https://gitpitch.com) repository to present my skills for activity 2 of [IS521](https://github.com/KAIST-IS521) course.

quadrant_1.png

31.2 KB
Loading

quadrant_2.png

31.3 KB
Loading

0 commit comments

Comments
 (0)