abhirajadhikary06 / abhirajadhikary06/openfeedback

Bug: Footer Social Media Links Are Not Functional

未關閉 適合新手
#44 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
HTML
星號
8
分支
15
PR 合併指標
30 天內沒有已合併 PR

描述

### Description
The social media icons (GitHub, Twitter, LinkedIn) in the footer section have empty `href` attributes.

Currently:
- Clicking on the icons does nothing.
- The links do not redirect to any external page.

This affects user experience and reduces the credibility of the application.

---

### Expected Behavior
- Each social media icon should redirect to the respective profile or official page.
- Links should open in a new tab using `target="_blank"`.
- Add `rel="noopener noreferrer"` for security best practices.
- Optionally include `aria-label` for accessibility.

---

### Suggested Fix
Update the anchor tags with valid URLs and improve link attributes for better UX and security.

Example:
```html

貢獻指南

開啟貢獻指南

研究方向

Find the footer HTML file, likely named footer.html or within a layout file. Locate the anchor tags for the social media icons (GitHub, Twitter, LinkedIn). Replace the empty href attributes with the correct project URLs, and add target='_blank', rel='noopener noreferrer', and aria-label attributes. Test by clicking the icons to ensure they open the correct pages in a new tab.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
html
領域
frontend
Issue 類型
缺陷
難度
1/5
預估耗時
1 小時以內
活躍度
停滯
描述清晰度
描述清楚
新手友好度
85/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。