Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add self introduction #14

Merged
merged 1 commit into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
30 changes: 30 additions & 0 deletions Susumu_Tomita_self_introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
marp: true
theme: uncover
class:
- lead
- invert
---

**[冨田進/Susumu Tomita](https://susumutomita.netlify.app/)**

<div style="display: flex; justify-content: space-between; align-items: center;">
<div style="width: 30%;">
<img src="./images/SusumuTomita.jpeg" alt="Image of Susumu Tomita" style="width: 100%; margin-bottom: 10px;">
<div style="display: flex; justify-content: center;">
<div style="margin-right: 10px; text-align: center;">
<p style="font-size: 0.8em; margin: 0;">LinkedIn</p>
<img src="https://api.qrserver.com/v1/create-qr-code/?size=60x60&data=https://www.linkedin.com/in/susumutomita/" alt="LinkedIn QRコード">
</div>
<div style="text-align: center;">
<p style="font-size: 0.8em; margin: 0;">GitHub</p>
<img src="https://api.qrserver.com/v1/create-qr-code/?size=60x60&data=https://github.com/susumutomita" alt="GitHub QRコード">
</div>
</div>
</div>
<div style="width: 65%;">
<p style="font-size: 0.9em; line-height: 1.6; margin: 0; white-space: pre-wrap;">
DENSOのCCoEチーム所属のソフトウェアエンジニア。2022年からブロックチェーン技術に取り組み、マイナウォレット開発やEthGlobalハッカソンでの受賞経験があります。2000人規模の技術コミュニティを運営し、イベントでNFT配布などを行っています。
</p>
</div>
</div>
Binary file added Susumu_Tomita_self_introduction.pdf
Binary file not shown.