|
| 1 | +const worksop = { |
| 2 | + policies: { |
| 3 | + title: 'Workshop Policies', |
| 4 | + body: [ |
| 5 | + 'What is Lorem Ipsum Lorem Ipsum is simply dummy text of text of text of ', |
| 6 | + 'What is Lorem Ipsum Lorem Ipsum is simply text of', |
| 7 | + 'What is Lorem Ipsum Lorem Ipsum is simply dummy text text of', |
| 8 | + 'What is Lorem Ipsum Lorem Ipsum text of' |
| 9 | + ] |
| 10 | + }, |
| 11 | + must_do: { |
| 12 | + title: 'Workshop Requestors Must Do', |
| 13 | + body: [ |
| 14 | + 'What is Lorem Ipsum Lorem Ipsum is simply dummy text of text of text of of text of text of of text of text of sfsfterwdvyh', |
| 15 | + 'What is Lorem Ipsum Lorem Ipsum is simply text of', |
| 16 | + 'What is Lorem Ipsum Lorem Ipsum is simply dummy text text of', |
| 17 | + 'What is Lorem Ipsum Lorem Ipsum text of of text of text of of text of text of' |
| 18 | + ] |
| 19 | + }, |
| 20 | + projects: [ |
| 21 | + { |
| 22 | + title: 'Mobile App Development', |
| 23 | + img: '/static/images/courses/projects/split.png' |
| 24 | + }, |
| 25 | + { |
| 26 | + title: 'File Encryption and Compression', |
| 27 | + img: '/static/images/courses/projects/security.jpg' |
| 28 | + }, |
| 29 | + { |
| 30 | + title: 'Api calls', |
| 31 | + img: '/static/images/courses/projects/apicall.jpg' |
| 32 | + }, |
| 33 | + { |
| 34 | + title: 'Git Version Control Replica', |
| 35 | + img: '/static/images/courses/projects/git.png' |
| 36 | + }, |
| 37 | + { |
| 38 | + title: 'Mobile App Development', |
| 39 | + img: '/static/images/courses/projects/split.png' |
| 40 | + }, |
| 41 | + { |
| 42 | + title: 'Mobile App Development', |
| 43 | + img: '/static/images/courses/projects/split.png' |
| 44 | + } |
| 45 | + ] |
| 46 | +}; |
| 47 | + |
| 48 | +export default worksop; |
0 commit comments