Server : LiteSpeed System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u615232177 ( 615232177) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/u615232177/domains/solarboardlimited.com/public_html/ |
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']);
include("header.php"); ?>
<?php $page_title = "Terms & Conditions"; $page_header = "terms_header.jpg"; ?>
<title><?php echo $company_name; ?> - <?php echo $page_title; ?></title>
<?php include("page_header.php"); ?>
<!-- start terms 0f service area -->
<div class="terms-area pt-100 pb-70">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 col-md-12">
<div class="details-desc">
<div class="content">
<p><i>This Terms & Conditions was last updated on October, 2024.</i></p>
</div>
<div class="content">
<h2>1. Terms</h2>
<p>
By accessing the website you are agreeing to be bound by these terms of service, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this website are protected by applicable copyright and trademark law.
</p>
</div>
<div class="content">
<h2>2. Limitations</h2>
<p>
In no event shall <?php echo $company_name ?> or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the materials on <?php echo $company_name ?>'s website, even if <?php echo $company_name ?> or a <?php echo $company_name ?> authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.
</p>
</div>
<div class="content">
<h2>3. Accuracy of materials</h2>
<p>
The materials appearing on <?php echo $company_name ?>'s website could include technical, typographical, or photographic errors. <?php echo $company_name ?> does not warrant that any of the materials on its website are accurate, complete or current. <?php echo $company_name ?> may make changes to the materials contained on its website at any time without notice. However, <?php echo $company_name ?> does not make any commitment to update the materials.
</p>
</div>
<div class="content">
<h2>4. Links</h2>
<p>
<?php echo $company_name ?> has not reviewed all of the sites linked to its website and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by <?php echo $company_name ?> of the site. Use of any such linked website is at the user's own risk.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end terms of service area -->
<?php include("footer.php"); ?>