-
Notifications
You must be signed in to change notification settings - Fork 249
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 #582
Created Blog page #582
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. |
</div> | ||
</div> | ||
</footer> | ||
<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
@Varsha-1605 it loads diff |
@Anjaliavv51 what should I do? |
resolve merge conflicts |
@Anjaliavv51 kindly have a look at this pr and if still there are issues please let me know!!!. |
2 similar comments
@Anjaliavv51 kindly have a look at this pr and if still there are issues please let me know!!!. |
@Anjaliavv51 kindly have a look at this pr and if still there are issues please let me know!!!. |
@Anjaliavv51 I have resolved the issue please check this pr. |
@Varsha-1605 below footer is misaligned please look into it |
@Anjaliavv51 ok |
@Anjaliavv51 I have raised another pull request kindly check it let me know if there are any issues. |
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
Checklist:
@Anjaliavv51 Kindly provide all the required labels as per the task completion.