This is my second development contribution for Steemgigs .
Portfolio Upload cannot upload due to cloudinary account problem. We are now using imgur api to upload images. Here is my commit b023504d88790d1a4750792362a21f1a1bdfd4f(commited directly to master as permitted by the owner because there were no maintainers available).
New Custom Gig Request can now upload images.
8db2dec2059173de26ffb1477836fd2cc8e73aed
Issue#39-Help Us Adjust The Format (Display) Of The #testimonials Post-Cards, To Look Similar To Post-Cards From Other Segments Of https://steemgigs.org
<router-link></router-link> tag to testimonialCard.vue . You can see the changes here 02d89cdf8e7ada22b594e21abab59700087ddde2.Issue#38Help Us Limit The Number Of Rows (For Post-Cards) For Each Segment Of The Homepage Of https://steemgigs.org, To 2 Rows Each.
.slice(0.8) to the v-for="(gig, index) in steemgigs" for each segment. Now its v-for="(gig, index) in steemgigs.slice(0,8)" to make it 2 rows since 1 row can contain 4 gig card so i made it maximum 8 gigcards per segment.Added Contribution Tab to User's Profile to see the contributions created using the Surpassing Google Editors.8f7b202d25cc50fc75e5b8ceac36e6cc2eee30da
Surpassing Google Editor minumum character is now 1000 to make a post.4e7916043ce2992090a9d6dd7bfe5a9c3d0ee892
PR Link
https://github.com/steemgigs/steemgigs/pull/43