-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New welcome page for 4.4 LTS & 5.0 #33189
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
dfb15b2
to
9748ef1
Compare
@@ -4,64 +4,102 @@ | |||
<meta charset="UTF-8" /> | |||
<title>Welcome!</title> | |||
<style> | |||
body { background: #F5F5F5; font: 18px/1.5 sans-serif; } | |||
<?php $hue = random_int(0, 360); ?> |
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.
$hue ahahah
I'm on a smartphone so I can't review this properly, but I want to tell that I absolutely love this proposal. Yonel, what an amazing work you did here. I couldn't like it more |
I really love the proposal ! |
Wouldn't it be even greater if the "sea" was slowly moving with some CSS animation? 😃 |
Yes, that would be super nice! I was tempted since I started working on this to give a subtle animation to some of the elements, the stars or the sea or the texts, but I'd need to look for some examples. Do you know how to do it right? |
If we decide add some animation, it shouldn't be a distraction, perhaps a limited animation (not infinite) of some element (not all) should be enough. |
First of all: 😍 😍 it looks amazing! I would not add to much noise (I think the current changing hue's might be already too much, but that might have more to do with the GIF than the actual result). |
9748ef1
to
8b7190e
Compare
I've also removed the ⭐ element from the initial version:
|
8b7190e
to
ae7e7af
Compare
ae7e7af
to
328b97e
Compare
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.
less is more 👌
I really like the night sky with the stars. The Symfony logo totally reminded me of the moon. It would be funny to put the SF text on an allusion of a moon and add some glow. Something like https://www.vectorstock.com/royalty-free-vector/realistic-beautiful-moon-on-transparent-vector-19727271 |
I think it's the best design cleanup the Symfony default page could ever hope for 😄 I'd be okay to ship it as-is! 🚀 |
I liked the star element and maybe there could be a wordplay somewhere like "Star the symfony project". Not sure if it will make it worse though... Anyway really great result. |
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.
Great work! Let's merge and iterate from there.
Thank you @yceruto. |
This PR was merged into the 4.4 branch. Discussion ---------- New welcome page on startup for 4.4 LTS & 5.0 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - A new LTS version of Symfony is coming and a new major version too. That deserves a little more ❤️ than usual. This picture simulate two components of the live: the Ocean and the sky/Universe, with the aim of inspiring calm at the same time desire to build good & great things:  The HUE value changes randomly each time you enter to the homepage. That's just an idea to make it dynamic. I invite you to try it and send your ideas too. I'd like this experience to be extremely exciting for newcomers. About all text & message this would be a good time to say what people want to hear :) Symfony's amazing \o/. Some communication skills are required here. I'm not a designer, so I'd want some expert on this topic destroying the proposal making it even better :) HTML+CSS only: I tried to use some moderm features that were compatible with most of browser, but I might be forgetting something. The icons were taken from https://material.io/resources/icons/ (free), but I don't know how to deal with this license: > Our icons are free for everyone to use. Please don’t try to sell them. > Available under [Apache license version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html). Should we copy it somewhere? should it be visible to the user? **Before:**  A good first feeling is really really important, is it worth it? Thoughts! ping to my friend @javiereguiluz this is for sure something you would like to check. Cheers! Commits ------- 328b97e New welcome page
@yceruto I've just tested on a brand new project and I've the following comments:
|
See #33510 |
This PR was merged into the 4.4 branch. Discussion ---------- Minor tweaks to the welcome page | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #33189 (comment) | License | MIT | Doc PR | - /cc @fabpot Commits ------- acd5061 Some styling tweaks ddffc97 minor tweaks to the welcome page
This PR was merged into the 4.4 branch. Discussion ---------- Minor tweaks to the welcome page | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony/symfony#33189 (comment) | License | MIT | Doc PR | - /cc @fabpot Commits ------- acd5061 Some styling tweaks ddffc97 minor tweaks to the welcome page
A new LTS version of Symfony is coming and a new major version too. That deserves a little more ❤️ than usual.
This picture simulates two components of the life: the Ocean and the sky/Universe, with the aim of inspiring calm at the same time desire to build good & great things:
The HUE value changes randomly each time you enter the homepage. That's just an idea to make it dynamic. I invite you to try it and send your ideas too. I'd like this experience to be extremely exciting for newcomers.
About all text & messages, this would be a good time to say what people want to hear :) Symfony's amazing \o/. Some communication skills are required here.
I'm not a designer, so I'd want some expert on this topic destroying the proposal making it even better :)
HTML+CSS only: I tried to use some modern features that were compatible with most browsers, but I might be forgetting something.
The icons were taken from https://material.io/resources/icons/ (free), but I don't know how to deal with this license:
Should we copy it somewhere? should it be visible to the user?
Before:

A good first impression is really, really important. Is it worth it? Thoughts!
ping to my friend @javiereguiluz this is for sure something you would like to check.
Cheers!