Skip to content

Commit

Permalink
Adding dummy rss data to start testing the upcoming card layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
123789g committed May 2, 2024
1 parent 957dca0 commit 5138859
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
padding: 1vh;
column-gap: 2%;
padding-top: 3vh;
min-height: 94vh;
/* min-height: 94vh; */
flex: 1 1 auto;
overflow-y: auto;
}
Expand Down
20 changes: 20 additions & 0 deletions src/rss-data/Debug.rss
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Dummy RSS Feed</title>
<description>This is a test RSS feed with dummy content.</description>
<link>http://example.com</link>
<item>
<title>Item 1</title>
<description>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</description>
<pubDate>Sun, 24 Apr 2022 08:00:00 GMT</pubDate>
<link>http://example.com/item1</link>
</item>
<item>
<title>Item 2</title>
<description>Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</description>
<pubDate>Mon, 25 Apr 2022 08:00:00 GMT</pubDate>
<link>http://example.com/item2</link>
</item>
</channel>
</rss>

0 comments on commit 5138859

Please sign in to comment.