forked from cotes2020/jekyll-theme-chirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
81 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,30 @@ | ||
--- | ||
# the default layout is 'page' | ||
icon: fas fa-info-circle | ||
order: 4 | ||
--- | ||
|
||
## Profile | ||
- Aestera | ||
- Catholic University of Korea | ||
- Member of CAT-Security | ||
- Republic of Korea Navy (ROKN), R.O.K Navy Cyber Operation Center <br> | ||
**White Hacker** studying Cyber Security interested in **Bug Hunting** | ||
|
||
## Awards | ||
- 제2회 모의해킹 경진대회(우리콘) - 4위 | ||
*** | ||
#### **<font color="#00b0f0">Education & Experience</font>** | ||
- **Information, Communications and Electronic Engineering** *<sub>Catholic University of Korea</sub>* | ||
- **R.O.K Navy Cyber Operations Center** *<sub>Republic of Korea Navy</sub>* | ||
|
||
|
||
#### **<font color="#00b0f0">PenTest Works</font>** | ||
- **Korea Catholic University Homepage penetration testing** *<sub>2021.07 ~ </sub>* | ||
- **NCSOFT Web Page PenTest** *<sub>2022.05 ~ 2022.11</sub>* | ||
|
||
|
||
#### **<font color="#00b0f0">Member of</font>** | ||
- **CAT-CERT** *<sub>Catholic University of Korea Computer Emergency Response Team</sub>* | ||
|
||
|
||
#### **<font color="#00b0f0">Activities</font>** | ||
- **HTTP Request Smuggling research** *<sub>2022.10 ~ 2022.11</sub>* | ||
- **2022 클라우드 아이디어 공모전** *<sub>Team. 패트와 매트 / 4th Prize</sub>* | ||
- **2022, 2023 관광데이터 활용 공모전** *<sub>Team. photoplace, OOTT / 4th, 3rd Prize</sub>* | ||
|
||
|
||
#### **<font color="#00b0f0">Awards</font>** | ||
- **WooriBank Contest 2022(WooriCON)** *<sub>Team. White-CAT / 4th Prize</sub>* |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
--- | ||
layout: compress | ||
--- | ||
|
||
<?xml version="1.0" encoding="utf-8"?> | ||
<browserconfig> | ||
<msapplication> | ||
<tile> | ||
<square150x150logo src="{{ '/assets/img/favicons/mstile-150x150.png' | relative_url }}" /> | ||
<TileColor>#da532c</TileColor> | ||
</tile> | ||
</msapplication> | ||
<msapplication> | ||
<tile> | ||
<square150x150logo src="/mstile-150x150.png"/> | ||
<TileColor>#603cba</TileColor> | ||
</tile> | ||
</msapplication> | ||
</browserconfig> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,19 @@ | ||
--- | ||
layout: compress | ||
--- | ||
|
||
{% assign favicon_path = "/assets/img/favicons" | relative_url %} | ||
|
||
{ | ||
"name": "{{ site.title }}", | ||
"short_name": "{{ site.title }}", | ||
"description": "{{ site.description }}", | ||
"icons": [ | ||
{ | ||
"src": "{{ favicon_path }}/android-chrome-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "{{ favicon_path }}/android-chrome-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
}], | ||
"start_url": "{{ '/index.html' | relative_url }}", | ||
"theme_color": "#2a1e6b", | ||
"background_color": "#ffffff", | ||
"display": "fullscreen" | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ | ||
"src": "/android-chrome-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "/android-chrome-384x384.png", | ||
"sizes": "384x384", | ||
"type": "image/png" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} |