Skip to content

Commit ae55f4c

Browse files
authored
Fix HTML encoding issues and clean up structure
1 parent 02f3372 commit ae55f4c

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

index.html

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,9 @@
3939
nav ul li { margin: 5px 15px; }
4040
nav ul li a { color: var(--primary-color); font-weight: 600; padding: 8px 15px; border-radius: 50px; transition: background-color 0.3s, color 0.3s; }
4141
nav ul li a:hover, nav ul li a:focus { background-color: var(--primary-color); color: var(--background-white); }
42-
43-
/* FIXED: Hero section with background image */
44-
.hero {
45-
padding: 6rem 2rem;
46-
text-align: center;
47-
color: var(--background-white);
48-
background-image: linear-gradient(rgba(0, 58, 110, 0.85), rgba(0, 58, 110, 0.85)), url('healthcare.jpg');
49-
background-size: cover;
50-
background-position: center;
51-
}
42+
.hero { padding: 5rem 2rem; text-align: center; background-color: var(--primary-color); color: var(--background-white); }
5243
.hero h1 { color: var(--background-white); border: none; }
53-
.hero p { font-size: 1.2em; max-width: 700px; margin: 1rem auto 0 auto; color: rgba(255, 255, 255, 0.9); }
54-
44+
.hero p { font-size: 1.2em; max-width: 700px; margin: 1rem auto 0 auto; color: rgba(255, 255, 255, 0.85); }
5545
.main { padding: 4rem 0; }
5646
.section { background: var(--background-white); margin-bottom: 40px; padding: 50px; border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
5747

@@ -119,11 +109,11 @@ <h2>The Problem: Trust as the Primary Barrier</h2>
119109

120110
<section id="research" class="section">
121111
<h2>Background Research & Design Principles</h2>
122-
<p><strong>Our research confirmed that a successful AI health tool in Quebec must address specific, real-world challenges.</strong> We established a direct line from our research findings to our core design principles:</p>
112+
<p><strong>Our research confirmed that a successful AI health tool in Quebec must address specific, real-world challenges.</strong> We established a direct line from our research findings to our core, user-centric design principles:</p>
123113
<ul>
124-
<li><strong>Finding:</strong> Competitor apps often feel clinical and text-heavy.<br><strong>Our Principle:</strong> Adopt a clean, simple UI with clear visual hierarchy to reduce cognitive load.</li>
125-
<li><strong>Finding:</strong> Users abandon AI tools that feel like a "black box."<br><strong>Our Principle:</strong> Every AI recommendation must be paired with trust-building elements: a confidence score and verifiable sources.</li>
126-
<li><strong>Finding:</strong> Quebec's diverse population faces significant language barriers.<br><strong>Our Principle:</strong> Multilingual support is a non-negotiable, core feature.</li>
114+
<li><strong>Finding:</strong> Competitor apps often feel clinical and text-heavy.<br><strong>Our Principle: Prioritize Cognitive Ease to Reduce User Anxiety.</strong> A simple, uncluttered interface is not just a design choice; it is a tool to make a stressful situation more manageable for the user.</li>
115+
<li><strong>Finding:</strong> Users abandon AI tools that feel like a "black box."<br><strong>Our Principle: Build Trust Through Radical Transparency.</strong> To combat user skepticism, our design mandates that every recommendation is paired with clear, understandable evidence, empowering the user to trust the output.</li>
116+
<li><strong>Finding:</strong> Quebec's diverse population faces significant language barriers.<br><strong>Our Principle: Ensure Inclusivity and Accessibility to Empower All Users.</strong> The application must serve every citizen of Quebec, regardless of their native language. True accessibility is the foundation of trustworthy public healthcare.</li>
127117
</ul>
128118
</section>
129119

@@ -221,7 +211,7 @@ <h4>Interview Script Snippet</h4>
221211
<p><strong>Key questions designed to uncover core user needs:</strong></p>
222212
<ul>
223213
<li>"Can you tell me about the last time you were unsure about a health symptom? What was your first instinct?"</li>
224-
<li>"What would make you trust an application that uses AI to provide health recommendations? Conversely, what would make you distrust it?"</li>
214+
<li>"What would make you trust an application that uses AI to provide health recommendations? Conversely, what would you distrust it?"</li>
225215
<li>"Describe your ideal experience for getting quick, reliable health advice without visiting a doctor in person."</li>
226216
</ul>
227217
</div>

0 commit comments

Comments
 (0)