Skip to content

Commit

Permalink
feat: Add 15.0 apprentices
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanleven committed Feb 21, 2022
1 parent 1c0b713 commit c580caf
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 17 deletions.
6 changes: 3 additions & 3 deletions __tests__/__snapshots__/snapshot.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -609,11 +609,11 @@ exports[`renders homepage unchanged 1`] = `
>
<img
alt=""
src="/apprentices/Michael.png"
src="/apprentices/Angus.png"
/>
<img
alt=""
src="/apprentices/Neil.png"
src="/apprentices/Alice.png"
/>
<img
alt=""
Expand Down Expand Up @@ -702,7 +702,7 @@ exports[`renders homepage unchanged 1`] = `
<span>
© Sparkbox
2021
2022
.
</span>
Expand Down
4 changes: 2 additions & 2 deletions components/call-to-action/call-to-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const CallToAction = () => (
</div>
<div aria-hidden className={styles['call-to-action__art-container']}>
<div className={styles['call-to-action__grid']}>
<img src="/apprentices/Michael.png" alt="" />
<img src="/apprentices/Neil.png" alt="" />
<img src="/apprentices/Angus.png" alt="" />
<img src="/apprentices/Alice.png" alt="" />
<img src="/apprentices/Sheridan.png" alt="" />
<img src="/apprentices/Hunter.png" alt="" />
<img src="/apprentices/Merani.png" alt="" />
Expand Down
43 changes: 31 additions & 12 deletions data/apprentices.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"previousApprenticeGroups": [
{
"version": "14.0",
"apprentices": [
{
"name": "Angus Chang",
"status": "current"
},
{
"name": "Alice Russell"
}
]
},
{
"version": "13.0",
"apprentices": [
Expand Down Expand Up @@ -182,26 +194,33 @@
}
],
"currentApprenticeGroup": {
"version": "14.0",
"version": "15.0",
"currentApprentices": [
{
"name": "Angus Chang",
"image": "/apprentices/Angus.png",
"name": "Meg Howe",
"image": "/apprentices/Meg.png",
"links": [
{ "href": "https://mhowe.dev", "text": "Portfolio" },
{ "href": "https://www.linkedin.com/in/howema", "text": "LinkedIn" },
{ "href": "https://github.com/howema", "text": "GitHub" }
]
},
{
"name": "Osmond Arnesto",
"image": "/apprentices/Osmond.png",
"links": [
{ "href": "https://changangus.github.io/", "text": "Portfolio" },
{ "href": "https://www.linkedin.com/in/changangus/", "text": "LinkedIn" },
{ "href": "https://github.com/changangus", "text": "GitHub" }
{ "href": "https://osmondarnesto.com", "text": "Portfolio" },
{ "href": "https://github.com/arnest00", "text": "GitHub" }
]
},
{
"name": "Alice Russell",
"image": "/apprentices/Alice.png",
"name": "Theo Gainey",
"image": "/apprentices/Theo.png",
"links": [
{ "href": "https://auaruss.github.io", "text": "Portfolio" },
{ "href": "https://www.linkedin.com/in/alice-russell-292315225/", "text": "LinkedIn" },
{ "href": "https://github.com/auaruss", "text": "GitHub" }
{ "href": "https://www.theogainey.com", "text": "Portfolio" },
{ "href": "https://github.com/theogainey", "text": "GitHub" }
]
}
]
}
}
}
Binary file added public/apprentices/Meg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/apprentices/Michael.png
Binary file not shown.
Binary file removed public/apprentices/Neil.png
Binary file not shown.
Binary file added public/apprentices/Osmond.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apprentices/Theo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c580caf

Please sign in to comment.