Skip to content

Commit

Permalink
create post
Browse files Browse the repository at this point in the history
  • Loading branch information
e6d1fe committed Feb 27, 2024
1 parent 991eb66 commit 1d11fca
Show file tree
Hide file tree
Showing 16 changed files with 1,379 additions and 0 deletions.
25 changes: 25 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
+++
title = 'About this blog'
date = 2024-02-27T16:54:26+09:00
draft = false
author = 'Sehyun'
comments = true
readingTime = true
+++

### Hi! My name is Sehyun.

I'm an undergrad student at Yonsei University in Seoul, South Korea.
I'm a CTM (Creative Technology Management) major, which is a combination of IT and management studies.

I mainly study frontend web development, and I'm interested in the following topics:

![HTML](https://img.shields.io/badge/HTML5-e34f26?style=flat&logo=html5&logoColor=white")
![CSS](https://img.shields.io/badge/CSS3-1572b6?style=flat&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-f0db4f?style=flat&logo=javascript&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-3178c6?style=flat&logo=typescript&logoColor=white)
![React](https://img.shields.io/badge/React-61dbfb?style=flat&logo=react&logoColor=white)
![Flutter](https://img.shields.io/badge/Flutter-02569B?style=flat&logo=Flutter&logoColor=white)
![Dart](https://img.shields.io/badge/Dart-0175C2?style=flat&logo=dart&logoColor=white)

You can reach me via [email](mailto:chem.x.1215@gmail.com).
178 changes: 178 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'><meta name='description' content='consistency'>
<title>404 Page not found</title>

<link rel='canonical' href='https://e6d1fe.github.io/e6d1fe-blog/404.html'>

<link rel="stylesheet" href="/e6d1fe-blog/scss/style.min.abbd69b2908fdfcd5179898beaafd374514a86538d81639ddd2c58c06ae54e40.css"><meta property='og:title' content='404 Page not found'>
<meta property='og:description' content='consistency'>
<meta property='og:url' content='https://e6d1fe.github.io/e6d1fe-blog/404.html'>
<meta property='og:site_name' content='e6d1fe'>
<meta property='og:type' content='website'>
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="consistency">
</head>
<body class="">
<script>
(function() {
const colorSchemeKey = 'StackColorScheme';
if(!localStorage.getItem(colorSchemeKey)){
localStorage.setItem(colorSchemeKey, "auto");
}
})();
</script><script>
(function() {
const colorSchemeKey = 'StackColorScheme';
const colorSchemeItem = localStorage.getItem(colorSchemeKey);
const supportDarkMode = window.matchMedia('(prefers-color-scheme: dark)').matches === true;

if (colorSchemeItem == 'dark' || colorSchemeItem === 'auto' && supportDarkMode) {


document.documentElement.dataset.scheme = 'dark';
} else {
document.documentElement.dataset.scheme = 'light';
}
})();
</script>
<div class="container main-container flex on-phone--column compact"><aside class="sidebar left-sidebar sticky ">
<button class="hamburger hamburger--spin" type="button" id="toggle-menu" aria-label="Toggle Menu">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>

<header>


<figure class="site-avatar">
<a href="/e6d1fe-blog/">





<img src="/e6d1fe-blog/img/avatar_hu9e43a8d0731b540d095c1e39a9ac6a29_94516_300x0_resize_q75_box.jpeg" width="300"
height="300" class="site-logo" loading="lazy" alt="Avatar">


</a>

<span class="emoji">🏡</span>

</figure>



<div class="site-meta">
<h1 class="site-name"><a href="/e6d1fe-blog">e6d1fe</a></h1>
<h2 class="site-description">consistency</h2>
</div>
</header><ol class="social-menu">

<li>
<a
href='https://github.com/e6d1fe'
target="_blank"

rel="me"
>


<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" />
<path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" />
</svg>




</a>
</li>

</ol><ol class="menu" id="main-menu">



<li >
<a href='/e6d1fe-blog/' >



<span>Home</span>
</a>
</li>


<div class="menu-bottom-section">


<li id="dark-mode-toggle">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-toggle-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="8" cy="12" r="2" />
<rect x="2" y="6" width="20" height="12" rx="6" />
</svg>



<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-toggle-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="16" cy="12" r="2" />
<rect x="2" y="6" width="20" height="12" rx="6" />
</svg>



<span>Dark Mode</span>
</li>

</div>
</ol>
</aside>

<main class="main full-width">
<div class="not-found-card">
<h1 class="article-title">Not Found</h1>
<h2 class="article-subtitle">This page does not exist</h2>
</div>
<footer class="site-footer">
<section class="copyright">
&copy;

2024 e6d1fe
</section>

<section class="powerby">

Maintained with 🤍 <br/>
Built with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> <br />
Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener" data-version="3.22.0">Stack</a></b> designed by <a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a>
</section>
</footer>


</main>
</div>
<script
src="https://cdn.jsdelivr.net/npm/node-vibrant@3.1.6/dist/vibrant.min.js"integrity="sha256-awcR2jno4kI5X0zL8ex0vi2z&#43;KMkF24hUW8WePSA9HM="crossorigin="anonymous"

>
</script><script type="text/javascript" src="/e6d1fe-blog/ts/main.js" defer></script>
<script>
(function () {
const customFont = document.createElement('link');
customFont.href = "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap";

customFont.type = "text/css";
customFont.rel = "stylesheet";

document.head.appendChild(customFont);
}());
</script>

</body>
</html>
Loading

0 comments on commit 1d11fca

Please sign in to comment.