Skip to content

Commit 540b4c5

Browse files
committed
add self introduction
1 parent 18a2efe commit 540b4c5

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ lint_fix:
1414
export_pdf:
1515
npx marp Knocks_pitch_deck.md --pdf --allow-local-files --html
1616

17+
.PHONY: export_self_introduction
18+
export_self_introduction:
19+
npx marp Susumu_Tomita_self_introduction.md --pdf --allow-local-files --html
20+
1721
.PHONY: before_commit
1822
before_commit: lint

Susumu_Tomita_self_introduction.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
marp: true
3+
theme: uncover
4+
class:
5+
- lead
6+
- invert
7+
---
8+
9+
**[冨田進/Susumu Tomita](https://susumutomita.netlify.app/)**
10+
11+
<div style="display: flex; justify-content: space-between; align-items: center;">
12+
<div style="width: 30%;">
13+
<img src="./images/SusumuTomita.jpeg" alt="Image of Susumu Tomita" style="width: 100%; margin-bottom: 10px;">
14+
<div style="display: flex; justify-content: center;">
15+
<div style="margin-right: 10px; text-align: center;">
16+
<p style="font-size: 0.8em; margin: 0;">LinkedIn</p>
17+
<img src="https://api.qrserver.com/v1/create-qr-code/?size=60x60&data=https://www.linkedin.com/in/susumutomita/" alt="LinkedIn QRコード">
18+
</div>
19+
<div style="text-align: center;">
20+
<p style="font-size: 0.8em; margin: 0;">GitHub</p>
21+
<img src="https://api.qrserver.com/v1/create-qr-code/?size=60x60&data=https://github.com/susumutomita" alt="GitHub QRコード">
22+
</div>
23+
</div>
24+
</div>
25+
<div style="width: 65%;">
26+
<p style="font-size: 0.9em; line-height: 1.6; margin: 0; white-space: pre-wrap;">
27+
DENSOのCCoEチーム所属のソフトウェアエンジニア。2022年からブロックチェーン技術に取り組み、マイナウォレット開発やEthGlobalハッカソンでの受賞経験があります。2000人規模の技術コミュニティを運営し、イベントでNFT配布などを行っています。
28+
</p>
29+
</div>
30+
</div>
106 KB
Binary file not shown.

0 commit comments

Comments
 (0)