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 --> <!-- Text -->
<div class="fbox-txt"> <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> <p>Personal and group health care tools for everyday activities</p>
</div> </div>
@@ -470,8 +470,8 @@
<h5 class="s-24 w-700">The smarter way to work</h5> <h5 class="s-24 w-700">The smarter way to work</h5>
<!-- Text --> <!-- Text -->
<p>Sodales tempor sapien quaerat ipsum undo congue laoreet turpis neque auctor turpis <p>
vitae dolor luctus placerat magna and ligula cursus purus vitae purus an ipsum suscipit 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> </p>
</div> <!-- END TEXT BOX --> </div> <!-- END TEXT BOX -->
@@ -481,29 +481,26 @@
<div class="txt-box mb-0"> <div class="txt-box mb-0">
<!-- Title --> <!-- Title -->
<h5 class="s-24 w-700">Full access to all features</h5> <h5 class="s-24 w-700">Features include</h5>
<!-- List --> <!-- List -->
<ul class="simple-list"> <ul class="simple-list">
<li class="list-item"> <li class="list-item">
<p>Cursus purus suscipit vitae cubilia magnis volute egestas vitae sapien turpis <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.
sodales magna undo aoreet primis
</p> </p>
</li> </li>
<li class="list-item"> <li class="list-item">
<p class="mb-0">Tempor sapien quaerat an ipsum laoreet purus and sapien dolor an <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. 
ultrice ipsum aliquam undo congue dolor cursus purus congue and ipsum purus sapien
a blandit
</p> </p>
</li> </li>
</ul> </ul>
<!-- Button --> <!-- Button -->
<a href="#features-2" class="btn btn-sm r-04 btn--tra-black hover--theme"> <a href="/healthrader" class="btn btn-sm r-04 btn--tra-black hover--theme">
What's possible? learn more
</a> </a>
</div> <!-- END TEXT BOX --> </div> <!-- END TEXT BOX -->
+1
View File
@@ -7,6 +7,7 @@ urlpatterns = [
path('about/', views.home_page), path('about/', views.home_page),
path('terms/', views.home_page), path('terms/', views.home_page),
path('privacy/', views.home_page), path('privacy/', views.home_page),
path('healthrader',views.home_page),
path('', views.home_page), path('', views.home_page),
path('blog/', views.blog_page) path('blog/', views.blog_page)
] ]