Skip to content

TEZ-4652: ASF logo is too big - #435

Merged
ayushtkn merged 4 commits into
apache:masterfrom
okumin:TEZ-4652-asf-logo
Oct 15, 2025
Merged

TEZ-4652: ASF logo is too big#435
ayushtkn merged 4 commits into
apache:masterfrom
okumin:TEZ-4652-asf-logo

Conversation

@okumin

Copy link
Copy Markdown
Contributor

Now, we see a very outstanding ASF logo.
https://tez.apache.org/

Migrate to SVG

The official site does not mention the existence of asf_logo_wide.png. Though it is still available, I'm not sure if it is permanent. So, this will unlink it and use the SVG file.

Use the absolute size

The original one used a relative size so that the entire height becomes 82px. As asf_logo_wide becomes much larger, this PR switched to the absolute size & auto-resize.

image

#banner .pull-right img {
height: 100%;
width: auto;
padding: 4px;

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I felt the Oak Leaf looked clogged without the padding. That's why I added 4px.

image

This is the current view.
image

@tez-yetus

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec22m 40sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+0 🆗detsecrets0m 0sdetect-secrets was not available.
+0 🆗xmllint0m 0sxmllint was not available.
+1 💚@author0m 0sThe patch does not contain any @author tags.
_ master Compile Tests _
+1 💚mvninstall12m 2smaster passed
+1 💚mvnsite0m 57smaster passed
_ Patch Compile Tests _
+1 💚mvninstall0m 10sthe patch passed
+1 💚codespell0m 27sNo new issues.
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚mvnsite0m 13sthe patch passed
_ Other Tests _
+1 💚asflicense0m 16sThe patch does not generate ASF License warnings.
37m 40s
SubsystemReport/Notes
DockerClientAPI=1.51 ServerAPI=1.51 base: https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-435/1/artifact/out/Dockerfile
GITHUB PR#435
Optional Testsdupname asflicense codespell detsecrets mvnsite xmllint
unameLinux 20ed32383aae 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-home/workspace/tez-multibranch_PR-435/src/.yetus/personality.sh
git revisionmaster / eeb7eff
Max. process+thread count85 (vs. ulimit of 5500)
modulesC: docs U: docs
Console outputhttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-435/1/console
versionsgit=2.43.0 maven=3.8.7 codespell=2.0.0
Powered byApache Yetus 0.15.1 https://yetus.apache.org

This message was automatically generated.

@okumin
okumin marked this pull request as ready for review October 12, 2025 03:05

@zabetakzabetak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM. In fact, since there is no obligation/requirement to have the ASF logo in the project's website we could even drop it completely.

@ayushtknayushtkn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ayushtkn

Copy link
Copy Markdown
Member

@zabetak I was planning to merge this, Just wanted to confirm if you are ok with merging this. Maybe we can discuss removal of ASF logo separately, maybe with wider audience on dev@ if you feel so

@zabetak

Copy link
Copy Markdown
Member

@ayushtkn Sure, I am ok to merge this that's why I approved the PR. Don't feel strongly about the removal but it can certainly make things simpler from both legal and visual part :)

@ayushtkn
ayushtkn merged commit 795576f into apache:masterOct 15, 2025
4 checks passed
@okumin
okumin deleted the TEZ-4652-asf-logo branch October 15, 2025 07:05
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@okumin@tez-yetus@ayushtkn@zabetak