aboutsummaryrefslogtreecommitdiffhomepage
path: root/slide.saty
diff options
context:
space:
mode:
authornsfisis <54318333+nsfisis@users.noreply.github.com>2023-07-23 18:33:41 +0900
committerGitHub <noreply@github.com>2023-07-23 18:33:41 +0900
commit97df3dd3e68ec47a15de845e4b36c7bd4a1b6874 (patch)
tree7d967e32c7dd60143a2f45f96a88079f8580923f /slide.saty
downloadphpstudy-154-slides-97df3dd3e68ec47a15de845e4b36c7bd4a1b6874.tar.gz
phpstudy-154-slides-97df3dd3e68ec47a15de845e4b36c7bd4a1b6874.tar.zst
phpstudy-154-slides-97df3dd3e68ec47a15de845e4b36c7bd4a1b6874.zip
Initial commit
Diffstat (limited to 'slide.saty')
-rw-r--r--slide.saty54
1 files changed, 54 insertions, 0 deletions
diff --git a/slide.saty b/slide.saty
new file mode 100644
index 0000000..dbed3ff
--- /dev/null
+++ b/slide.saty
@@ -0,0 +1,54 @@
+@require: class-slydifi/theme/akasaka
+@require: code-printer/code-design
+@require: code-printer/code-printer
+@require: code-printer/code-syntax
+@require: code-printer/code-theme
+@require: figbox/figbox
+
+let-block +code-block-php source =
+ '<
+ +code-printer?:(
+ CodePrinter.make-config CodeSyntax.php CodeTheme.iceberg-light
+ |> CodePrinter.set-number-fun CodeDesign.number-fun-null
+ )(source);
+ >
+
+open FigBox
+in
+
+document '<
+ +set-config(|
+ SlydifiThemeAkasaka.default-config with
+ color-emph = Color.black;
+ |);
+
+ +make-title(|
+ title = {
+ |TODO
+ |};
+ author = {|nsfisis (いまむら)|};
+ date = {|第TODO回PHP勉強会@東京|};
+ |);
+
+ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+ +frame{自己紹介}<
+ +fig-center(vconcat [
+ gap 75pt;
+ hconcat [
+ textbox{nsfisis (いまむら)};
+ gap 20pt;
+ include-image 50pt `assets/me.jpeg`;
+ ];
+ gap 20pt;
+ textbox{\@ デジタルサーカス株式会社};
+ ]);
+ >
+
+ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+ +frame{まとめ}<
+ +p{TODO}
+ >
+
+>