-
Notifications
You must be signed in to change notification settings - Fork 46
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 a new footer at Mote's message #698
base: main
Are you sure you want to change the base?
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,4 +48,17 @@ | |
</span> | ||
</div> | ||
</div> | ||
<div class="mx-auto flex max-w-screen-xl flex-wrap lg:flex-nowrap lg:justify-center"> | ||
<div class="w-[200px] flex-none pb-6 lg:pb-0"> | ||
<img class="FPImage mb-2 xl:mb-0" src="../imgs/red-hat-logo.png" alt="Sponsored by Red Hat Logo"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please refrain from using relative references in the assets and use Static Files to refer to these files. |
||
</div> | ||
<div class="w-full"> | ||
<div class="flex justify-center px-4"> | ||
<p class="text-white">Fedora is sponsored by Red Hat. <a href="https://docs.fedoraproject.org/en-US/quick-docs/fedora-and-red-hat-enterprise-linux/" class="block w-full text-fp-gray underline underline-offset-1"><!--[-->Learn more about the relationship between Red Hat and Fedora.<!--]--></a></p> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there a reason why the square brackets are commented out over there? Is it possible to remove them because they are not visible anyway? |
||
</div> | ||
</div> | ||
<div class="w-[200px] flex-none"> | ||
</div> | ||
</div> | ||
|
||
{% endblock %} |
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.
Could you please undo the changes made on the README.md file?
It is irrelevant to the purpose of the pull request.
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.
done