Skip to content

Commit 2d3e429

Browse files
authored
Merge pull request #277 from nereida-woo/main
Add AWS Cloud Operations events link to homepage
2 parents 5e282c0 + 05f7cb9 commit 2d3e429

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AWS Cloud Operations Events
2+
3+
Stay up to date with upcoming live events, workshops, and enablement sessions for AWS Cloud Operations.
4+
5+
### Upcoming Events
6+
7+
Register for upcoming events to learn about AWS Cloud Operations best practices, new features, and hands-on workshops.
8+
9+
[View Upcoming Events](https://aws-experience.com/amer/smb/events/series/Cloud-Operations-Enablement)
10+
11+
![Cloud Operations Enablement](./images/cloud-operations-enablement.png)
572 KB
Loading

docusaurus/src/pages/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ function HomepageHeader() {
1818
{siteConfig.title}
1919
</Heading>
2020
<p className="hero__subtitle">{siteConfig.tagline}</p>
21+
<p className="hero__subtitle">
22+
<Link
23+
to="https://aws-experience.com/amer/smb/events/series/Cloud-Operations-Enablement"
24+
style={{color: 'white', textDecoration: 'underline'}}>
25+
📅 Register for upcoming events for AWS Cloud Operations
26+
</Link>
27+
</p>
2128
<div className={styles.buttons}>
2229
<Link
2330
className="button button--secondary button--lg"

0 commit comments

Comments
 (0)