Skip to content

Commit

Permalink
dev ko -> ko
Browse files Browse the repository at this point in the history
  • Loading branch information
kenu committed Jan 6, 2025
1 parent f3fc3e2 commit f6c4ce4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion web/public/css/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

body {
font-family: 'Pretendard SemiBold', 'Arial', sans-serif;
font-family: 'Verdana', sans-serif;
margin: 0;
background-color: ivory;
}

h1 {
Expand Down
8 changes: 4 additions & 4 deletions web/views/admin/channel.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<aside class="github">
<span class="k"> | <a href="/admin?c=kpop" alt="kpop">kpop</a>
| <a href="/admin?c=food" alt="food">food</a> |</span>
<a href="/admin" alt="korean">dev ko</a> |
<a href="/admin?c=dev&l=en" alt="english">dev en</a>
<a href="/admin" alt="korean">ko</a> |
<a href="/admin?c=dev&l=en" alt="english">en</a>
<a href="https://github.com/kenu/odevtube" target="_blank">
<img src="/images/github-mark.svg" class="github-logo" alt="fork in github"></a>
</aside>
Expand All @@ -34,8 +34,8 @@
<section>
<input type="text" id="channelId" name="channelId" placeholder="channel id or @handle" value="">
<select id="lang" name="lang" value="ko">
<option value="ko">dev ko</option>
<option value="en">dev en</option>
<option value="ko">ko</option>
<option value="en">en</option>
</select>
<select id="category" name="category" value="dev">
<option value="dev">dev</option>
Expand Down
4 changes: 2 additions & 2 deletions web/views/admin/video.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<aside class="github">
<span class="k"> | <a href="/admin?c=kpop" title="">kpop</a>
| <a href="/admin?c=food" title="">food</a> |</span>
<a href="/admin" title="korean">dev ko</a> |
<a href="/admin?c=dev&l=en" title="english">dev en</a>
<a href="/admin" title="korean">ko</a> |
<a href="/admin?c=dev&l=en" title="english">en</a>
<a href="https://github.com/kenu/odevtube" target="_blank">
<img src="/images/github-mark.svg" class="github-logo" alt="fork in github"></a>
</aside>
Expand Down
4 changes: 2 additions & 2 deletions web/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<aside aria-label="menu">
| <a href="/kpop" alt="kpop">kpop</a>
| <a href="/food" alt="food">food</a>
| <a href="/" alt="korean">dev ko</a>
| <a href="/en" alt="english">dev en</a>
| <a href="/" alt="korean">ko</a>
| <a href="/en" alt="english">en</a>
</aside>
</nav>

Expand Down

0 comments on commit f6c4ce4

Please sign in to comment.