Skip to content

Instantly share code, notes, and snippets.

View matt-ward's full-sized avatar

Matt Ward matt-ward

View GitHub Profile
@matt-ward
matt-ward / index.html
Last active April 23, 2026 10:44
Research Questionnaire - Online Reviews & Amazon Gen Z
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Research Questionnaire — Online Reviews & Purchase Decisions</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', Tahoma, sans-serif; background: #f0f2f5; color: #1a1a2e; line-height: 1.7; direction: ltr; }
.container { max-width: 720px; margin: 30px auto; padding: 0 15px; }