|
| 1 | +module.exports = [ |
| 2 | + { |
| 3 | + name: 'Lorem Ipsum', |
| 4 | + url: '/projects/sample.png', |
| 5 | + info: `Some Project Info Here`, |
| 6 | + github: `https://github.com`, |
| 7 | + }, |
| 8 | + { |
| 9 | + name: 'Lorem Ipsum', |
| 10 | + url: '/projects/sample.png', |
| 11 | + info: `Some Project Info Here`, |
| 12 | + github: `https://github.com`, |
| 13 | + }, |
| 14 | + { |
| 15 | + name: 'Lorem Ipsum', |
| 16 | + url: '/projects/sample.png', |
| 17 | + info: `Some Project Info Here`, |
| 18 | + github: `https://github.com`, |
| 19 | + }, |
| 20 | + { |
| 21 | + name: 'Lorem Ipsum', |
| 22 | + url: '/projects/sample.png', |
| 23 | + info: `Some Project Info Here`, |
| 24 | + github: `https://github.com`, |
| 25 | + }, |
| 26 | + { |
| 27 | + name: 'Lorem Ipsum', |
| 28 | + url: '/projects/sample.png', |
| 29 | + info: `Some Project Info Here`, |
| 30 | + github: `https://github.com`, |
| 31 | + }, |
| 32 | + { |
| 33 | + name: 'Lorem Ipsum', |
| 34 | + url: '/projects/sample.png', |
| 35 | + info: `Some Project Info Here`, |
| 36 | + github: `https://github.com`, |
| 37 | + }, |
| 38 | + { |
| 39 | + name: 'Lorem Ipsum', |
| 40 | + url: '/projects/sample.png', |
| 41 | + info: `Some Project Info Here`, |
| 42 | + github: `https://github.com`, |
| 43 | + }, |
| 44 | + { |
| 45 | + name: 'Lorem Ipsum', |
| 46 | + url: '/projects/sample.png', |
| 47 | + info: `Some Project Info Here`, |
| 48 | + github: `https://github.com`, |
| 49 | + }, |
| 50 | +]; |
0 commit comments