Add default landing page with link builder (#114) #119
Reference in New Issue
Block a user
Delete Branch "mmarhin/autogits:default-page"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR introduces the initial HTML structure for the default landing page (root URL).
Changes included:
static/index.htmlwith the basic form and layout (using PicoCSS).main.goto serve the static file on the/path.Status:
The HTML is static; the JavaScript logic to dynamically update the "Preview" and "Link" sections based on user input is missing and will be implemented in the next steps.
Relates to #114
WIP: Add default landing page with link builder (#114)to Add default landing page with link builder (#114)I have pushed the full implementation.
Sorry for the commit noise/reverts in the history; I encountered a small issue where
.gitignorewas filtering out the SVG assets, so I had to revert and re-apply the changes to include them properly.Summary of the latest changes:
script.jsto handle real-time preview updates and link generation (Markdown/URL).style.cssto customize PicoCSS with openSUSE branding colors (Green).main.goto properly serve static files from the/static/directory.The feature is now fully functional and ready for review.
@@ -0,0 +123,4 @@<hr /><section>I think that there's no need to add all the information, sections from here to the end can be removed.
Done @dgarcia! Cleanup complete.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.