Files
WrenchBoradWeb/www/application/views/users/view_faq.php
T
2022-06-14 13:56:13 -04:00

338 lines
20 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- Main content -->
<?php include('common/userstrip.php'); ?>
<div class="card">
<!--begin::Body-->
<div class="card-body p-10 p-lg-15">
<!--begin::Classic content-->
<div class="mb-13">
<!--begin::Intro-->
<div class="mb-15">
<!--begin::Title-->
<h4 class="fs-2x text-gray-800 w-bolder mb-6"><?=$page_title?></h4>
<!--end::Title-->
<!--begin::Text-->
<p class="fw-bold fs-4 text-gray-600 mb-2">First, a disclaimer the entire process of writing a blog post often takes more than a couple of hours, even if you can type eighty words as per minute and your writing skills are sharp.</p>
<!--end::Text-->
</div>
<!--end::Intro-->
<!--begin::Row-->
<div class="row mb-12">
<!--begin::Col-->
<div class="col-md-6 pe-md-10 mb-10 mb-md-0">
<h2 class="text-gray-800 fw-bolder mb-4">Performing Tasks</h2>
<?
foreach ($faq_table_row as $rr){
?>
<div class="m-0">
<div class="d-flex align-items-center collapsible py-3 toggle collapsed mb-0" data-bs-toggle="collapse" data-bs-target="#kt_job_<?=$rr->id?>">
<div class="btn btn-sm btn-icon mw-20px btn-active-color-primary me-5">
<span class="svg-icon toggle-on svg-icon-primary svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="6.0104" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
<span class="svg-icon toggle-off svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="10.8891" y="17.8033" width="12" height="2" rx="1" transform="rotate(-90 10.8891 17.8033)" fill="black" />
<rect x="6.01041" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
</div>
<h4 class="text-gray-700 fw-bolder cursor-pointer mb-0"><?=$rr->title?></h4>
</div>
<div id="kt_job_<?=$rr->id?>" class="collapse fs-6 ms-1">
<div class="mb-4 text-gray-600 fw-bold fs-6 ps-10"><?=$rr->msg?></div>
</div>
<div class="separator separator-dashed"></div>
</div>
<?
}
?>
</div>
<div class="col-md-6 ps-md-10">
<h2 class="text-gray-800 fw-bolder mb-4">Setting Tasks up</h2>
<?
foreach ($faq_table_row as $rr){
?>
<div class="m-0">
<div class="d-flex align-items-center collapsible py-3 toggle collapsed mb-0" data-bs-toggle="collapse" data-bs-target="#kt_job_4_2">
<div class="btn btn-sm btn-icon mw-20px btn-active-color-primary me-5">
<span class="svg-icon toggle-on svg-icon-primary svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="6.0104" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
<span class="svg-icon toggle-off svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="10.8891" y="17.8033" width="12" height="2" rx="1" transform="rotate(-90 10.8891 17.8033)" fill="black" />
<rect x="6.01041" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
</div>
<h4 class="text-gray-700 fw-bolder cursor-pointer mb-0"><?=$rr->title?></h4>
</div>
<div id="kt_job_4_2" class="collapse fs-6 ms-1">
<div class="mb-4 text-gray-600 fw-bold fs-6 ps-10"><?=$rr->msg?></div>
</div>
<div class="separator separator-dashed"></div>
</div>
<?
}
?>
</div>
<!--end::Col-->
</div>
<!--end::Row-->
<!--begin::Row-->
<div class="row">
<!--begin::Col-->
<div class="col-md-6 pe-md-10 mb-10 mb-md-0">
<h2 class="text-gray-800 w-bolder mb-4">Getting Paid</h2>
<?
foreach ($faq_table_row as $rr){
?>
<div class="m-0">
<div class="d-flex align-items-center collapsible py-3 toggle collapsed mb-0" data-bs-toggle="collapse" data-bs-target="#kt_job_<?=$rr->id?>">
<div class="btn btn-sm btn-icon mw-20px btn-active-color-primary me-5">
<span class="svg-icon toggle-on svg-icon-primary svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="6.0104" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
<span class="svg-icon toggle-off svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="10.8891" y="17.8033" width="12" height="2" rx="1" transform="rotate(-90 10.8891 17.8033)" fill="black" />
<rect x="6.01041" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
</div>
<h4 class="text-gray-700 fw-bolder cursor-pointer mb-0"><?=$rr->title?></h4>
</div>
<div id="kt_job_<?=$rr->id?>" class="collapse fs-6 ms-1">
<div class="mb-4 text-gray-600 fw-bold fs-6 ps-10"><?=$rr->msg?></div>
</div>
<div class="separator separator-dashed"></div>
</div>
<?
}
?>
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-md-6 ps-md-10">
<!--begin::Title-->
<h2 class="text-gray-800 fw-bolder mb-4">WrenchBoard Rewards</h2>
<?
foreach ($faq_table_row as $rr){
?>
<div class="m-0">
<div class="d-flex align-items-center collapsible py-3 toggle collapsed mb-0" data-bs-toggle="collapse" data-bs-target="#kt_job_<?=$rr->id?>">
<div class="btn btn-sm btn-icon mw-20px btn-active-color-primary me-5">
<span class="svg-icon toggle-on svg-icon-primary svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="6.0104" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
<span class="svg-icon toggle-off svg-icon-1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="5" fill="black" />
<rect x="10.8891" y="17.8033" width="12" height="2" rx="1" transform="rotate(-90 10.8891 17.8033)" fill="black" />
<rect x="6.01041" y="10.9247" width="12" height="2" rx="1" fill="black" />
</svg>
</span>
</div>
<h4 class="text-gray-700 fw-bolder cursor-pointer mb-0"><?=$rr->title?></h4>
</div>
<div id="kt_job_<?=$rr->id?>" class="collapse fs-6 ms-1">
<div class="mb-4 text-gray-600 fw-bold fs-6 ps-10"><?=$rr->msg?></div>
</div>
<div class="separator separator-dashed"></div>
</div>
<?
}
?>
</div>
<!--end::Col-->
</div>
<!--end::Row-->
</div>
<!--end::Classic content-->
<!--begin::Section-->
<div class="mb-17">
<!--begin::Content-->
<div class="d-flex flex-stack mb-5">
<!--begin::Title-->
<h3 class="text-dark">Video Tutorials</h3>
<!--end::Title-->
<!--begin::Link-->
<a href="https://www.youtube.com/channel/UCYDCpwSbRmLEdG7jY8I1nsw" class="fs-6 fw-bold link-primary">View All Videos</a>
<!--end::Link-->
</div>
<!--end::Content-->
<!--begin::Separator-->
<div class="separator separator-dashed mb-9"></div>
<!--end::Separator-->
<!--begin::Row-->
<div class="row g-10">
<!--begin::Col-->
<div class="col-md-4">
<!--begin::Feature post-->
<div class="card-xl-stretch me-md-6">
<!--begin::Image-->
<a class="d-block bgi-no-repeat bgi-size-cover bgi-position-center card-rounded position-relative min-h-175px mb-5" style="background-image:url('/site3/assets/media/600x400/img-73.jpg')" data-fslightbox="lightbox-video-tutorials" href="https://www.youtube.com/watch?v=aVI9DVcRdFE">
<img src="/site3/assets/media/svg/misc/video-play.svg" class="position-absolute top-50 start-50 translate-middle" alt="" />
</a>
<!--end::Image-->
<!--begin::Body-->
<div class="m-0">
<!--begin::Title-->
<a href="../../demo8/dist/pages/user-profile/overview.html" class="fs-4 text-dark fw-bolder text-hover-primary text-dark lh-base">Admin Panel - How To Started the Dashboard Tutorial</a>
<!--end::Title-->
<!--begin::Text-->
<div class="fw-bold fs-5 text-gray-600 text-dark my-4">Weve been focused on making a the from also not been afraid to and step away been focused create eye</div>
<!--end::Text-->
<!--begin::Content-->
<div class="fs-6 fw-bolder">
<!--begin::Author-->
<a href="#" class="text-gray-700 text-hover-primary">Jane Miller</a>
<!--end::Author-->
<!--begin::Date-->
<span class="text-muted">on Mar 21 2021</span>
<!--end::Date-->
</div>
<!--end::Content-->
</div>
<!--end::Body-->
</div>
<!--end::Feature post-->
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-md-4">
<!--begin::Feature post-->
<div class="card-xl-stretch mx-md-3">
<!--begin::Image-->
<a class="d-block bgi-no-repeat bgi-size-cover bgi-position-center card-rounded position-relative min-h-175px mb-5" style="background-image:url('/site3/assets/media/600x400/img-74.jpg')" data-fslightbox="lightbox-video-tutorials" href="https://www.youtube.com/watch?v=aVI9DVcRdFE">
<img src="/site3/assets/media/svg/misc/video-play.svg" class="position-absolute top-50 start-50 translate-middle" alt="" />
</a>
<!--end::Image-->
<!--begin::Body-->
<div class="m-0">
<!--begin::Title-->
<a href="#" class="fs-4 text-dark fw-bolder text-hover-primary text-dark lh-base">Admin Panel - How To Started the Dashboard Tutorial</a>
<!--end::Title-->
<!--begin::Text-->
<div class="fw-bold fs-5 text-gray-600 text-dark my-4">Weve been focused on making the from v4 to v5 but we have also not been afraid to step away been focused</div>
<!--end::Text-->
<!--begin::Content-->
<div class="fs-6 fw-bolder">
<!--begin::Author-->
<a href="../../demo8/dist/pages/user-profile/overview.html" class="text-gray-700 text-hover-primary">Cris Morgan</a>
<!--end::Author-->
<!--begin::Date-->
<span class="text-muted">on Apr 14 2021</span>
<!--end::Date-->
</div>
<!--end::Content-->
</div>
<!--end::Body-->
</div>
<!--end::Feature post-->
</div>
<!--end::Col-->
<!--begin::Col-->
<div class="col-md-4">
<!--begin::Feature post-->
<div class="card-xl-stretch ms-md-6">
<!--begin::Image-->
<a class="d-block bgi-no-repeat bgi-size-cover bgi-position-center card-rounded position-relative min-h-175px mb-5" style="background-image:url('/site3/assets/media/600x400/img-47.jpg')" data-fslightbox="lightbox-video-tutorials" href="https://www.youtube.com/watch?v=aVI9DVcRdFE">
<img src="/site3/assets/media/svg/misc/video-play.svg" class="position-absolute top-50 start-50 translate-middle" alt="" />
</a>
<!--end::Image-->
<!--begin::Body-->
<div class="m-0">
<!--begin::Title-->
<a href="#" class="fs-4 text-dark fw-bolder text-hover-primary text-dark lh-base">Admin Panel - How To Started the Dashboard Tutorial</a>
<!--end::Title-->
<!--begin::Text-->
<div class="fw-bold fs-5 text-gray-600 text-dark my-4">Weve been focused on making the from v4 to v5 but weve also not been afraid to step away been focused</div>
<!--end::Text-->
<!--begin::Content-->
<div class="fs-6 fw-bolder">
<!--begin::Author-->
<a href="../../demo8/dist/pages/user-profile/overview.html" class="text-gray-700 text-hover-primary">Carles Nilson</a>
<!--end::Author-->
<!--begin::Date-->
<span class="text-muted">on May 14 2021</span>
<!--end::Date-->
</div>
<!--end::Content-->
</div>
<!--end::Body-->
</div>
<!--end::Feature post-->
</div>
<!--end::Col-->
</div>
<!--end::Row-->
</div>
<!--end::Section-->
<!--begin::Card-->
<div class="card mb-4 bg-light text-center">
<div class="card-body py-12">
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/facebook-4.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/instagram-2-1.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="https://www.youtube.com/channel/UCYDCpwSbRmLEdG7jY8I1nsw" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/youtube-play.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/behance.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/pinterest-p.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/twitter.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
<!--begin::Icon-->
<a href="#" class="mx-4">
<img src="/site3/assets/media/svg/brand-logos/dribbble-icon-1.svg" class="h-30px my-2" alt="" />
</a>
<!--end::Icon-->
</div>
<!--end::Body-->
</div>
<!--end::Card-->
</div>
<!--end::Body-->
</div>