Skip to content

Commit 0c3a035

Browse files
Merge pull request #4 from madijonovsardorbek544-cmyk/polish-public-website-for-trust-and-usability
Polish public MVP for institution pilot readiness
2 parents fedd492 + 2f93b57 commit 0c3a035

8 files changed

Lines changed: 3383 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## v0.1 public MVP notes
4+
5+
- Sharpened the public positioning around international student scam safety, local-first analysis, and institution pilot readiness.
6+
- Added guided synthetic demo messages for scholarship, visa, housing, test-registration, and fake admission portal scenarios.
7+
- Improved checker results with top reasons, risk-area summaries, safe next steps, copyable verification scripts, and calmer low-risk language.
8+
- Upgraded the case library with search, filters, source labels, visible counts, and more readable intelligence-style case cards.
9+
- Clarified redacted reporting with a step-by-step flow, never-submit warnings, local demo versus Firebase mode explanation, report ID copying, and form clearing.
10+
- Improved the institution dashboard with summary cards, CSS charts, top risks, recommended school actions, parent/student warning script, and sample/local data notices.
11+
- Expanded the institution pilot page with audience, problem, timeline, deliverables, privacy, data boundaries, pricing hypothesis, readiness checklist, and contact placeholder guidance.
12+
- Added SEO/social metadata and GitHub Pages fallback page.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ The risk is cross-border and context-specific: students may be far from the dest
4242
- Institution pilot dashboard with anonymized sample/local reports, trend breakdowns, latest redacted reports, interventions, and downloadable Markdown awareness report.
4343
- Institution pilot page describing 30-day validation, collected/not-collected data, deliverables, and pricing hypothesis.
4444

45+
46+
## Screenshots
47+
48+
Screenshots should be added after the public GitHub Pages site is reviewed on desktop and mobile. Do not add mock screenshots or images that imply fake users, fake partners, or unverified live institution data.
49+
4550
## Architecture
4651

4752
```text

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<meta name="description" content="Privacy-first scam safety for international students applying abroad." />
6+
<meta name="description" content="Privacy-first scam safety MVP that helps international students check suspicious study-abroad messages and helps institutions pilot anonymized awareness reporting." />
7+
<meta property="og:title" content="Cross-Border Scam Safety for International Students" />
8+
<meta property="og:description" content="Local-first checker and redacted reporting pilot for scholarship, visa, admission, housing, payment, document, test-registration, and education-agent scam risk indicators." />
9+
<meta property="og:type" content="website" />
10+
<meta name="twitter:card" content="summary" />
11+
<meta name="twitter:title" content="Cross-Border Scam Safety for International Students" />
12+
<meta name="twitter:description" content="Privacy-first MVP for international student scam risk indicators, safe verification scripts, and institution pilot dashboards." />
13+
<meta name="theme-color" content="#0f766e" />
714
<title>Cross-Border Scam Safety for International Students</title>
815
</head>
916
<body>

0 commit comments

Comments
 (0)