diff --git a/Makefile b/Makefile index 19e3268..04e8afa 100644 --- a/Makefile +++ b/Makefile @@ -14,5 +14,9 @@ lint_fix: export_pdf: npx marp Knocks_pitch_deck.md --pdf --allow-local-files --html +.PHONY: export_self_introduction +export_self_introduction: + npx marp Susumu_Tomita_self_introduction.md --pdf --allow-local-files --html + .PHONY: before_commit before_commit: lint diff --git a/Susumu_Tomita_self_introduction.md b/Susumu_Tomita_self_introduction.md new file mode 100644 index 0000000..9f7cf56 --- /dev/null +++ b/Susumu_Tomita_self_introduction.md @@ -0,0 +1,30 @@ +--- +marp: true +theme: uncover +class: + - lead + - invert +--- + +**[冨田進/Susumu Tomita](https://susumutomita.netlify.app/)** + +
+
+ Image of Susumu Tomita +
+
+

LinkedIn

+ LinkedIn QRコード +
+
+

GitHub

+ GitHub QRコード +
+
+
+
+

+ DENSOのCCoEチーム所属のソフトウェアエンジニア。2022年からブロックチェーン技術に取り組み、マイナウォレット開発やEthGlobalハッカソンでの受賞経験があります。2000人規模の技術コミュニティを運営し、イベントでNFT配布などを行っています。 +

+
+
diff --git a/Susumu_Tomita_self_introduction.pdf b/Susumu_Tomita_self_introduction.pdf new file mode 100644 index 0000000..dfd1763 Binary files /dev/null and b/Susumu_Tomita_self_introduction.pdf differ