Skip to content

Commit 7c46c27

Browse files
committed
Update iframe source in Navbar component
1 parent 6f0d5ae commit 7c46c27

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

src/Page/OpportunitiesHub/Bootcamps.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Navbar = () => {
4040
</div>
4141

4242
<iframe
43-
src=""
43+
src="https://tally.so/embed/mOVr8K?alignLeft=1&hideTitle=1&transparentBackground=1&dynamicHeight=1"
4444
width="100%"
4545
height="500px"
4646
frameBorder="0"

src/Page/OpportunitiesHub/CertificationList.jsx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ const certification = [
6464
level: 'Intermediate',
6565
skills: ['Network', 'Data', 'Internet'],
6666
referralCode: 'devdisplay',
67-
ApplyLink: 'https://www.open.edu/openlearn/science-maths-technology/it-everyday-life/content-section-0?active-tab=description-tab',
67+
ApplyLink:
68+
'https://www.open.edu/openlearn/science-maths-technology/it-everyday-life/content-section-0?active-tab=description-tab',
6869
poster: '/assets/Certifications/IT in everyday life.png',
6970
shareLink: '#it-in-eveRyday-life',
7071
},
@@ -74,7 +75,7 @@ const certification = [
7475
title: 'Introduction to Generative AI',
7576
duration: '1 Day',
7677
level: 'Beginner',
77-
skills: ['Generative AI', 'Generative AI Quiz',],
78+
skills: ['Generative AI', 'Generative AI Quiz'],
7879
referralCode: 'devdisplay',
7980
ApplyLink: 'https://www.cloudskillsboost.google/course_templates/536',
8081
poster: '/assets/Certifications/Introduction to Generative AI.png',
@@ -88,7 +89,8 @@ const certification = [
8889
level: 'Beginner',
8990
skills: ['LLMs', 'Effective Prompting', 'LLM Prompting'],
9091
referralCode: 'devdisplay',
91-
ApplyLink: 'https://codesignal.com/learn/courses/understanding-llms-and-basic-prompting-techniques?utm_campaign=classcentral-courses_Q4_25_&utm_medium=referral&utm_source=classcentral&utm_content=go-to-class',
92+
ApplyLink:
93+
'https://codesignal.com/learn/courses/understanding-llms-and-basic-prompting-techniques?utm_campaign=classcentral-courses_Q4_25_&utm_medium=referral&utm_source=classcentral&utm_content=go-to-class',
9294
poster: '/assets/Certifications/Understanding LLMs and Basic Prompting Techniques.png',
9395
shareLink: '#understanding-llms-and-basic-prompting-techniques',
9496
},
@@ -98,9 +100,10 @@ const certification = [
98100
title: 'Prompt Engineering for Everyone',
99101
duration: '1 Day',
100102
level: 'Beginner',
101-
skills: ['Understanding LLMs', 'Prompt Engineering',],
103+
skills: ['Understanding LLMs', 'Prompt Engineering'],
102104
referralCode: 'devdisplay',
103-
ApplyLink: 'https://codesignal.com/learn/paths/prompt-engineering-for-everyone?utm_campaign=classcentral-courses_Q4_25_&utm_medium=referral&utm_source=classcentral&utm_content=go-to-class',
105+
ApplyLink:
106+
'https://codesignal.com/learn/paths/prompt-engineering-for-everyone?utm_campaign=classcentral-courses_Q4_25_&utm_medium=referral&utm_source=classcentral&utm_content=go-to-class',
104107
poster: '/assets/Certifications/Prompt Engineering for Everyone.png',
105108
shareLink: '#prompt-engineering-for-everyone',
106109
},
@@ -140,7 +143,6 @@ const certification = [
140143
poster: '/assets/Certifications/Scientific Computing with Python.png',
141144
shareLink: '#scientific-computing-with-python',
142145
},
143-
144146
];
145147

146148
const StyledcertificationCard = styled.div`

0 commit comments

Comments
 (0)