Skip to content

Commit

Permalink
Health request submission and "About Health Score" sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamSeier committed Apr 15, 2024
1 parent 6fe40f8 commit 7acc66c
Showing 1 changed file with 45 additions and 9 deletions.
54 changes: 45 additions & 9 deletions healthScore/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@
</div>

<!-- Features Section -->
<div class="container feature-page-container">
<div class="feature-title text-center">Why choose us?</div>
<div id="features-section" class="container feature-page-container">
<div class="feature-title text-center border-bottom">Why choose us?</div>
<div class="row">
<div class="col-md-6 card-bottom-margin">
<div class="card flip-card card-width">
Expand Down Expand Up @@ -336,7 +336,7 @@ <h4 class="accordion-header" id="usersQuestionTwo">
</div>
</div>
<div class="accordion-item">
<h4 class="accordion-header" id="usersQuestionTwo">
<h4 class="accordion-header" id="usersQuestionThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#usersAnswerTwo" aria-expanded="false" aria-controls="usersAnswerTwo">
Am I able to chat with my healthcare professional if I have questions?
</button>
Expand Down Expand Up @@ -364,7 +364,7 @@ <h4 class="accordion-header" id="healthcareQuestionOne">
</div>
</div>
<div class="accordion-item">
<h4 class="accordion-header" id="healthcareQuestionOne">
<h4 class="accordion-header" id="healthcareQuestionTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#healthcareAnswerOne" aria-expanded="false" aria-controls="healthcareAnswerOne">
Are we able to post on the community interaction?
</button>
Expand All @@ -377,7 +377,7 @@ <h4 class="accordion-header" id="healthcareQuestionOne">
</div>
</div>

<h3 class="pt-4">Third-party Institutions</h3>
<h3 class="pt-4">Third-Party Institutions</h3>
<div class="accordion accordion-flush" id="thirdPartyAccordion">
<div class="accordion-item">
<h4 class="accordion-header" id="thirdPartyQuestionOne">
Expand All @@ -401,14 +401,50 @@ <h4 class="accordion-header" id="thirdPartyQuestionOne">

<!-- Health Request Section -->
<div id="health-request-section" class="container feature-page-container">
<h2 class="feature-title text-center">Submitting Health Request</h2>
<!-- Content here -->
<h2 class="feature-title text-center border-bottom">Submitting Health Request</h2>
<section class="container mt-5">
<div class="row align-items-center">
<!-- Top left-->
<div class="col-md-6">
<img src="https://i.imgur.com/km40XhQ.png" alt="Description of Image" class="img-fluid">
</div>
<!-- Top right-->
<div class="col-md-6 align-items-center">
<p>Third-party institutions, such as universities and corporations, as well as healthcare workers, can request user health history by providing the details in the image to the left. Requesters will need to know the users name and date of birth in order for the request to go through. Any requests that do not match those details will not go through.</p>
</div>
</div>
<div class="row mt-4 align-items-center">
<!-- Bottom left-->
<div class="col-md-6 align-items-center">
<p>Upon successful submission of a request, users will receive a pending item on their "Incoming" page. Users then have the option to approve or deny each request based on the details provided. If approved, a pdf document will be sent to the email provided with all health history of the user.</p>
</div>
<!-- Bottom right -->
<div class="col-md-6">
<img src="https://i.imgur.com/huiWxQm.png" alt="Description of Another Image" class="img-fluid">
</div>
</div>
<div class="row mt-4">
<div class="col-12 text-center">
<p>If you'd like to submit a request for health information, please <a href="/hs/requestHealthHistory" class="text-primary">click here</a>.</p>
</div>
</div>
</section>
</div>

<!-- About Section -->
<div id="about-section" class="container feature-page-container">
<h2 class="feature-title text-center">About Us</h2>
<!-- Content here -->
<h2 class="feature-title text-center border-bottom">About Health Score</h2>
<div class="row align-items-center">
<div class="col-lg-6 mb-3 mb-lg-0">
<img src="https://i.imgur.com/4RlmUNF.png" alt="Visual depiction of Health Score services" class="img-fluid rounded">
</div>
<div class="col-lg-6">
<p>Health Score is a state-of-the-art universal health records application that simplifies how individuals and institutions manage and access medical records. Our platform allows users to securely store all their medical records in one accessible spot, revolutionizing how medical histories are maintained and shared.</p>
<p>Users can sign up to manage their records and request that healthcare facilities upload documents directly into their account. This seamless integration ensures that medical information is up-to-date and readily available.</p>
<p>Healthcare providers benefit from the ability to view patient records upon request, enabling them to deliver informed care. Meanwhile, third-party institutions such as universities and businesses can request access to necessary health records for application processes, with user consent, ensuring privacy and compliance are maintained.</p>
<p>At Health Score, we are committed to ensuring your health information is secure, accessible, and managed with the highest level of integrity. Join us in transforming health management by creating your account today.</p>
</div>
</div>
</div>

<!-- Footer -->
Expand Down

0 comments on commit 7acc66c

Please sign in to comment.