From 99918594e3ed18a5288980865558386709511577 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 19 Jun 2023 00:28:41 +0900 Subject: 空のスライドを追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slide.saty | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 slide.saty (limited to 'slide.saty') diff --git a/slide.saty b/slide.saty new file mode 100644 index 0000000..1d2c58e --- /dev/null +++ b/slide.saty @@ -0,0 +1,42 @@ +@require: class-slydifi/theme/akasaka +@require: figbox/figbox + +open FigBox +in + +document '< + +set-config(| + SlydifiThemeAkasaka.default-config with + color-emph = Color.black; + |); + + +make-title(| + title = { + |TODO + |}; + author = {|nsfisis (いまむら)|}; + date = {|PHPカンファレンス福岡2023 前夜祭 (非公式)|}; + |); + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +frame{自己紹介}< + +fig-center(vconcat [ + gap 75pt; + hconcat [ + textbox{nsfisis (いまむら)}; + gap 20pt; + include-image 50pt `assets/me.jpeg`; + ]; + gap 20pt; + textbox{\@ デジタルサーカス株式会社}; + ]); + > + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +frame{まとめ}< + +p{TODO} + > + +> -- cgit v1.2.3-70-g09d2