File tree Expand file tree Collapse file tree
sections/Projects/Project-grid Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import kanvas from "../../../assets/images/kanvas/icon-only/kanvas-icon-color.sv
2020import catalog from "../../../assets/images/catalog-icon/catalog.svg" ;
2121import sistent from "../../../assets/images/sistent/sistent-logo.svg" ;
2222import SoSpecial from "../../Home/So-Special-Section" ;
23+ import academy from "../../../assets/images/academy/academy.svg" ;
2324
2425const ProjectPage = ( ) => {
2526 const { isDark } = useContext ( ThemeManagerContext ) ;
@@ -43,6 +44,13 @@ const ProjectPage = () => {
4344 < h5 > Sistent</ h5 >
4445 </ div >
4546 </ Link >
47+ { /*TODD - The URL needs to be changed */ }
48+ < Link to = "https://cloud.layer5.io/academy" className = "project__card academy" >
49+ < div className = "project__card-container project__card-container_one" >
50+ < img src = { academy } alt = "Academy" />
51+ < h5 > Academy</ h5 >
52+ </ div >
53+ </ Link >
4654 < Link to = "/service-mesh-landscape" className = "project__card one" >
4755 < div className = "project__card-container project__card-container_one" >
4856 < img src = { landscape } alt = "Landscape" />
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ export const ProjectWrapper = styled.div`
164164 grid-column: 6/8;
165165 grid-row: 1/3;
166166 img {
167- width: 75px ;
167+ width: 105px ;
168168 align-self: center;
169169 }
170170 h5 {
@@ -175,7 +175,7 @@ export const ProjectWrapper = styled.div`
175175
176176 // Sistent
177177 .project__card.sistent {
178- grid-column: 1/3 ;
178+ grid-column: 1/2 ;
179179 grid-row: 1/3;
180180 img {
181181 width: 85px;
@@ -187,6 +187,20 @@ export const ProjectWrapper = styled.div`
187187 }
188188 }
189189
190+ // Academy
191+ .project__card.academy {
192+ grid-column: 2/3;
193+ grid-row: 1/3;
194+ img {
195+ width: 85px;
196+ align-self: center;
197+ margin-bottom: 14px;
198+ }
199+ h5 {
200+ align-self: center;
201+ }
202+ }
203+
190204 // Service Mesh Performance
191205 .project__card.five {
192206 grid-column: 1/2;
You can’t perform that action at this time.
0 commit comments