-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add about.md feat: Add about.md feat: Add about.md Revert "feat: Add about.md" This reverts commit 6450c7c. fix: Modify blog title fix: Bug on About page & Modify header.html fix: Add about.md code in for fix: Modify _config.yml header_pages fix: Modify _config.yml header_pages feat: ADd layout for about fix: Add about page layout fix: Edit about.md file layout fix: Edit about.md file layout fix: Edit about.md file layout fix: Edit about.md file layout
- Loading branch information
Showing
7 changed files
with
183 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<style> | ||
.embed-container { | ||
position: relative; | ||
padding-bottom: 56.25%; | ||
height: 0; | ||
overflow: hidden; | ||
max-width: 100%; | ||
} | ||
.embed-container iframe, | ||
.embed-container object, | ||
.embed-container embed { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
</style> | ||
|
||
<div class="embed-container"> | ||
<iframe | ||
src="https://www.youtube.com/embed/{{ include.id }}" | ||
frameborder="0" | ||
allowfullscreen="" | ||
onclick="ga('send', 'event', 'post', 'click', 'youtubePlayer');" | ||
> | ||
</iframe> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
layout: post | ||
layout: aboutlayouts | ||
hidden: | ||
- header | ||
- navigator | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
--- | ||
layout: framework | ||
banner: | ||
banner_html: post-header.html | ||
hidden: [] | ||
<!-- sidebar: | ||
- article-menu --> | ||
--- | ||
|
||
<div class="post"> | ||
<section> | ||
{%- assign name = 'banner' -%} {%- include functions.html func='get_value' | ||
-%} {%- assign banner = return -%} {%- assign name = 'hidden' -%} {%- | ||
include functions.html func='get_value' -%} {%- assign hidden = return -%} | ||
{%- assign result = hidden | where_exp: "item", "item == 'header'" -%} {%- | ||
if banner == nil and result.size == 0 -%} {%- include views/post-header.html | ||
-%} {%- endif -%} {%- include views/article.html -%} {%- assign result = | ||
hidden | where_exp: "item", "item == 'navigator'" -%} {%- if result.size == | ||
0 -%} | ||
<div class="post-nav"> | ||
{%- if page.previous -%} | ||
<a | ||
class="previous" | ||
href="{{ page.previous.url | relative_url }}" | ||
title="{{ | ||
page.previous.title | escape }}" | ||
>{{ page.previous.title | escape | truncatewords: 6 }}</a | ||
> | ||
{%- else -%} | ||
<span></span> | ||
{%- endif -%} {%- if page.next -%} | ||
<a | ||
class="next" | ||
href="{{ page.next.url | relative_url }}" | ||
title="{{ page.next.title | escape }}" | ||
>{{ page.next.title | escape | truncatewords: 6 }}</a | ||
> | ||
{%- else -%} | ||
<span></span> | ||
{%- endif -%} | ||
</div> | ||
{%- endif -%} {%- assign result = hidden | where_exp: "item", "item == | ||
'related_posts'" -%} {%- if result.size == 0 -%} | ||
<div class="post-related"> | ||
<div>Related Articles</div> | ||
<ul> | ||
{% assign posts = site[page.collection] | sample:4 %} {%- for post in | ||
posts -%} {%- assign post_item_class = "" -%} {%- if post.top -%} {%- | ||
assign post_item_class = "top-post" -%} {%- endif -%} | ||
<li class="{{ post_item_class }}"> | ||
<a | ||
class="post-link" | ||
href="{{ post.url | relative_url }}" | ||
title="{{ post.title | escape }}" | ||
> | ||
{{ post.title | escape | truncatewords: 12 }} {%- include | ||
views/post-badges.html -%} | ||
</a> | ||
</li> | ||
{%- endfor -%} | ||
</ul> | ||
</div> | ||
{%- endif -%} {%- assign result = hidden | where_exp: "item", "item == | ||
'comments'" -%} {%- if result.size == 0 -%} | ||
<div class="post-comments"> | ||
{%- if page.comments != false -%} {%- if site.disqus.shortname -%} {%- | ||
include extensions/comments/disqus.html -%} {%- endif -%} {%- if | ||
site.gitment.username -%} {%- include extensions/comments/gitment.html -%} | ||
{%- endif -%} {%- if site.utterances.repo -%} {%- include | ||
extensions/comments/utterances.html -%} {%- endif -%} {%- endif -%} | ||
</div> | ||
{%- endif -%} | ||
</section> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
--- | ||
layout: about | ||
title: About | ||
--- | ||
|
||
## <span style="color:#6BD600">What we do</span> | ||
|
||
## **Kernel360์ <span style="color:#6BD600">{ํต์ฌ}</span>์ ๊ณ ๋ฏผํฉ๋๋ค.** | ||
|
||
<div style = "float: right;"> | ||
<img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/about/about.png" width="350px" alt="sample image"> | ||
</div> | ||
|
||
์ฐ๋ฆฌ์ ๋ชฉํ๋ ๋จ์ํ '์ทจ์ '์ด ์๋๋๋ค. <br> ๋ง์ ๊ฐ๋ฐ์ ์์ฑ ๊ต์ก์์ ์ทจ์ ๋ง์ ๋ชฉํ๋ก ํ๋ฉฐ 'ํต์ฌ'์ ๋์น๋ ๊ฒฝ์ฐ๊ฐ ์์ต๋๋ค. <br> ๊ทธ๋ ๊ฒ ํ์ฅ์ ๋ฐฐ์ถ๋ ๊ฐ๋ฐ์๋ค์ ๋๋ถ๋ถ ๊ธ๋ฐฉ ํ๊ณ์ ์ง๋ฉดํ๊ฒ ๋ฉ๋๋ค. <br> ์๋ํ๋ฉด ๊ฐ๋ฐ์๋ผ๋ ์ง์ ์ ์ด ์ง๊ตฌ์์ ๊ฐ์ฅ ๋ณํ๊ฐ ๋น ๋ฅด๊ณ ๋ง์ ํ์ต์ด ํ์ํ๊ธฐ ๋๋ฌธ์ด์ฃ . | ||
|
||
## **๋น์ ์ <span style="color:#6BD600">{๋ฌดํํ ์ ์ฌ๋ ฅ์ ํ์ถ}</span>ํ ์ ์๋๋ก.** | ||
|
||
์ผ์ ์ฆ๊ธฐ๋ฉด์ ํ๊ณ์์ด ์ฑ์ฅํ๋ ๊ฐ๋ฐ์๊ฐ ๋๊ธฐ ์ํด์๋ ํ์ฌ ์ธ๊ธฐ์๋ ์ธ์ด๋ ํ๋ ์์ํฌ๋ฅผ ์๋ ๊ฒ๋ณด๋ค ์ด๋ค ์ธ์ด๋ฅผ ์ฌ์ฉํ๋ ๋น ๋ฅด๊ฒ ์ ์ํ ์ ์๋ ๊ฐ๋ฐ์ ๊ทผ๋ณธ ์ฆ, 'ํต์ฌ'์ ๋ช ํํ ์ดํดํ๋ ๊ฒ์ด ์ค์ํฉ๋๋ค. | ||
|
||
Kernel360์์๋ ํ์ฌ์ ๊ฐ์ ํ ๊ทธ๋ฆฌ๊ณ ํ์ฅ์์์ ๊ฐ์ ์์ค์ ํ๋ก์ ํธ๋ฅผ ํตํด ๊ธฐํ, ๊ตฌํ, ๋ฐฐํฌ, ์ด์๊น์ง์ ๊ฒฝํ๊ณผ ํ์ํ ์ง์์ ์ฐํ ํ์ ํ๊ฒฝ์์ ๋ฐฐ์๋๋ค. ๊ทธ๋ฆฌ๊ณ ๋ชจ๋ ๊ณผ์ ์์ ๋ช ํํ ๋ฐฉํฅ์ ์ก๋๋ก | ||
๋์์ค ์ฌ๋ฌ๋ถ๋ค์ ์ฌ์์ธ ๋๋ ํฐ์ ๋ฉํ ๋ค์ด ํจ๊ปํ์ฃ . | ||
|
||
**๋ง์ฝ ์ด๋์์ ๊ฐ <span style="color:#6BD600">{ํ๊ณ}</span>๋ฅผ ๋๊ผ๋ค๋ฉด, <span style="color:#6BD600">{ํต์ฌ}</span>์ ์ดํดํ๋ฉฐ ๋ฌดํํ ์ฑ์ฅํ ์ ์๋ Kernel360๊ณผ ํจ๊ปํ์ธ์.** | ||
|
||
<br> | ||
|
||
--- | ||
|
||
<br> | ||
|
||
## {% include youtubePlayer.html id="rrl_V_9EDtI" %} | ||
|
||
--- | ||
|
||
## **๊ฐ๋ฅด์น์ง ์์ต๋๋ค. <br>์ค์ค๋ก ์ฑ์ฅํ ์ ์๋ <span style="color:#6BD600">{ํ๊ฒฝ}</span>์ ์ ๊ณตํฉ๋๋ค.** | ||
|
||
ํ์๋ค์ ์๊ธฐ์ฃผ๋์ ํ์ต์ ๊ฐ์กฐํ๋ฉฐ ๋ ๋ฆฝ์ ์ผ๋ก ๋ฌธ์ ๋ฅผ ์ ์ํ๊ณ ํด๊ฒฐํด๋๊ฐ๋ ๋ฅ๋ ฅ์ ๊ธฐ๋ฅผ ์ ์๋ ํ๊ฒฝ์ ์ ๊ณตํฉ๋๋ค.๋๋ ํฐ๋ ํจ๊ปํ์ฌ ํ์๋ค์ด ๋ฌธ์ ๋ฅผ ํด๊ฒฐํ ์ ์๋๋ก ์ง์นจ๊ณผ ํผ๋๋ฐฑ์ ์ ๊ณตํ๋ฉฐ์ด๋ฌํ ์ง์์ ํตํด ํ์๋ค์ด | ||
์์ ์ ํ์ต์ ์ฃผ๋ํ๊ณ ์ฑ์ฅํ ์ ์๋๋ก ๋์์ค๋๋ค. | ||
|
||
## **๊ฒฝ์ํ์ง ์์ต๋๋ค. <br>๊ฒฐ๊ณผ๋ฌผ๋ณด๋ค <span style="color:#6BD600">{๊ณผ์ }</span>์ ์ง์คํฉ๋๋ค.** | ||
|
||
๋๊ฐ ๋ ์ข์ ์ฝ๋๋ฅผ ์งฐ๋๊ฐ, ๋๊ฐ ๋ ์์ฑ๋ ๋์ ํ๋ก์ ํธ๋ฅผ ํ๋๊ฐ๋ณด๋ค๋,๊ณต๋์ ๋ชฉํ๋ฅผ ๊ฐ์ง ๋๋ฃ๋ค๊ณผ ํผ์ด ๋ฆฌ๋ทฐ์ ํ ๋ก , ํ๊ณ , ํผ๋๋ฐฑ์ ํตํด์ง์๊ณผ ๊ฒฝํ์ ๊ณต์ ํ๋ ๊ณผ์ ์์์ ์๋ก ์ํตํ๊ณ ํ์ ํ๋ ์ํํธ | ||
์คํฌ๊ณผ ์ฝ๋๋ฅผ ์์ฑํ๋ฉฐ ๋ฌธ์ ๋ฅผ ํด๊ฒฐํ๋ ํ๋ ์คํฌ์ ๋์์ ๊ฐ์ ธ๊ฐ๋๋ค. | ||
|
||
## **์ ๋ต์ ์๋ ค์ฃผ์ง ์์ต๋๋ค. <br>๋ฌธ์ ๋ฅผ ํ์ ํ๋ <span style="color:#6BD600">{๋ฐฉ๋ฒ}</span>์ ๋ฐฐ์๋๋ค.** | ||
|
||
์ฐ๋ฆฌ๋ ์ฃผ์ด์ง ๋ฌธ์ ๋ง ํด๊ฒฐํ์ง ์์ ๊ฒ๋๋ค.ํ์ฌ์ ๋ค์ด๊ฐ๋ฉด ๋ฌธ์ ์ ์ ์ฐพ๊ณ ํด๊ฒฐ๋ฐฉ๋ฒ์ ๊ณ ๋ฏผํด์ผํ ์ผ์ด ๋ง์ต๋๋ค.๊ทธ๋ฆฌ๊ณ ์ด๋ ์ด๋ค ํ๊ต๋ ํ์์์๋ ๊ฐ๋ฅด์ณ์ฃผ์ง ์์ต๋๋ค.๊ทธ๋ ๊ธฐ์ ์ฐ๋ฆฌ๋ ํ์ฌ์ ์ ์ฌํ ํ๊ฒฝ์์ ๊ฐ๋ฐ | ||
์ฌ์ดํด์ ์ฒด๊ณ์ ์ผ๋ก ๊ฒฝํํ๋ฉฐ ํต์ฌ์ ํ์ ํ๊ณ ๋์ ์์ผ๋ฅผ ๊ฐ๋ ๋ฒ์ ๋ฐฐ์๋๋ค. | ||
|
||
<br> | ||
|
||
--- | ||
|
||
<br> | ||
|
||
## **Kernel360 Tech Blog์ Crew๋ฅผ ์๊ฐํฉ๋๋ค.** | ||
|
||
| **๋ฆฌ๋** | **์๋ฒฝ๊ฐ** | **๋ธ๋ก๊ทธ ์ฃผ์ธ** | **10์์ Kernel์ธ** | **Kernel Ace** | | ||
| :---------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------: | | ||
| <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | | ||
| **๋ฆฌ๋** | **์๋ฒฝ๊ฐ** | **๋ธ๋ก๊ทธ ์ฃผ์ธ** | **10์์ Kernel์ธ** | **Kernel Ace** | | ||
| <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | | ||
| **๋ฆฌ๋** | **์๋ฒฝ๊ฐ** | **๋ธ๋ก๊ทธ ์ฃผ์ธ** | **10์์ Kernel์ธ** | **Kernel Ace** | | ||
| <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | | ||
| **๋ฆฌ๋** | **์๋ฒฝ๊ฐ** | **๋ธ๋ก๊ทธ ์ฃผ์ธ** | **10์์ Kernel์ธ** | **Kernel Ace** | | ||
| <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | <img src="https://raw.githubusercontent.com/Kernel360/blog-image/main/kernel-crew-1/crew-image/๊ณ ๋ณ๋ฃก.png" width="140px" height="220px" alt="sample image"> | |