-
-
Notifications
You must be signed in to change notification settings - Fork 26k
DOC Adjust layout for 'testimonials' page #15145
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
Conversation
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.
Thanks for the responsive layout. Could you please try to make the testimonial headers left-aligned with the following paragraph? At the moment there is some additional padding/indentation for the header.
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.
I think this layout will still work without the sk-testimonial-div-box
:
<div class="sk-testimonial">...
<p>...
<div class="testtimonial-author">...
<a>...
</div>
How about instead we remove this page? |
Hello, I'm stopping any work on this PR until this question answered... hope you understand... :) |
Why? Do you think the testimonials are too old? Or this page is leading to incentivize abuse for SEO/marketing purpose? I still think it's useful to give datascience students, journalists, funding agencies and business managers some specific example of business (and scientific) applications of machine learning tools like scikit-learn. |
I've synchronized to master.
I'm not sure to understand... I need the flex-container and multiple flex-boxes in order to generate flexible reordering of different div (https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox).... |
In a follow up PR, can we rename the |
What does this implement/fix? Explain your changes.
This PR suggests a new and more responsive layout for the "Testimonials" page, addressing the proposition made here