-
Notifications
You must be signed in to change notification settings - Fork 252
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
Created Blog Page #770
Created Blog Page #770
Conversation
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.
Great job, @Varsha-1605! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
✅ Deploy Preview for rococo-mooncake-0d89f7 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
</footer> | ||
<button onclick="window.print()" style="font-family:Georgia; font-size:medium; line-height: inherit;border-radius:5px ;background-color: #f9e2c4;padding:5px 5px;">Print this page</button> | ||
</div> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/2.1.3/marked.min.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
modal.innerHTML = ` | ||
<div class="modal-content"> | ||
<span class="close">×</span> | ||
<h2>Manage Categories</h2> | ||
<ul id="categoryList" class="item-list"> | ||
${categories.map(category => `<li>${category} <button class="delete-btn delete-category" data-category="${category}">Delete</button></li>`).join('')} | ||
</ul> | ||
<form id="addCategoryForm" class="modal-form"> | ||
<input type="text" id="newCategory" placeholder="Enter new category" required> | ||
<button type="submit">Add Category</button> | ||
</form> | ||
</div> | ||
`; |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
modal.innerHTML = ` | ||
<div class="modal-content"> | ||
<span class="close">×</span> | ||
<h2>Manage Tags</h2> | ||
<ul id="tagList" class="item-list"> | ||
${tags.map(tag => `<li>${tag} <button class="delete-btn delete-tag" data-tag="${tag}">Delete</button></li>`).join('')} | ||
</ul> | ||
<form id="addTagForm" class="modal-form"> | ||
<input type="text" id="newTag" placeholder="Enter new tag" required> | ||
<button type="submit">Add Tag</button> | ||
</form> | ||
</div> | ||
`; |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
@Anjaliavv51 Kindly check this pr, let me know if there are any issues. |
1 similar comment
@Anjaliavv51 Kindly check this pr, let me know if there are any issues. |
🎉 Your pull request has been successfully merged! 🎉 Thank you for your contribution to our project. Your efforts are greatly appreciated. Keep up the fantastic work! 🚀 |
Fixes: #374
#Issue Description:
Create a Nostalgia Blog section on Retro featuring stories, interesting facts, and nostalgic content related to various eras and product lines. This will enhance user engagement by providing context and depth to the collections.
Key Specifications:
Blog Post Display:
Full Post View:
Commenting System:
Filtering System:
Content Management System (CMS):
Data Persistence:
Responsive Design:
UI Enhancements:
Header Scroll Effect:
Social Media Integration:
Navigation:
Hero Section:
Footer:
Modals:
Error Handling:
Date Formatting:
Markdown Support:
Dynamic Updates:
Accessibility:
Performance Optimization:
Type of PR
Video:
Retro.-.Google.Chrome.2024-10-12.12-38-18.mp4
Footer Aligned!
Checklist:
@Anjaliavv51 Kindly provide all the required labels as per the task completion.