Skip to content

Add modern-css.com attribution to footer#21

Merged
brunoborges merged 2 commits intomainfrom
copilot/add-inspiration-source-footer
Feb 17, 2026
Merged

Add modern-css.com attribution to footer#21
brunoborges merged 2 commits intomainfrom
copilot/add-inspiration-source-footer

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 17, 2026

Adds attribution line acknowledging modern-css.com as inspiration source.

Changes

Updated footer in both templates to include new attribution line:

  • templates/index.html
  • templates/slug-template.html

The line appears between the "Made with" credit and GitHub link:

<footer>
  <p><a href="/">java.evolved</a> — Java has evolved. Your code can too.</p>
  <p>Made with ❤️ by <a href="https://github.com/brunoborges">Bruno Borges</a> and <a href="https://github.com/features/copilot">GitHub Copilot</a></p>
  <p>Inspired by <a href="https://modern-css.com" target="_blank" rel="noopener">modern-css.com</a></p>
  <p><a href="https://github.com/javaevolved/javaevolved.github.io">View on GitHub</a></p>
</footer>

Visual

Homepage:
Footer on homepage

Detail pages:
Footer on detail page

Original prompt

This section details on the original issue you should resolve

<issue_title>Add inspiration source to footer</issue_title>
<issue_description>Add to the footer that this website was inspired by modern-css.com</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
Copilot AI changed the title [WIP] Add inspiration source to footer Add modern-css.com attribution to footer Feb 17, 2026
@brunoborges brunoborges marked this pull request as ready for review February 17, 2026 16:45
Copilot AI requested a review from brunoborges February 17, 2026 16:45
@brunoborges brunoborges merged commit de266f2 into main Feb 17, 2026
@brunoborges brunoborges deleted the copilot/add-inspiration-source-footer branch February 26, 2026 01:29
Sign up for free to 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.

Add inspiration source to footer

2 participants