Skip to content

Commit 18d56c4

Browse files
authored
Fix/intro section elmentor branding (#12)
* fix(intro-section): update branding text from 'DevOps Division' to 'Elmentor Program' * fix(intro-section): update branding text from 'DevOps Division' to 'Elmentor Program'
1 parent 2da6f4f commit 18d56c4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/components/sections/IntroductoryVideoSection.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const IntroductoryVideoSection: React.FC = () => {
1010
return (
1111
<section id="intro-video" className="intro-video-section" aria-labelledby="video-title">
1212
<div className="intro-video-container">
13-
<h2 id="video-title" className="intro-video-title">Discover DevOps Visions: Watch Our Introduction</h2>
13+
<h2 id="video-title" className="intro-video-title">Discover Elmentor Program: Watch Our Introduction</h2>
1414
<p className="intro-video-subtitle">
15-
Get a quick overview of the DevOps Visions Program and learn how it can help you achieve your career goals.
15+
Get a quick overview of the Elmentor Program and learn how it can help you achieve your career goals.
1616
</p>
1717
<div className="video-responsive-wrapper">
1818
<iframe
@@ -22,11 +22,11 @@ const IntroductoryVideoSection: React.FC = () => {
2222
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
2323
allowFullScreen
2424
loading="lazy"
25-
aria-describedby="video-description"
26-
></iframe>
25+
aria-describedby="video-description">
26+
</iframe>
2727
</div>
2828
<p id="video-description" className="video-description">
29-
This introductory video provides an overview of the DevOps Visions Program, explaining how our mentorship
29+
This introductory video provides an overview of the Elmentor Program, explaining how our mentorship
3030
approach can accelerate your professional development in the tech industry.
3131
</p>
3232

0 commit comments

Comments
 (0)