Skip to content

Commit 7180acc

Browse files
committed
Updates
0 parents  commit 7180acc

File tree

91 files changed

+792
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+792
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
_site
2+
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor
6+
Gemfile.lock

404.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Redirecting…</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<script>
8+
(function () {
9+
var locationRef = window.location;
10+
var pathSegments = locationRef.pathname.split("/").filter(Boolean);
11+
var isGithubHost = locationRef.hostname.endsWith(".github.io");
12+
var keepFirstSegment = isGithubHost && pathSegments.length > 1;
13+
14+
var basePath = keepFirstSegment ? "/" + pathSegments[0] : "";
15+
var routePath = keepFirstSegment
16+
? "/" + pathSegments.slice(1).join("/")
17+
: locationRef.pathname;
18+
19+
if (!routePath || routePath === "") {
20+
routePath = "/";
21+
}
22+
23+
var fullRoute = routePath + (locationRef.search || "") + (locationRef.hash || "");
24+
var redirectTarget =
25+
basePath + "/?__gh_path__=" + encodeURIComponent(fullRoute);
26+
27+
window.location.replace(redirectTarget);
28+
})();
29+
</script>
30+
</head>
31+
<body></body>
32+
</html>

assets/20231227_2-Bl5DtuCe.jpg

475 KB
Loading

assets/20240222-DGW3Echr.jpg

2.52 MB
Loading

assets/20240826_1-B9KiNxv8.jpg

1.01 MB
Loading

assets/20241127-CxZK_8JH.jpg

1.58 MB
Loading

assets/ContactPage-D13wkXix.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/ContactPage-DXbdDQlp.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/Donggun Lee-4kTHaadk.png

162 KB
Loading

assets/Donghyun Kim-P9ChYuEh.jpg

295 KB
Loading

0 commit comments

Comments
 (0)