Skip to content

Commit eba6bee

Browse files
committed
Update slide content and styles: change author title, update social media links, and refine CSS for icons
1 parent 2118e92 commit eba6bee

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

.devcontainer/slides/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"customizations": {
1818
"vscode": {
1919
"settings": {
20-
"markdown.marp.enableHtml": true,
20+
"markdown.marp.html": "all",
2121
"markdown.marp.themes": [
2222
"./slides/themes/custom.css",
2323
"./slides/themes/custom-default.css",

slides/Slides.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ footer: 'https://chris-ayers.com'
1818
![bg left:40%](./img/portrait.png)
1919

2020
## Chris Ayers
21-
### Senior Customer Engineer<br>Microsoft
2221

23-
<i class="fa-brands fa-twitter"></i> Twitter: @Chris\_L\_Ayers
24-
<i class="fa-brands fa-mastodon"></i> Mastodon: @Chrisayers@hachyderm.io
22+
### Senior Risk SRE<br>Azure CXP AzRel<br>Microsoft
23+
24+
<i class="fa-brands fa-bluesky"></i> BlueSky: [@chris-ayers.com](https://bsky.app/profile/chris-ayers.com)
2525
<i class="fa-brands fa-linkedin"></i> LinkedIn: - [chris\-l\-ayers](https://linkedin.com/in/chris-l-ayers/)
2626
<i class="fa fa-window-maximize"></i> Blog: [https://chris-ayers\.com/](https://chris-ayers.com/)
2727
<i class="fa-brands fa-github"></i> GitHub: [Codebytes](https://github.com/codebytes)
28+
<i class="fa-brands fa-mastodon"></i> Mastodon: @Chrisayers@hachyderm.io
29+
~~<i class="fa-brands fa-twitter"></i> Twitter: @Chris_L_Ayers~~
2830

2931
---
3032

@@ -349,11 +351,12 @@ Auth is claims based on repo, environment, branch..
349351

350352
## Contact
351353

352-
<i class="fa-brands fa-twitter"></i> Twitter: @Chris\_L\_Ayers
353-
<i class="fa-brands fa-mastodon"></i> Mastodon: @Chrisayers@hachyderm.io
354+
<i class="fa-brands fa-bluesky"></i> BlueSky: [@chris-ayers.com](https://bsky.app/profile/chris-ayers.com)
354355
<i class="fa-brands fa-linkedin"></i> LinkedIn: - [chris\-l\-ayers](https://linkedin.com/in/chris-l-ayers/)
355356
<i class="fa fa-window-maximize"></i> Blog: [https://chris-ayers\.com/](https://chris-ayers.com/)
356357
<i class="fa-brands fa-github"></i> GitHub: [Codebytes](https://github.com/codebytes)
358+
<i class="fa-brands fa-mastodon"></i> Mastodon: @Chrisayers@hachyderm.io
359+
~~<i class="fa-brands fa-twitter"></i> Twitter: @Chris_L_Ayers~~
357360

358361
</div>
359362
</div>

slides/themes/custom-default.css

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,15 @@ img[alt~="center"] {
2424
list-style-type: none
2525
}
2626

27-
.fa-twitter {
28-
color: aqua;
29-
}
30-
31-
.fa-mastodon {
32-
color: purple;
33-
}
34-
35-
.fa-linkedin {
36-
color: blue;
37-
}
27+
.fa-twitter { color: aqua; }
28+
.fa-mastodon { color: purple; }
29+
.fa-linkedin { color: blue; }
30+
.fa-window-maximize { color: skyblue; }
31+
.fa-bluesky { color: skyblue; }
3832

39-
.fa-window-maximize {
40-
color: skyblue;
33+
svg[id^="mermaid-"] {
34+
max-width: 960px;
35+
max-height: 600px;
4136
}
4237

43-
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css'
38+
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css'

0 commit comments

Comments
 (0)