Skip to content

Commit 8e5b808

Browse files
committed
Update presentation slides and styles, including speaker details and social media links
1 parent 48179f0 commit 8e5b808

File tree

3 files changed

+19
-23
lines changed

3 files changed

+19
-23
lines changed

.devcontainer/slides/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"customizations": {
2525
"vscode": {
2626
"settings": {
27-
"markdown.marp.enableHtml" : true,
27+
"markdown.marp.html" : "all",
2828
"markdown.marp.themes": [
2929
"./slides/themes/custom.css",
3030
"./slides/themes/custom-default.css",

slides/Slides.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ footer: '@Chris_L_Ayers - https://chris-ayers.com'
1818

1919
## Chris Ayers
2020

21-
### Senior Customer Engineer<br>Microsoft
21+
### Senior Risk SRE<br>Azure CXP AzRel<br>Microsoft
2222

23-
<i class="fa-brands fa-twitter"></i> Twitter: @Chris\_L\_Ayers
24-
<i class="fa-brands fa-mastodon"></i> Mastodon: [@Chrisayers@hachyderm.io](https://hachyderm.io/@Chrisayers)
23+
<i class="fa-brands fa-bluesky"></i> BlueSky: [@chris-ayers.com](https://bsky.app/profile/chris-ayers.com)
2524
<i class="fa-brands fa-linkedin"></i> LinkedIn: - [chris\-l\-ayers](https://linkedin.com/in/chris-l-ayers/)
2625
<i class="fa fa-window-maximize"></i> Blog: [https://chris-ayers\.com/](https://chris-ayers.com/)
2726
<i class="fa-brands fa-github"></i> GitHub: [Codebytes](https://github.com/codebytes)
27+
<i class="fa-brands fa-mastodon"></i> Mastodon: @Chrisayers@hachyderm.io
28+
~~<i class="fa-brands fa-twitter"></i> Twitter: @Chris_L_Ayers~~
2829

2930
---
3031

@@ -235,11 +236,12 @@ p { text-align: center; }
235236

236237
## Chris Ayers
237238

238-
<i class="fa-brands fa-twitter"></i> Twitter: @Chris\_L\_Ayers
239-
<i class="fa-brands fa-mastodon"></i> Mastodon: [@Chrisayers@hachyderm.io](https://hachyderm.io/@Chrisayers)
239+
<i class="fa-brands fa-bluesky"></i> BlueSky: [@chris-ayers.com](https://bsky.app/profile/chris-ayers.com)
240240
<i class="fa-brands fa-linkedin"></i> LinkedIn: - [chris\-l\-ayers](https://linkedin.com/in/chris-l-ayers/)
241241
<i class="fa fa-window-maximize"></i> Blog: [https://chris-ayers\.com/](https://chris-ayers.com/)
242242
<i class="fa-brands fa-github"></i> GitHub: [Codebytes](https://github.com/codebytes)
243+
<i class="fa-brands fa-mastodon"></i> Mastodon: @Chrisayers@hachyderm.io
244+
~~<i class="fa-brands fa-twitter"></i> Twitter: @Chris_L_Ayers~~
243245

244246
</div>
245247

slides/themes/custom-default.css

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,6 @@
1919
vertical-align: middle
2020
}
2121

22-
.fa-twitter {
23-
color: aqua;
24-
}
25-
26-
.fa-mastodon {
27-
color: purple;
28-
}
29-
30-
.fa-linkedin {
31-
color: blue;
32-
}
33-
34-
.fa-window-maximize {
35-
color: skyblue;
36-
}
37-
3822
.fa-th-large {
3923
color: blue;
4024
}
@@ -51,5 +35,15 @@ img[alt~="center"] {
5135
display: block;
5236
margin: 0 auto;
5337
}
38+
.fa-twitter { color: aqua; }
39+
.fa-mastodon { color: purple; }
40+
.fa-linkedin { color: blue; }
41+
.fa-window-maximize { color: skyblue; }
42+
.fa-bluesky { color: skyblue; }
43+
44+
svg[id^="mermaid-"] {
45+
max-width: 960px;
46+
max-height: 600px;
47+
}
5448

55-
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css'
49+
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css'

0 commit comments

Comments
 (0)