update theme
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<div class="container-fluid help-choosing-bar">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2>Need help choosing your medical alert system?</h2>
|
||||
{{#if compare }}
|
||||
<a class="button--primary" href="#">Compare Solutions</a>
|
||||
{{/if}}
|
||||
{{#if choose }}
|
||||
<a class="button--primary" href="#">Help Me Choose</a>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
181
wp/wp-content/themes/medicalalert/tpl/old/homepage.tpl
Normal file
181
wp/wp-content/themes/medicalalert/tpl/old/homepage.tpl
Normal file
@@ -0,0 +1,181 @@
|
||||
<!-- Products List BEGIN -->
|
||||
<div class="container-fluid product-list">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 product-list__copy">
|
||||
<h2>{{products-list-title}}</h2>
|
||||
<p>{{products_list_copy}}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
{{#each products_list_products}}
|
||||
<div class="col-lg-4 product-list__product-wrapper">
|
||||
<div class="product-list__product-wrapper__product">
|
||||
<img class="product-list__product-wrapper__product__image" src="{{this.products_list_products_image}}" />
|
||||
<h3 class="product-list__product-wrapper__product__title">{{this.products_list_products_title}}</h3>
|
||||
<p class="product-list__product-wrapper__product__description">{{this.products_list_products_copy}}</p>
|
||||
<a href="{{this.products_list_products_link}}" class="button--primary">See Pricing</a>
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 product-list__sales-consultants">
|
||||
<p class="product-list__sales-consultants__copy">{{products_list_cta_copy}}</p>
|
||||
<p class="product-list__sales-consultants__phone-number">{{products_list_cta_phone_number}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Products List END -->
|
||||
|
||||
<!-- Highlight Circle Features BEGIN -->
|
||||
<div class="container-fluid highlighted-cricle-features">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
{{#each highlighted_features}}
|
||||
<div class="col-lg-6 highlighted-cricle-features__feature">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<img class="highlighted-cricle-features__feature__image" src="{{highlighted_features_image}}" />
|
||||
</div>
|
||||
<div class="col-lg-8">
|
||||
<h3 class="highlighted-cricle-features__feature__heading">{{highlighted_features_title}}</h3>
|
||||
<p class="highlighted-cricle-features__feature__copy">{{highlighted_features_copy}}</p>
|
||||
<a class="highlighted-cricle-features__feature__link" href="{{highlighted_features_link}}">Learn More ></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Highlight Circle Features END -->
|
||||
|
||||
<!-- Philips Cares BEGIN -->
|
||||
<div class="container-fluid philips-cares">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<img class="philips-cares__image" src="{{philips_cares_image}}" />
|
||||
</div>
|
||||
<div class="col-lg-8">
|
||||
<h2 class="philips-cares__heading">{{philips_cares_title}}</h2>
|
||||
<p class="philips-cares__copy">{{philips_cares_copy}}</p>
|
||||
<ul class="philips-cares__list">
|
||||
{{#each philips_cares_bullet_list}}
|
||||
<li>{{philips_cares_bullet_list_item}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
<a href="{{philips_cares_button_link}}" class="button--primary">{{philips_cares_button_text}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Philips Cares END -->
|
||||
|
||||
<!-- Philips Lifeline BEGIN -->
|
||||
<div class="container-flui philips-lifeline">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 philips-lifeline__header">
|
||||
<h2 class="philips-lifeline__header__heading">{{homepage_--_philips_lifeline_-_title}}</h2>
|
||||
<p class="philips-lifeline__header__copy">{{{homepage_--_philips_lifeline_-_copy}}}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
{{#each homepage_--_philips_lifeline_-_card}}
|
||||
<div class="col-lg-4 philips-lifeline__card-wrapper">
|
||||
<div class="philips-lifeline__card-wrapper__card">
|
||||
<img class="philips-lifeline__card-wrapper__card__image" src="{{homepage_--_philips_lifeline_-_card_-_image}}"/>
|
||||
<div class="philips-lifeline__card-wrapper__card__content">
|
||||
<h3 class="philips-lifeline__card-wrapper__card__content__heading">{{homepage_--_philips_lifeline_-_card_-_title}}</h3>
|
||||
<p class="philips-lifeline__card-wrapper__card__content__copy">{{{homepage_--_philips_lifeline_-_card_-_copy}}}</p>
|
||||
<a class="button--primary" href="{{homepage_--_philips_lifeline_-_card_-_button_-_link}}">{{homepage_--_philips_lifeline_-_card_-_button_-_text}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Philips Lifeline END -->
|
||||
|
||||
<!-- Testimonial BEGIN -->
|
||||
<div class="container-fluid testimonial">
|
||||
<div class="container ">
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<img class="testimonial__image" src="{{homepage_--_testimonial_-_image}}"/>
|
||||
</div>
|
||||
<div class="col-lg-9 testimonial__copy my-auto">
|
||||
<p class="testimonial__copy__title">{{homepage_--_testimonial_-_title}}</p>
|
||||
<p class="testimonial__copy__content">{{homepage_--_testimonial_-_copy}}</p>
|
||||
<p class="testimonial__copy__name">{{homepage_--_testimonial_-_name}}</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Testimonial END -->
|
||||
|
||||
<!-- Speak With Someone BEGIN -->
|
||||
<div class="container-fluid speak-with-someone">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 speak-with-someone__header">
|
||||
<h2 class="speak-with-someone__header__heading">{{homepage_--_speak_with_someone_-_title}}</h2>
|
||||
<p class="speak-with-someone__header__content">{{homepage_--_speak_with_someone_-_copy}}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-6 speak-with-someone__form-wrapper">
|
||||
<div>{{{homepage_--_speak_with_someone_-_form}}}</div>
|
||||
</div>
|
||||
<div class="col-lg-6 speak-with-someone__image-wrapper">
|
||||
<img class="speak-with-someone__image-wrapper__image" src="{{homepage_--_speak_with_someone_-_image}}" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Speak With Someone END -->
|
||||
|
||||
<!-- Familes Choose BEGIN -->
|
||||
<div class="container-fluid families-choose">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 families-choose__header">
|
||||
<h2 class="families-choose__header__heading">{{homepage_--_families_choose_-_title}}</h2>
|
||||
<p class="families-choose__header__copy">{{homepage_--_families_choose_-_copy}}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-6 families-choose__image-wrapper">
|
||||
<img class="families-choose__image-wrapper__image" src="{{homepage_--_families_choose_-_image}}"/>
|
||||
</div>
|
||||
<div class="col-lg-6 families-choose__copy">
|
||||
<ul class="families-choose__copy__list">
|
||||
{{#each homepage_--_families_choose_-_bullet_list}}
|
||||
<li>{{homepage_--_families_choose_-_bullet_list_-_item}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Families Choose END -->
|
||||
|
||||
<!-- Widely Trusted BEGIN -->
|
||||
<div class="container-fluid widely-trusted">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<h2 class="widely-trusted__heading">{{homepage_--_widely_trusted_-_title}}</h2>
|
||||
{{#each homepage_--_widely_trusted_-_logo_list}}
|
||||
<div class="col-lg-3 widely-trusted__image-wrapper">
|
||||
<img class="widely-trusted__image-wrapper__image" src="{{homepage_--_widely_trusted_-_logo_list_-_item}}"/>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Widely Trusted END -->
|
||||
6
wp/wp-content/themes/medicalalert/tpl/old/intro.tpl
Normal file
6
wp/wp-content/themes/medicalalert/tpl/old/intro.tpl
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
<header>
|
||||
<h1>Be there for
|
||||
the moments
|
||||
that matter.</h1>
|
||||
</header>
|
||||
51
wp/wp-content/themes/medicalalert/tpl/old/page-product.tpl
Normal file
51
wp/wp-content/themes/medicalalert/tpl/old/page-product.tpl
Normal file
@@ -0,0 +1,51 @@
|
||||
<div class="container-fluid product-features">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 product-features__header">
|
||||
<h2 class="product-features__header__heading">Product Features</h2>
|
||||
</div>
|
||||
<div class="col-lg-6 product-features__video-wrapper">
|
||||
<img class="product-features__video-wrapper__video-thumbnail" src="/wp-content/themes/lifeline/assets/media/images/lifeline__product-page__product-features__video-thumbnail.jpg" alt="" />
|
||||
<p>
|
||||
The first all-in-one system from Lifeline, the GoSafe 2 provides coverage and support wherever you go—whether that’s to the supermarket, or in your home. It also has our automatic fall detection, AutoAlert1, for an additional layer of protection.</p>
|
||||
</div>
|
||||
<div class="col-lg-6 product-features__content">
|
||||
<p>
|
||||
<strong>AutoAlert fall detection:</strong> AutoAlert is designed to detect falls accurately and connect to help in an instant, even if you can’t push the button. Learn more
|
||||
</p>
|
||||
<p>
|
||||
<strong>2-way voice communication:</strong> With the GoSafe 2 system, speak directly with a trained Response Associate through the pendant.
|
||||
</p>
|
||||
<p><strong>5 locating technologies:</strong> GoSafe 2 features 5 location technologies so no matter where you are, we can get you the help you want. Learn more </p>
|
||||
<p><strong>Waterproof help button:</strong> Wear the pendant in the bath or in the shower, where falls are most common.</p>
|
||||
<p><strong>Rechargeable battery:</strong> The battery lasts up to 2-3 days on a single charge and can even charge while you’re wearing it.</p>
|
||||
<p><strong>All-in-one system:</strong> This single piece system provides fast access to help whenever and wherever you need it.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid service-features">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 service-features__header">
|
||||
<h2 class="service-features__header__heading">Product Features</h2>
|
||||
</div>
|
||||
<div class="col-lg-6 service-features__content">
|
||||
<p>
|
||||
<strong>AutoAlert fall detection:</strong> AutoAlert is designed to detect falls accurately and connect to help in an instant, even if you can’t push the button. Learn more
|
||||
</p>
|
||||
<p>
|
||||
<strong>2-way voice communication:</strong> With the GoSafe 2 system, speak directly with a trained Response Associate through the pendant.
|
||||
</p>
|
||||
<p><strong>5 locating technologies:</strong> GoSafe 2 features 5 location technologies so no matter where you are, we can get you the help you want. Learn more </p>
|
||||
<p><strong>Waterproof help button:</strong> Wear the pendant in the bath or in the shower, where falls are most common.</p>
|
||||
<p><strong>Rechargeable battery:</strong> The battery lasts up to 2-3 days on a single charge and can even charge while you’re wearing it.</p>
|
||||
<p><strong>All-in-one system:</strong> This single piece system provides fast access to help whenever and wherever you need it.</p>
|
||||
</div>
|
||||
<div class="col-lg-6 service-features__video-wrapper">
|
||||
<img class="service-features__video-wrapper__video-thumbnail" src="/wp-content/themes/lifeline/assets/media/images/lifeline__product-page__service-features__video-thumbnail.jpg" alt="" />
|
||||
<p>GoSafe 2 is designed to find you wherever and whenever you need help and connect you with a Trained Response Associate 24 hours a day, 7 days a week.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
47
wp/wp-content/themes/medicalalert/tpl/old/philips-cares.tpl
Normal file
47
wp/wp-content/themes/medicalalert/tpl/old/philips-cares.tpl
Normal file
@@ -0,0 +1,47 @@
|
||||
<!-- Be Together BEGIN -->
|
||||
<section class="container-fluid be-together">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 be-together__image-wrapper">
|
||||
<img class="be-together__image-wrapper__image" src="/wp-content/themes/lifeline/assets/media/images/lifeline__philips-cares__be-together__image.png" />
|
||||
</div>
|
||||
<div class="col-lg-8 be-together__content-wrapper">
|
||||
<h2 class="be-together__content-wrapper__heading">Be There Even When You Can't Be Together</h2>
|
||||
<p class="be-together__content-wrapper__copy">Philips Cares is the hub for sharing information amongst family and friends. We call it a care circle because you can fill it with people who care about your well-being. You and your care circle can easily share notes and updates about how you're doing. So when life makes it challenging to be physically together, you can all stay on the same page.</p>
|
||||
<ul class="be-together__content-wrapper__list">
|
||||
<li>Easily form and activate a care circle of family and friends</li>
|
||||
<li>Get meaningful insights and notifications about care</li>
|
||||
<li>Manage your Philips Lifeline service when and how you want</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Be Together END -->
|
||||
<!-- At Your Fingertips START -->
|
||||
<section class="container-fluid at-your-fingertips">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-5 at-your-fingertips__content-wrapper">
|
||||
<h2 class="at-your-fingertips__content-wrapper__heading">Care At Your Fintertips</h2>
|
||||
<p class="at-your-fingertips__content-wrapper__copy">With easy access through your computer or mobile phone, Philips Cares puts important information at your fingertips.</p>
|
||||
<br>
|
||||
<p class="at-your-fingertips__content-wrapper__copy"><strong>Already have a Lifeline System?</strong>
|
||||
Simply download the app or visit the web URL and follow the prompts to connect it to your Lifeline account. You'll need the email address you provided when you ordered Philips Lifeline.</p>
|
||||
<ul class="at-your-fingertips__content-wrapper__app-store-buttons">
|
||||
<li class="at-your-fingertips__content-wrapper__app-store-buttons__apple-app-store-wrapper">
|
||||
<img class="at-your-fingertips__content-wrapper__app-store-buttons__apple-app-store-wrapper__button" src="/wp-content/themes/lifeline/assets/media/images/lifeline__apple-app-store-button.png"/>
|
||||
</li>
|
||||
<li class="at-your-fingertips__content-wrapper__app-store-buttons__google-play-store-wrapper">
|
||||
<img class="at-your-fingertips__content-wrapper__app-store-buttons__google-play-store-wrapper__button" src="/wp-content/themes/lifeline/assets/media/images/lifeline__google-play-button.png"/>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-7 at-your-fingertips__image-wrapper">
|
||||
<img class="at-your-fingertips__image-wrapper__image" src="/wp-content/themes/lifeline/assets/media/images/lifeline__philips-cares__at-your-fingertips__image.png"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- At Your Fingertips END -->
|
||||
38
wp/wp-content/themes/medicalalert/tpl/old/product-list.tpl
Normal file
38
wp/wp-content/themes/medicalalert/tpl/old/product-list.tpl
Normal file
@@ -0,0 +1,38 @@
|
||||
<div class="container-fluid product-list">
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 product-list__product-wrapper">
|
||||
<div class="product-list__product-wrapper__product">
|
||||
<img class="product-list__product-wrapper__product__image" src="/wp-content/themes/lifeline/assets/media/images/lifeline__products__homesafe-standard.png" />
|
||||
<h3 class="product-list__product-wrapper__product__title">Basic System</h3>
|
||||
<p class="product-list__product-wrapper__product__description">Our most affordable press
|
||||
button option. Get access to
|
||||
the help you need 24/7 and uninterrupted support.</p>
|
||||
<a class="button--primary">See Pricing</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-4 product-list__product-wrapper">
|
||||
<div class="product-list__product-wrapper__product">
|
||||
<img class="product-list__product-wrapper__product__image" src="/wp-content/themes/lifeline/assets/media/images/lifeline__products__homesafe-with-autoalert.png" />
|
||||
<h3 class="product-list__product-wrapper__product__title">Basic System</h3>
|
||||
<p class="product-list__product-wrapper__product__description">Proven to detect many types
|
||||
of falls and trigger fewer false
|
||||
alarms.</p>
|
||||
<a class="button--primary">See Pricing</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 product-list__product-wrapper">
|
||||
<div class="product-list__product-wrapper__product">
|
||||
<img class="product-list__product-wrapper__product__image" src="/wp-content/themes/lifeline/assets/media/images/lifeline__products__on-the-go.png" />
|
||||
<h3 class="product-list__product-wrapper__product__title">Basic System</h3>
|
||||
<p class="product-list__product-wrapper__product__description">Includes 5 locating technologies
|
||||
to quickly pinpoint your location
|
||||
and dispatch help.</p>
|
||||
<a class="button--primary">See Pricing</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user