File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,9 @@ lint_fix:
1414export_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
1822before_commit : lint
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments