Skip to content

Commit

Permalink
Edit About.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aest3ra committed Apr 10, 2024
1 parent 6b80aae commit 8ff9dc5
Show file tree
Hide file tree
Showing 12 changed files with 81 additions and 42 deletions.
9 changes: 9 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,13 @@ <h1 data-toc-skip>{{ page.title }}</h1>
<!-- .post-tail-bottom -->
</div>
<!-- div.post-tail-wrapper -->
<script src="https://utteranc.es/client.js"
repo="aest3ra/blog_comments"
issue-term="pathname"
label="Comments"
theme="github-dark"
crossorigin="anonymous"
async>
</script>

</article>
32 changes: 24 additions & 8 deletions _tabs/about.md
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>*
Binary file modified assets/img/favicons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 6 additions & 10 deletions assets/img/favicons/browserconfig.xml
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>
Binary file modified assets/img/favicons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicons/favicon.ico
Binary file not shown.
Binary file removed assets/img/favicons/mstile-150x150.png
Binary file not shown.
25 changes: 25 additions & 0 deletions assets/img/favicons/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 17 additions & 24 deletions assets/img/favicons/site.webmanifest
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"
}

0 comments on commit 8ff9dc5

Please sign in to comment.