@@ -3,13 +3,38 @@ theme: uncover
33paginate : true
44class :
55 - lead
6- - invert
6+
77size : 16:9
88style : |
9- .small-text {
9+ img[alt~="centre"] {
10+ display: block;
11+ margin: 0 auto;
12+ max-width: 80%;
13+ }
14+ .smaller-text {
1015 font-size: 0.75rem;
1116 }
12- footer : " Philip Norton [hashbangcode.com](https://www.hashbangcode.com) [@hashbangcode](https://fosstodon.org/@hashbangcode) [@philipnorton42](https://fosstodon.org/@philipnorton42)"
17+ .small-text {
18+ font-size: 0.5rem;
19+ }
20+ p {
21+ text-align: left;
22+ }
23+ p.centre {
24+ text-align: center;
25+ }
26+ .hidden-bullets li {
27+ list-style-type: none
28+ }
29+ .left {
30+ width: 50%;
31+ float: left;
32+ }
33+ .right {
34+ width: 50%;
35+ float: right;
36+ }
37+ footer : " Philip Norton [hashbangcode.com](https://www.hashbangcode.com) [fosstodon.org@hashbangcode](https://fosstodon.org/@hashbangcode) [fosstodon.org@philipnorton42](https://fosstodon.org/@philipnorton42)"
1338marp : true
1439
1540---
@@ -19,6 +44,36 @@ marp: true
1944
2045---
2146
47+ # Philip Norton
48+ - Developer at Code Enigma
49+ - Writer at ` #! code ` (www.hashbangcode.com )
50+ - NWDUG co-organiser
51+ ![ bg h:50% right:40%] ( ../src/assets/images/lily58.png )
52+
53+ <!--
54+ - Doing Drupal for 15 years.
55+ - Programming in general for 20.
56+ - This is a picture of a Lily58 mechanical keyboard.
57+ -->
58+
59+ ---
60+
61+ <!-- _footer: "" -->
62+ ## Source Code
63+ - Talk is available at:
64+ <small >https://github.com/hashbangcode/ </small > or via QR code.
65+ - All code seen can be found at <small >[ http://bit.ly/ ] ( https://github.com/hashbangcode/ ) </small >
66+ - More resources at <small >[ www.hashbangcode.com ] ( https://www.hashbangcode.com ) </small >
67+
68+ ![ bg h:50% right:40%] ( ../src/assets/images/qr_slides.png )
69+
70+ <!--
71+ - Scan the QR code for the talk repo. Which has links to all of the resources you need.
72+ - There's also a Drupal and Storybook article on my site.
73+ -->
74+
75+ ---
76+
2277## Example Links
2378- [ Link to website] ( https://www.hashbangcode.com )
2479- [ Link to slide] ( #5 )
@@ -44,3 +99,27 @@ marp: true
4499<!-- _footer: "" -->
45100![ bg h:100%] ( ../src/assets/images/hashbangcode_logo.png )
46101
102+ ---
103+
104+ # Resources
105+
106+ - [ Storybook] ( https://storybook.js.org/ )
107+ - [ Storybook Module] ( https://www.drupal.org/project/storybook )
108+ - [ Drupal Documentation on SDC] ( https://www.drupal.org/docs/develop/theming-drupal/using-single-directory-components )
109+ - [ Drupal 11: Using Storybook To Preview Single Directory Components] ( https://www.hashbangcode.com/article/drupal-11-using-storybook-preview-single-directory-components )
110+
111+ ---
112+
113+ ## Questions?
114+
115+ - Slides: https://github.com/hashbangcode/drupal-storybook-talk
116+
117+ ![ bg h:50% right:40%] ( ../src/assets/images/qr_slides.png )
118+
119+ ---
120+
121+ ## Thanks!
122+
123+ - Slides: https://github.com/hashbangcode/drupal-storybook-talk
124+
125+ ![ bg h:50% right:40%] ( ../src/assets/images/qr_slides.png )
0 commit comments