Skip to content

Commit f881483

Browse files
codebytesCopilot
andcommitted
Fix slide overflow and update presenter affiliation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent e20c1ba commit f881483

2 files changed

Lines changed: 33 additions & 12 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Resources and demos for Chris Ayers' talk "CI/CD with GitHub Actions", showcasin
1919

2020
**Chris Ayers**, Principal Software Engineer
2121

22+
Azure EngOps AzRel
23+
2224
[Blog](https://chris-ayers.com/) | [GitHub](https://github.com/codebytes) | [LinkedIn](https://linkedin.com/in/chris-l-ayers/) | [Bluesky](https://bsky.app/profile/chris-ayers.com) | [Mastodon](https://hachyderm.io/@Chrisayers)
2325

2426
## License

‎slides/Slides.md‎

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ footer: '@Chris_L_Ayers - https://chris-ayers.com'
1515
![bg left:40%](./img/portrait.png)
1616

1717
## Chris Ayers
18-
### Principal Software Engineer<br>Microsoft
18+
### Principal Software Engineer<br>Azure EngOps AzRel<br>Microsoft
1919

2020
<i class="fa-brands fa-bluesky"></i> BlueSky: [@chris-ayers.com](https://bsky.app/profile/chris-ayers.com)
2121
<i class="fa-brands fa-linkedin"></i> LinkedIn: - [chris\-l\-ayers](https://linkedin.com/in/chris-l-ayers/)
@@ -305,6 +305,10 @@ jobs:
305305

306306
# Environment Variables & Contexts
307307

308+
<style scoped>
309+
th, td { padding: 6px 12px; }
310+
</style>
311+
308312
<div class="columns">
309313
<div>
310314

@@ -386,6 +390,8 @@ concurrency:
386390
pre { font-size: 68%; line-height: 1.35; }
387391
h3 { margin-bottom: 0.2em; }
388392
table { font-size: 78%; }
393+
th, td { padding: 6px 12px; }
394+
pre code span.hljs-template-variable { color: #ffa657; }
389395
</style>
390396

391397
<div class="columns">
@@ -497,14 +503,12 @@ Default token is scoped per-repo
497503
# Real-World Pipeline — .NET CI/CD
498504

499505
<style scoped>
500-
pre { font-size: 56%; line-height: 1.2; }
501-
li { font-size: 82%; margin: 0.1em 0; }
502-
h3 { margin-bottom: 0.1em; }
506+
pre { font-size: 72%; line-height: 1.1; margin: 0; }
507+
h1 { font-size: 1.6em; margin: 0 0 0.2em; padding-bottom: 0.15em; }
508+
h3 { margin: 0 0 0.2em; }
509+
p { font-size: 85%; margin: 0.2em 0; }
503510
</style>
504511

505-
<div class="columns">
506-
<div>
507-
508512
### Build, Test & Publish
509513
```yaml
510514
jobs:
@@ -526,8 +530,16 @@ jobs:
526530
path: ./webapp
527531
```
528532

529-
</div>
530-
<div>
533+
---
534+
535+
# Real-World Pipeline — .NET CI/CD
536+
537+
<style scoped>
538+
pre { font-size: 72%; line-height: 1.1; margin: 0; }
539+
h1 { font-size: 1.6em; margin: 0 0 0.2em; padding-bottom: 0.15em; }
540+
h3 { margin: 0 0 0.2em; }
541+
p { font-size: 85%; margin: 0.2em 0; }
542+
</style>
531543

532544
### Deploy to Azure
533545
```yaml
@@ -554,9 +566,6 @@ jobs:
554566

555567
📂 Demo: `10-dotnet.yml`
556568

557-
</div>
558-
</div>
559-
560569
---
561570

562571
# Artifacts & Caching
@@ -944,6 +953,7 @@ AI-powered automation with natural language
944953

945954
<style scoped>
946955
pre { font-size: 60%; line-height: 1.25; }
956+
pre code span.hljs-section { color: #79c0ff; }
947957
h3 { margin-bottom: 0.1em; }
948958
</style>
949959

@@ -1066,6 +1076,15 @@ h2 { margin-bottom: 0.2em; }
10661076

10671077
# Questions
10681078

1079+
<style scoped>
1080+
footer {
1081+
color: var(--gh-fg-default);
1082+
background: var(--gh-bg-default);
1083+
padding: 0.2em 0.5em;
1084+
border-radius: 4px;
1085+
}
1086+
</style>
1087+
10691088
![bg](./img/owl.png)
10701089

10711090
---

0 commit comments

Comments
 (0)