Skip to content

Commit

Permalink
feat: 스타일 수정, 맨 마지막장 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Sep 5, 2022
1 parent ee5e1fa commit dee3f21
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
16 changes: 12 additions & 4 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ fonts:

# 팀에 함수형 프로그래밍 도입하기

<div class='relative h-100'>
<div class='flex items-center mt-8'>
<div class='text-center flex flex-col'>
<img class='h-40 rounded' src='/images/fp-ts.png' />
Expand All @@ -187,18 +188,18 @@ fonts:
1. Haskell, PureScript, Scala 기반의 인기있는 <strong>타입 추상화</strong>를 제공
</li>
<li class='m-0 mb-2'>
2. 구현된 타입 클래스는 <strong>안전하게 조합</strong>될 수 있도록 <strong>추상 대수학과 범주론에 기반</strong>
1. 구현된 타입 클래스는 <strong>안전하게 조합</strong>될 수 있도록 <strong>추상 대수학과 범주론에 기반</strong>
</li>
<li class='m-0 mb-2'>
3. Typescript에서 지원하지 않는 <strong>HKT</strong>(Higher Kinded Types) 구현
1. Typescript에서 지원하지 않는 <strong>HKT</strong>(Higher Kinded Types) 구현
</li>
<li class='m-0 mb-2'>
4. io-ts 같이 사용할 수 있는 많음 라이브러리 또한 존재 (fp-ts/ecosystem)
1. io-ts 같이 사용할 수 있는 많음 라이브러리 또한 존재 (fp-ts/ecosystem)
</li>
</ol>
</div>

<div class='flex flex-col fixed bottom-6 right-10 text-xs'>
<div class='flex flex-col absolute bottom-6 right-10 text-xs'>
<a class='text-gray-400 underline mb-1' href='https://github.com/gcanti/fp-ts' target='_blank'>
https://github.com/gcanti/fp-ts
</a>
Expand All @@ -215,6 +216,7 @@ fonts:
Lightweight higher-kinded polymorphism
</a>
</div>
</div>

---

Expand Down Expand Up @@ -1650,3 +1652,9 @@ layout: two-cols
</ul>
<li>fp-ts의 공식 문서가 친절한 편은 아닙니다.</li>
</ul>

---
layout: center
---

# 감사합니다.
3 changes: 0 additions & 3 deletions style.css

This file was deleted.

16 changes: 16 additions & 0 deletions styles/base.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
h1, h2 {
margin-top: 0;
}

#slide-content {
padding: 0;
}

.cover {
padding: 2rem 3rem;
}

.slidev-layout {
padding: 2rem 3rem;
width: 100%;
}
1 change: 1 addition & 0 deletions styles/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './base.css';

0 comments on commit dee3f21

Please sign in to comment.