Health Rader data

This commit is contained in:
CHIEFSOFT\ameye
2024-05-19 23:10:09 -04:00
parent 67bbbde897
commit 0c101d4f62
2 changed files with 9 additions and 11 deletions
+8 -11
View File
@@ -211,7 +211,7 @@
<!-- Text -->
<div class="fbox-txt">
<a href="#rader"> <h6 class="s-20 w-700">Personal HealthRader</h6></a>
<a href="#rader"> <h6 class="s-20 w-700">HealthRader</h6></a>
<p>Personal and group health care tools for everyday activities</p>
</div>
@@ -470,8 +470,8 @@
<h5 class="s-24 w-700">The smarter way to work</h5>
<!-- Text -->
<p>Sodales tempor sapien quaerat ipsum undo congue laoreet turpis neque auctor turpis
vitae dolor luctus placerat magna and ligula cursus purus vitae purus an ipsum suscipit
<p>
HealthRader is a comprehensive platform designed to revolutionize how you connect to your health care. With full access to all features, HealthRader offers a more thoughtful way to manage your health-related tasks and responsibilities. From providing connected care to offering valuable insights, HealthRader is dedicated to making healthcare more efficient and accessible.
</p>
</div> <!-- END TEXT BOX -->
@@ -481,29 +481,26 @@
<div class="txt-box mb-0">
<!-- Title -->
<h5 class="s-24 w-700">Full access to all features</h5>
<h5 class="s-24 w-700">Features include</h5>
<!-- List -->
<ul class="simple-list">
<li class="list-item">
<p>Cursus purus suscipit vitae cubilia magnis volute egestas vitae sapien turpis
sodales magna undo aoreet primis
<p>Health in motion that intelligently relates you to optimal care options as you change locations locally and wide, ensuring that your health management is always in sync with your lifestyle.
</p>
</li>
<li class="list-item">
<p class="mb-0">Tempor sapien quaerat an ipsum laoreet purus and sapien dolor an
ultrice ipsum aliquam undo congue dolor cursus purus congue and ipsum purus sapien
a blandit
<p class="mb-0">Care data that helps collect and relate possible health data with your choice of insight, providing you with personalized and relevant information for your health management. 
</p>
</li>
</ul>
<!-- Button -->
<a href="#features-2" class="btn btn-sm r-04 btn--tra-black hover--theme">
What's possible?
<a href="/healthrader" class="btn btn-sm r-04 btn--tra-black hover--theme">
learn more
</a>
</div> <!-- END TEXT BOX -->
+1
View File
@@ -7,6 +7,7 @@ urlpatterns = [
path('about/', views.home_page),
path('terms/', views.home_page),
path('privacy/', views.home_page),
path('healthrader',views.home_page),
path('', views.home_page),
path('blog/', views.blog_page)
]