Skip to content

Commit 5a6123b

Browse files
committed
improved layout for our mission section
1 parent e01e4a0 commit 5a6123b

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

frontend/src/pages/About/About.tsx

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ function About() {
1313
<div className="text-3xl mt-5 font-bold">A tool that makes it easier to research medications for bipolar disorder.</div>
1414
<div className="text-lg mt-5 text-gray-500">It can take two to 10 years—and three to 30 medications—for people with bipolar disorder to find the right medication combination. Balancer is designed to help physicians shorten this journey for their patients.</div>
1515
</div>
16-
<img src={image} alt="about image" className="mt-10"></img>
16+
<img src={image} alt="about image" className="mt-10 rounded-2xl"></img>
1717
</div>
18-
19-
<div className="text-3xl mt-5">Get accurate, helpful information on bipolar medications fast</div>
18+
19+
<div className="text-3xl mt-10">Get accurate, helpful information on bipolar medications fast</div>
2020
<div className="text-lg mt-5 text-gray-500">Powered by innovative AI technology, Balancer is a tool that aids in providing personalized medication recommendations for patients with bipolar disorder in any state, including mania, depression, hypomania and mixed. Our platform utilizes machine learning to give you the latest, most up-to-date information on medications and active clinical trials to treat bipolar disorder. </div>
2121
<div className="text-lg mt-5 text-gray-500">Balancer automates medication decision support by offering tailored medication recommendations and comprehensive risk-benefit assessments based on a patient's diagnosis, symptom severity, treatment goals and individual characteristics. </div>
2222

2323
{/* Mission section */}
24-
<div className="mt-10 mission-section flex w-full max-w-6xl flex-col items-center justify-center md:mt-28">
24+
<div className="mission-section flex w-full max-w-6xl flex-col items-center justify-center md:mt-28">
2525
<div className="text-3xl font-bold">Our mission</div>
2626
<div className="flex flex-row">
27-
<div className="flex flex-col justify-between w-full mr-20">
28-
<div className="text-lg mt-5 text-gray-500">
27+
<div className="flex flex-col justify-between w-full">
28+
<div className="text-lg mt-8 text-gray-500">
2929
Bipolar disorder affects approximately 5.7 million adult Americans
3030
<a href="https://www.dbsalliance.org/education/bipolar-disorder/bipolar-disorder-statistics/" className="underline" target="_blank"> every year</a>.
3131
Delays in the correct diagnosis and proper treatment of bipolar disorder may result in social, occupational, and economic burdens, as well as
@@ -35,25 +35,21 @@ function About() {
3535
The team behind Balancer believes that building a searchable, interactive and user-friendly research tool for bipolar medications has the potential to improve the health and well-being of people with bipolar disorder.
3636
</div>
3737
</div>
38-
<div>
39-
<div className="mt-5 mr-20">
40-
<div className="text-xl font-bold">44 million</div>
38+
<div className="w-full flex flex-col items-center">
39+
<div>
40+
<div className="mt-8 text-3xl font-bold">44 million</div>
4141
<div>Transactions every 24 hours</div>
42-
</div>
43-
<div className="mt-5">
44-
<div className="text-xl font-bold">$119 million</div>
42+
<div className="mt-5 text-3xl font-bold">$119 million</div>
4543
<div>Assets under holding</div>
46-
</div>
47-
<div className="mt-5">
48-
<div className="text-xl font-bold">46,000</div>
44+
<div className="mt-5 text-3xl font-bold">46,000</div>
4945
<div>New users annually</div>
5046
</div>
5147
</div>
5248
</div>
5349
</div>
5450

5551
{/* Support Us section */}
56-
<div className="mt-10 team-section flex w-full max-w-6xl flex-col items-center justify-center md:mt-28">
52+
<div className="team-section flex w-full max-w-6xl flex-col items-center justify-center md:mt-28">
5753
<div className="text-3xl font-bold">Support Us</div>
5854
<div className="text-lg mt-5 pr-56 pl-56 text-gray-500 flex flex-col items-center justify-center text-center">
5955
<div className="text-xl font-bold">

0 commit comments

Comments
 (0)