-
-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Joseph's testimonial #1611
Add Joseph's testimonial #1611
Conversation
app/retail/views.py
Outdated
@@ -50,6 +50,9 @@ def index(request): | |||
("Piper", static("v2/images/testimonials/pipermerriam.jpg"), | |||
_("Although we’ve only hired two developers, there is no doubt that we could have sourced more. Gitcoin has been the strongest hiring signal in all of the hiring I’ve ever done."), | |||
'https://github.com/pipermerriam', 'Pipermerriam'), | |||
("Joseph Schiarizzi", static("v2/images/testimonials/jschiarizzi.jpeg"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E131 continuation line unaligned for hanging indent
app/retail/views.py
Outdated
@@ -50,6 +50,9 @@ def index(request): | |||
("Piper", static("v2/images/testimonials/pipermerriam.jpg"), | |||
_("Although we’ve only hired two developers, there is no doubt that we could have sourced more. Gitcoin has been the strongest hiring signal in all of the hiring I’ve ever done."), | |||
'https://github.com/pipermerriam', 'Pipermerriam'), | |||
("Joseph Schiarizzi", static("v2/images/testimonials/jschiarizzi.jpeg"), | |||
_("On a Friday I needed a front end done for a project due in 48 hours. When everyone I knew was busy, gitcoiners were able to help me make my deadline, with fast, affordable, & high quality work."), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E128 continuation line under-indented for visual indent
E501 line too long (209 > 120 characters)
app/retail/views.py
Outdated
@@ -50,6 +50,9 @@ def index(request): | |||
("Piper", static("v2/images/testimonials/pipermerriam.jpg"), | |||
_("Although we’ve only hired two developers, there is no doubt that we could have sourced more. Gitcoin has been the strongest hiring signal in all of the hiring I’ve ever done."), | |||
'https://github.com/pipermerriam', 'Pipermerriam'), | |||
("Joseph Schiarizzi", static("v2/images/testimonials/jschiarizzi.jpeg"), | |||
_("On a Friday I needed a front end done for a project due in 48 hours. When everyone I knew was busy, gitcoiners were able to help me make my deadline, with fast, affordable, & high quality work."), | |||
'https://github.com/jschiarizzi', 'Fourth Wave'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E128 continuation line under-indented for visual indent
Codecov Report
@@ Coverage Diff @@
## master #1611 +/- ##
======================================
Coverage 29.9% 29.9%
======================================
Files 130 130
Lines 9648 9648
Branches 1245 1245
======================================
Hits 2885 2885
Misses 6659 6659
Partials 104 104
Continue to review full report at Codecov.
|
app/retail/views.py
Outdated
@@ -50,6 +50,9 @@ def index(request): | |||
("Piper", static("v2/images/testimonials/pipermerriam.jpg"), | |||
_("Although we’ve only hired two developers, there is no doubt that we could have sourced more. Gitcoin has been the strongest hiring signal in all of the hiring I’ve ever done."), | |||
'https://github.com/pipermerriam', 'Pipermerriam'), | |||
("Joseph Schiarizzi", static("v2/images/testimonials/jschiarizzi.jpeg"), | |||
_("On a Friday I needed a front end done for a project due in 48 hours. When everyone I knew was busy, gitcoiners were able to help me make my deadline, with fast, affordable, & high quality work."), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (209 > 120 characters)
Description
Adds Joseph's testimonial to the landing page.
Checklist
/cc @owocki