diff --git a/components/student-engagement/get-involved/GetInvolved.js b/components/student-engagement/get-involved/GetInvolved.js index 41cfdb94f5a..fb158900a9e 100644 --- a/components/student-engagement/get-involved/GetInvolved.js +++ b/components/student-engagement/get-involved/GetInvolved.js @@ -18,9 +18,6 @@ import * as React from 'react'; import { Row, Col, Container } from 'react-bootstrap'; -import Image from 'next-image-export-optimizer'; - -import { prefix } from '../../../utils/prefix'; import styles from './GetInvolved.module.css'; diff --git a/components/student-engagement/outline/Outline.js b/components/student-engagement/outline/Outline.js index 735fbcc76e7..955e46de9a8 100644 --- a/components/student-engagement/outline/Outline.js +++ b/components/student-engagement/outline/Outline.js @@ -61,7 +61,7 @@ export default function Outline(props) { - + @@ -79,7 +79,7 @@ export default function Outline(props) { - + @@ -98,7 +98,7 @@ export default function Outline(props) { - + @@ -116,7 +116,7 @@ export default function Outline(props) { - + @@ -134,7 +134,7 @@ export default function Outline(props) { - + @@ -152,14 +152,14 @@ export default function Outline(props) { - + -

Industry projects

+

Project mentorship

-

Partner for real-world digital transformation projects to develop skills in industry practices.

+

Connect students with industry experts for innovative solutions through guided project development.

@@ -169,13 +169,16 @@ export default function Outline(props) {
- - + + Concept note + Learn more + + -

Learn more

- -

+ + +

Want to find out more? Reach out to our team at contact@ballerina.io

diff --git a/components/student-engagement/outline/Outline.module.css b/components/student-engagement/outline/Outline.module.css index 24a0f254f2d..b5aa5ba44a3 100644 --- a/components/student-engagement/outline/Outline.module.css +++ b/components/student-engagement/outline/Outline.module.css @@ -11,20 +11,20 @@ } .learnMore { - display: block; transition: none !important; font-size: 18px; font-weight: 400; background-color: #20b6b0; color: #ffffff !important; - padding: 10px 20px 10px 60px; + padding: 13px 20px 10px 60px; text-decoration: none; min-height: 60px; line-height: 35px; background-image: url('/images/arrow-right-white.svg'); background-repeat: no-repeat; - background-position: left 20px top 14px; - width: fit-content; + background-position: left 20px top 16px; + /* width: 100%; */ + margin-bottom: 10px; } .learnMore:hover { @@ -35,10 +35,20 @@ .icon { padding-left: 0; } - } - - @media (min-width: 768px) { + .learnMore { + display: block; + width: 100%; + } + +} + +@media (min-width: 768px) { .icon { padding-left: 1rem; } - } \ No newline at end of file + .learnMore { + display: inline-block; + width: 200px; + margin-right: 20px; + } +} diff --git a/public/community/student-program/WSO2-Ballerina-Student-Engagement-Program-Concept-Note.pdf b/public/community/student-program/WSO2-Ballerina-Student-Engagement-Program-Concept-Note.pdf new file mode 100644 index 00000000000..db0df198857 Binary files /dev/null and b/public/community/student-program/WSO2-Ballerina-Student-Engagement-Program-Concept-Note.pdf differ