Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ gem "dotenv"
gem "github-pages"
gem "jekyll"
gem "jekyll-github-metadata"

gem "webrick", "~> 1.8"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,16 +270,19 @@ GEM
unf_ext
unf_ext (0.0.8.1)
unicode-display_width (1.8.0)
webrick (1.8.1)
zeitwerk (2.5.4)

PLATFORMS
x86_64-darwin-19
x86_64-darwin-21

DEPENDENCIES
dotenv
github-pages
jekyll
jekyll-github-metadata
webrick (~> 1.8)

BUNDLED WITH
2.3.14
31 changes: 15 additions & 16 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Site settings
title: Long Do
description: Personal website powered by Jekyll
baseurl: "" # the subpath of your site, e.g. /blog
title: YoungMin Resume
description: Resume
baseurl: "/resume_temp" # the subpath of your site, e.g. /blog
# url: "localhost:3000" # the base hostname & protocol for your site e.g. https://example.com/
updated: 2021
updated: 2023

lang : ko-KR

# Landing Page
username: Long Do
typing_text: Full Stack Developer
email: long.do234@gmail.com
github_username: longpdo
codepen_username: longpdo
dev_username:
linkedin_username: longpdo
twitter_username:
username: YoungMin CHoi
typing_text: Game Client Developer
email: psymchoi@gmail.com
github_username: richrookie
linkedin_username: youngmin-choi-bs-2405b6208

# About Me Section
show_aboutme_card: true
Expand All @@ -26,21 +25,21 @@ skills_title: Skills
# Timeline Section
show_timeline_card: true
timeline_title: My Journey
cv_download_link: https://github.com/longpdo/Awesome-CV/blob/master/examples/cv.pdf
cv_download_link: https://www.notion.so/73abb5de2f794087839160c22946f1fc

# Projects Section
show_projects_card: true
show_projects: false
projects_title: Things I Have Built
show_os_projects: true
os_projects_title: Things I Contributed To Open Source
os_projects_title: Open Source Projects

# CONTACT SECTION
show_contact_card: true
contact_title: Get In Touch

# Github-Metadata
repository: longpdo/personal-website
repository: richrookie
projects:
# pushed or stars
sort_by: stars
Expand All @@ -52,7 +51,7 @@ projects:

# Google-analytics
google-analytics:
id: "UA-158757509-1"
id: "GTM-PJ2P865S"

plugins:
- "jekyll-github-metadata"
Expand Down
26 changes: 0 additions & 26 deletions _data/skills-backend.yml

This file was deleted.

44 changes: 0 additions & 44 deletions _data/skills-frontend.yml

This file was deleted.

12 changes: 12 additions & 0 deletions _data/skills-languages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# > name: Name of your programming language
# > weight: Describes how good you know the language - values from 1 up to 5
#
# Example of a Language
# - name: Language
# weight: 5

- name: C#
weight: 5

- name: C/C++
weight: 3
5 changes: 5 additions & 0 deletions _data/skills-platform.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- name: Android
weight: 4

- name: iOS
weight: 3
51 changes: 20 additions & 31 deletions _data/skills-tools.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,27 @@
# > name: Name of your Dev Tool
# > weight: Describes how good you know the tool - values from 1 up to 5
#
# Example of a Dev Tool
# - name: Git
# weight: 5

- name: Unity
weight: 4

- name: Git
weight: 4

- name: Zsh
- name: VS Code
weight: 4

- name: Bash
weight: 3

- name: Scrum
weight: 3

- name: Kanban
weight: 2

- name: Jenkins
weight: 2

- name: Chrome DevTools
weight: 3

- name: npm
weight: 3

- name: gulp
weight: 3

- name: Maven

#- name: Unreal Engine4
# weight: 1

- name: iTerm
weight: 2

- name: Github Actions
- name: Homebrew
weight: 2

- name: Docker
- name: XCode
weight: 2

- name: Ansible
weight: 1
77 changes: 29 additions & 48 deletions _data/timeline.yml
Original file line number Diff line number Diff line change
@@ -1,52 +1,33 @@
- title: adorsys
title-url: https://adorsys.de/
date: Sep 2020 - Present
subtitle: Software Developer
tags:
- tag: Angular
- tag: AngularJS
- tag: SpringBoot
- tag: Java
timeline-side: right
# > title: Name of your timeline entry, university or work place
# > title-url: Link to your timeline entry, university or work place
# > date: Time span
# > subtitle: The description under the title
# > tags: List of tags you want to associate with the entry
# > timeline-side: The side on which you want to display the entry: left or right

