-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update experience and latest content/projects for last months
- Loading branch information
1 parent
5919aa3
commit 3345b01
Showing
5 changed files
with
211 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
import { | ||
AspectRatio, | ||
Badge, | ||
Container, | ||
Divider, | ||
Heading, | ||
Link | ||
} from '@chakra-ui/react' | ||
import { ExternalLinkIcon } from '@chakra-ui/icons' | ||
import { | ||
Title, | ||
BadgeStyle, | ||
BadgeGreen, | ||
BadgeYellow, | ||
ExperienceSection, | ||
ExperienceEmphasis | ||
} from '../../components/experience' | ||
import Layout from '../../components/layouts/article' | ||
import P from '../../components/paragraph' | ||
import Section from '../../components/section' | ||
|
||
const ExperienceAWSUGLeader = () => ( | ||
<Layout title="AWS User Group Leader"> | ||
<Container> | ||
<Title> | ||
AWS User Group Leader <Badge>2024-present</Badge> | ||
</Title> | ||
<P> | ||
I am honored to have been selected as an official AWS User Group Leader | ||
for AWS UG Medellin, a recognition of my leadership and technical | ||
expertise. This opportunity reflects my active contributions and ongoing | ||
support to the AWS community in Medellin. | ||
</P> | ||
<Divider my={5} /> | ||
|
||
<Section delay={0.1}> | ||
<Heading as="h3" variant="section-title"> | ||
AWS User Groups | ||
</Heading> | ||
<ExperienceSection> | ||
<ExperienceEmphasis>Description</ExperienceEmphasis> | ||
The AWS User Groups are a great way to learn about the latest trends | ||
in AWS by connecting with local technical communities at different | ||
cities throughout the world. User groups are peer-to-peer communities | ||
which meet regularly to share ideas, answer questions, and learn about | ||
new services and best practices. | ||
</ExperienceSection> | ||
<ExperienceSection> | ||
<BadgeStyle> | ||
<BadgeGreen>Program</BadgeGreen> | ||
</BadgeStyle> | ||
<Link | ||
href="https://aws.amazon.com/developer/community/usergroups" | ||
target="_blank" | ||
> | ||
Official AWS User Groups Page | ||
<ExternalLinkIcon mx="2px" /> | ||
</Link> | ||
</ExperienceSection> | ||
<ExperienceSection> | ||
<BadgeStyle> | ||
<BadgeYellow>AWS User Group Medellin</BadgeYellow> | ||
</BadgeStyle> | ||
<Link href="https://www.meetup.com/awsugmed/" target="_blank"> | ||
Meetup Link for AWS User Group Medellin | ||
<ExternalLinkIcon mx="2px" /> | ||
</Link> | ||
</ExperienceSection> | ||
</Section> | ||
|
||
<AspectRatio maxW="640px" ratio={1.7} my={4}> | ||
<iframe | ||
src="https://www.youtube.com/embed/s-BrAa-dIfQ" | ||
title="AWS User Group Medellin | Advanced APIs Event - Santiago Garcia Arango" | ||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" | ||
allowFullScreen | ||
></iframe> | ||
</AspectRatio> | ||
</Container> | ||
</Layout> | ||
) | ||
|
||
export default ExperienceAWSUGLeader |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+121 KB
...blic/images/experience/2024_01_01_experience_aws_user_group_medellin_leader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.