simple readme
This commit is contained in:
9
README.md
Normal file
9
README.md
Normal file
@ -0,0 +1,9 @@
|
||||
<p align="center">
|
||||
<img src="docs/logo.svg" alt="NAT-AS Coordinator" width="96">
|
||||
</p>
|
||||
|
||||
# NAT-AS Coordinator
|
||||
|
||||
Android app for coordinators managing counselors in the NAT-AS mental health project.
|
||||
|
||||
Reset counselor passwords, revoke sessions, and oversee field access. Counselors sign in through the **NAT-AS App**.
|
||||
19
docs/logo.svg
Normal file
19
docs/logo.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96" role="img" aria-label="NAT-AS Coordinator">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="16" y1="10" x2="82" y2="88" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#6E56CF"/>
|
||||
<stop offset="1" stop-color="#3D8B7A"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="96" height="96" rx="22" fill="url(#bg)"/>
|
||||
<g fill="#FFFFFF" stroke="#FFFFFF" stroke-linecap="round">
|
||||
<circle cx="48" cy="28" r="10"/>
|
||||
<circle cx="28" cy="66" r="7"/>
|
||||
<circle cx="48" cy="72" r="7"/>
|
||||
<circle cx="68" cy="66" r="7"/>
|
||||
<path d="M48 38 L31 59" fill="none" stroke-width="3.5"/>
|
||||
<path d="M48 38 L48 65" fill="none" stroke-width="3.5"/>
|
||||
<path d="M48 38 L65 59" fill="none" stroke-width="3.5"/>
|
||||
<path d="M31 76 Q48 82 65 76" fill="none" stroke-width="3"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 877 B |
Reference in New Issue
Block a user