jaiyankargupta / OCD-Website

Open Code Developer Society(OCD) is a well known society at NIT Kurukshetra. This society helps everyone to improve their knowledge and skills in the coding area. This website contains all the information you want to know about OCD
https://jaiyankargupta.github.io/OCD-Website/
0 stars 62 forks source link

Resource Links Not Working in Resource Library #242

Closed rajveerpathak1 closed 4 months ago

rajveerpathak1 commented 4 months ago

ocd1

The "Visit" buttons in the Resources Library are not functioning as expected. When users click on the "Visit" button to access the provided resource links, nothing happens. This issue affects all resources listed in the library. The issue affects all categories of resources: Competitive Programming, Data Structures and Algorithms, Web Development, Data Science, Machine Learning & AI, and Cybersecurity.

Possible Solutions:

Ensure the href attribute of the anchor tags is correctly assigned to the resource URLs. Verify that the click event is properly captured and handled by the JavaScript code responsible for opening the links.

rajveerpathak1 commented 4 months ago

corrected