Skip to content

Commit

Permalink
Update footer with new year, GitHub link, and Formula 1 in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetkahya0 committed Aug 3, 2024
1 parent aea062e commit 4a6f5a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h4>Mehmet's RSS Feed</h4>
<ul>
<li style="font-weight: lighter; font-size: small">
Webtekno - New York Times -Technopat - Github - Evrim Ağacı - OpenAI
Blog - The Verge - Apple Newsroom - Apple Devoloper News
Blog - The Verge - Apple Newsroom - Apple Devoloper News - Formula 1
</li>
</ul>
</footer>
Expand Down
4 changes: 4 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ document.addEventListener("DOMContentLoaded", () => {
title: "Apple Developer News and Updates",
url: "https://api.rss2json.com/v1/api.json?rss_url=https://developer.apple.com/news/rss/news.rss",
},
{
title: "Formula 1",
url: "https://api.rss2json.com/v1/api.json?rss_url=https://www.formula1.com/en/latest/all.xml",
},
];
rssFeeds.forEach((feed) => {
fetch(feed.url)
Expand Down

0 comments on commit 4a6f5a8

Please sign in to comment.