This repository was archived by the owner on Oct 27, 2024. It is now read-only.
-
Couldn't load subscription status.
- Fork 59
Add website files #163
Closed
Closed
Add website files #163
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR adds initial website files (index.html, style.css, app.js, and contributors.json) to showcase contributors and their contributions. The main page provides an interface for selecting programming languages and viewing related DSA problems. This supports Issue d-coder111#15 by enhancing the visibility of our contributors.
This commit enhances the style.css file to improve the visual presentation of the contributors' display section. Key updates include: Hover Effects: Added scaling effects to contributor cards for better interactivity. Transitions: Incorporated smooth transitions for hover actions to enhance user experience. Responsive Design: Implemented media queries to ensure a mobile-friendly layout. Text Alignment and Sizing: Improved typography for better readability and visual hierarchy. These enhancements contribute to a more engaging and user-friendly website for showcasing contributors and their contributions. This PR adds initial website files (index.html, style.css, app.js, and contributors.json) to showcase contributors and their contributions. The main page provides an interface for selecting programming languages and viewing related DSA problems. This supports Issue d-coder111#15 by enhancing the visibility of our contributors.
This commit enhances the app.js file by adding error handling to provide user feedback when fetching contributors fails. It also implements an automatic refresh of the contributors list every minute to ensure that users have access to the latest data. The code has been cleaned up to improve readability and maintainability. This PR adds initial website files (index.html, style.css, app.js, and contributors.json) to showcase contributors and their contributions. The main page provides an interface for selecting programming languages and viewing related DSA problems. This supports Issue d-coder111#15 by enhancing the visibility of our contributors.
This commit introduces the contributors.json file, which contains a list of contributors and their GitHub profiles. This file is utilized by app.js to dynamically display contributor information on the DSAmplify website. The structure includes each contributor's name and GitHub link, enhancing visibility and appreciation for their contributions. This PR adds initial website files (index.html, style.css, app.js, and contributors.json) to showcase contributors and their contributions. The main page provides an interface for selecting programming languages and viewing related DSA problems. This supports Issue d-coder111#15 by enhancing the visibility of our contributors.
Hey @FaizanAnwar01 ,update your repo once to resolve conflicts, then I will merge after reviewing.
Hey @d-coder111 It's done.
... On Sun, Oct 27, 2024 at 8:29 AM d-coder111 ***@***.***> wrote:
Hey @FaizanAnwar01 <https://github.com/FaizanAnwar01> ,update your repo
once to resolve conflicts, then I will merge after reviewing.
—
Reply to this email directly, view it on GitHub
<#163 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJQNQ522XRHGTFNCDU7QXFLZ5RMYJAVCNFSM6AAAAABQVGZGWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZHAZDGNZQG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
Hey @FaizanAnwar01 , I checked the code submitted by you and here are some changes to make
image
Don't add dummy contributors..if you want to add contributors, add the actual ones in the contributor section and in the home page you can add about DSA stuff and its amazing application.
You can work on the sections highlighted above in the 2nd screenshot.
d-coder111
d-coder111
suggested changes
Oct 27, 2024
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.
make the necessary changes.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds initial website files (index.html, style.css, app.js, and contributors.json) to showcase contributors and their contributions. The main page provides an interface for selecting programming languages and viewing related DSA problems. This supports Issue #15 by enhancing the visibility of our contributors.