- title: Digital Tech Summit Hackathon
title-url: https://www.gotechsummit.com/
date: 2019
subtitle: "2nd place - Novartis & Müller Medien Health Challenge."
github: https://github.com/team-ver/face_classification
tags:
- tag: Python
- tag: Keras CNN model
- tag: openCV
- tag: Raspberry Pi
timeline-side: left

- title: adorsys
title-url: https://adorsys.de/
date: Mar 2019 - Aug 2020
subtitle: Software Developer as Working Student
tags:
- tag: Angular
- tag: AngularJS
- tag: Jasmine
- tag: JBoss
- tag: Keycloak
timeline-side: right
# Example of a timeline entry
# - title: airbnb
# title-url: https://example.com/
# date: Sep 2019 - Present
# subtitle: Fullstack Developer
# tags:
# - tag: React
# - tag: Javascript
# - tag: Ruby
# - tag: Rails
# timeline-side: right

- title: Friedrich-Alexander University
title-url: https://www.fau.de/
date: 2018 - 2020
subtitle: M.Sc. Computer Science
- title: A
title-url:
date: 20xx.xx - 20xx.xx (Y M)
subtitle: test
tags:test
timeline-side: left

- title: Friedrich-Alexander University
title-url: https://www.fau.de/
date: 2015 - 2018
subtitle: B.A. Computer Science & Sociology
timeline-side: left

- title: Friedrich-Alexander University
title-url: https://www.fau.de/
date: 2011 - 2015
subtitle: B.Sc. Computer Science

- title: B
title-url:
date: 20xx.xx - 20xx.xx (Y M)
subtitle:
tags:
- tag:
timeline-side: left
11 changes: 8 additions & 3 deletions _includes/landing-page.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<div class="landing">
<div class="landing-logo">
<h1>
<em>L</em>
<em>&nbsp;</em>
<em>Y</em>
<em>&nbsp;</em>
<em>&nbsp;</em>
<em class="planet left">O</em>
<em>U</em>
<em>N</em>
<em>G</em>
<em>&nbsp;</em>
<em>D</em>
<em class="planet right">O</em>
<em class="planet right">M</em>
<em>I</em>
<em>N</em>
</h1>
</div>

Expand Down
18 changes: 10 additions & 8 deletions _includes/section-aboutme.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
<h1 class="title">{{site.about_me_title}}</h1>
<!-- <h1 class="title">{{site.about_me_title}}</h1>
<p class="description" data-aos="fade-down">
👋 Hi, my name is Long Do and I'm from Germany.
👋 Hi, my name is <b>Youngmin Choi</b> and I'm from <b>South Korea</b>.
</p>
<p class="description" data-aos="fade-down">
👨‍💻 I'm a Full Stack Developer with a focus on Front End Development.
👨‍💻 I am a <b>Game Client Developer</b> focusing on <b>Game Design</b> and <b>Development</b>.
</p>
<p class="description" data-aos="fade-down">
💻 I like checking out open source projects and sharing my own code on <a class="highlight-link"
href="https://github.com/longpdo" target="_blank" rel="noreferrer"> Github </a>.
💻 I enjoy learning new skills and sharing my code on <a class="highlight-link"
href="https://github.com/Jpot777" target="_blank" rel="noreferrer"> Github </a>.
</p>
<p class="description" data-aos="fade-down">
👥 I have experience working in agile environments and am a convinced advocate of clean code.
👥 I have experience working in agile environments and am a convinced advocate of clean code.
</p>
<p class="description" data-aos="fade-down">
🤖 I automate repetitive processes on my computer via bash or python scripting.
💪 I am passionate about <b>Dance</b> and plan to create a team to share my videos and my strengths.
</p>
<p class="description" data-aos="fade-down">
📈 I am passionate about investing and I'm planning to share my experiences on a blog later on.
👀 If you are curious about my history, you can check it out through <a class="highlight-link"
href="https://www.notion.so/MY-JOURNEY-73abb5de2f794087839160c22946f1fc?pvs=4" target="_blank" rel="noreferrer"> Notion </a>.
</p>
-->
9 changes: 2 additions & 7 deletions _includes/section-contact.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<h1 class="title">{{site.contact_title}}</h1>
<p class="subtitle">
Although I'm not currently looking for freelance opportunities, feel free to contact
or follow me.
If you are interested in the code of this website, I have shared a
<a class="highlight-link" href="https://longpdo.github.io/neumorphism/" target="_blank" rel="noreferrer">
boilerplate
</a>
version of this without my branding.

If you would like to introduce an interesting technology or share a new one, feel free to contact or follow me.
</p>

<div class="contact-icons">
Expand Down
Loading