aboutsummaryrefslogtreecommitdiffhomepage
path: root/slide.saty
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-06-19 00:28:41 +0900
committernsfisis <nsfisis@gmail.com>2023-06-19 00:28:41 +0900
commit99918594e3ed18a5288980865558386709511577 (patch)
tree1c79ba750275ce1d15ba228ab063eace29cb21ca /slide.saty
parent87cb692686638e302713ebb93bf232f6b5425c0b (diff)
downloadphpconfuk2023-eve-slide-99918594e3ed18a5288980865558386709511577.tar.gz
phpconfuk2023-eve-slide-99918594e3ed18a5288980865558386709511577.tar.zst
phpconfuk2023-eve-slide-99918594e3ed18a5288980865558386709511577.zip
空のスライドを追加
Diffstat (limited to 'slide.saty')
-rw-r--r--slide.saty42
1 files changed, 42 insertions, 0 deletions
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}
+ >
+
+>