Skip to content

Commit

Permalink
keep existing order of cheatsheet for now
Browse files Browse the repository at this point in the history
  • Loading branch information
drew25000 committed Dec 19, 2023
1 parent 65ea838 commit d339893
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/cheatSheetEntries.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cheatsheets=[
cheatsheets = [
{
thumbnail: 'img/readingList/psychological_safety_cheat_sheet.jpg',
title: 'Psychological Safety',
Expand All @@ -15,34 +15,34 @@ cheatsheets=[
},

{
thumbnail: 'img/merchandise/human_communication_cheat_sheet.png',
title: 'Human Communication',
thumbnail: 'img/merchandise/chartering_cheat_sheet.jpg',
title: 'Chartering',
sources: [
{
language: 'English',
url: 'https://docs.google.com/document/d/14ZgehM4eTSzToO7IBpKGkwMufVdGXP4tfI2GO5lcYp0/export?format=pdf'
url: 'https://docs.google.com/document/d/1s7iO71YYHJ5BPxwoB1W8ywr7KAlO0ozjXCPdXG4nOzg/export?format=pdf'
}
],
},

{
thumbnail: 'img/merchandise/chartering_cheat_sheet.jpg',
title: 'Chartering',
thumbnail: 'img/merchandise/accelerating_flow_cheat_sheet.jpg',
title: 'Accelerating Flow',
sources: [
{
language: 'English',
url: 'https://docs.google.com/document/d/1s7iO71YYHJ5BPxwoB1W8ywr7KAlO0ozjXCPdXG4nOzg/export?format=pdf'
url: 'https://docs.google.com/document/d/1a0ortR3E6-DQurlY1s28LwbJBthjAYVtkQQozPxGGVA/export?format=pdf'
}
],
},

{
thumbnail: 'img/merchandise/accelerating_flow_cheat_sheet.jpg',
title: 'Accelerating Flow',
thumbnail: 'img/merchandise/human_communication_cheat_sheet.png',
title: 'Human Communication',
sources: [
{
language: 'English',
url: 'https://docs.google.com/document/d/1a0ortR3E6-DQurlY1s28LwbJBthjAYVtkQQozPxGGVA/export?format=pdf'
url: 'https://docs.google.com/document/d/14ZgehM4eTSzToO7IBpKGkwMufVdGXP4tfI2GO5lcYp0/export?format=pdf'
}
],
},
Expand Down
Binary file modified img/.DS_Store
Binary file not shown.

0 comments on commit d339893

Please sign in to comment.