Overview
This issue documents critical bugs and improvements needed for a -google-sheet"` contains extra space
- Should be:
name="submit-to-google-sheet"
- Font Awesome Icon Typo:
<i class="far fa-evelope"></i>
- Should be:
<i class="far fa-envelope"></i>
Content Quality Issues (Low Priority)
- Spelling & Grammar Errors:
- Title: "Ac personal portfolio website (Murphy Ben Kufre - Graphic Designer & Web Developer) that requires deployment and cross-browser compatibility testing.
Critical Issues Identified
🔴 High Priority: Syntax Errors
- CSS Syntax Error - Background Color
/* conting" → "Accounting"
- "proffesional" → "professional"
- "Whattsapp" → "WhatsApp"
- "brithday" → "birthday"
- Multiple other typos throughout content
Required Actions
Acceptance Criteria
-
Font Awesome CDN URL Malformed
<!-- ❌ INCORRECT -->
<link rel="stylesheet" href="htpps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- ✅ CORRECT -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
Issue: Missing 't' in 'https' protocol
-
CSS Grid Property Error
/* ❌ INCORRECT */
grid: 20px;
/* ✅ CORRECT */
gap: 20px;
Location: `. responsive (mobile-first design)
Additional Notes
This website demonstrates fundamental web design principles using vanilla HTML/CSS. The integration withportfolio` class
- Icon Class Typo
<!-- ❌ INCORRECT -->
<i class="far fa-evelope"></i>
<!-- ✅ CORRECT -->
<i class="far fa-envelope"></i>
🟠 Medium Priority: Asset & Path Issues
- Local File Path References
All image sources use absolute Windows file paths that won't work on the web:
<!-- ❌ INVALID the Editor.js Link Tool repository suggests potential use as a case study or documentation reference for the project.
Overview
This issue documents critical bugs and improvements needed for a -google-sheet"` contains extra space
name="submit-to-google-sheet"<i class="far fa-evelope"></i><i class="far fa-envelope"></i>Content Quality Issues (Low Priority)
Critical Issues Identified
🔴 High Priority: Syntax Errors
Required Actions
Acceptance Criteria
All CSS validates without errors
All CDN and external resource URLs resolve correctly
All images load successfully without 404 errors
HTML validates without structural errors
Form submits successfully to intended backend
Page is fully❌ INCORRECT */
background: local#111;
/* ✅ CORRECT */
background: #111;
Font Awesome CDN URL Malformed
Issue: Missing 't' in 'https' protocol
CSS Grid Property Error
Location: `. responsive (mobile-first design)
Additional Notes
This website demonstrates fundamental web design principles using vanilla HTML/CSS. The integration withportfolio` class
🟠 Medium Priority: Asset & Path Issues
All image sources use absolute Windows file paths that won't work on the web: