HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.2.20
System: Linux 825a8fd6cf8c 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User: apache (48)
PHP: 8.2.20
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/frameMyrskyNew/quote.php
<?php
/**
 * @package WordPress
 * @subpackage frameLED_Theme
 */
/*
Template Name: quote
*/
?>

<?php get_header() ?>

<div class="main">
 <div class="about">
    <div class="left">
      <h2>Products and Services</h2>
      <p class="grey">Sunstone��s LED products and design software save you time and money. Instantly quote your ValueProto?, 
LEDexpress? quickturn, or Full Featured LEDs. Request a Custom quote, or begin designing your circuit 
boards using our LED123? software. </p>
      <a href="#"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ico.JPG" alt="picture" width="80" height="22" border="0"  class="but" /></a>
      <h3>Product name</h3>
       <div class="left_big">
        <div class="left_small"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/product.JPG" border="0" />
      
         <p class="grey">The point of using Lorem Ipsum is that it has a more-or-less</p>
          <p >We provide print circuit board fabrication and assembly with high quality, low cost and on time delivery. Our goal is enable our customers to get high quality product with less spending on money in time. visit explicit</p> 

        </div>
      </div>
      <div class="clr"></div>
      
  
      </div>
    <div class="right">
      <h2>Products and Services</h2>
      <div class="right_big">
        <div class="right_small">
          <ul>
            <li><a href="#">Product Comparison </a></li>
            <li><a href="#">LEDexpress? Quickturn Boards </a></li>
            <li><a href="#">Expedite </a></li>
          </ul>
        </div>
      </div>
      <h2>LED Capabilities</h2>
      <div class="right_big">
        <div class="right_small">
       <ul>
            <li><a href="#">LED Capabilities</a></li>
            <li><a href="#">Product Comparison</a></li>
            <li><a href="#">Manufacturing Capabilities</a></li>
          </ul>
          <div class="clr"></div>
        </div>
      </div>
         <h2>LED Design Software</h2>
      <div class="right_big">
        <div class="right_small">
       <ul>
            <li><a href="#">Product Comparison</a></li>
            <li><a href="#">Manufacturing Capabilities</a></li>
            <li><a href="#">Inspection Guidelines</a></li>
          </ul>
          <div class="clr"></div>
        </div>
      </div>
      <p>&nbsp;</p>
    </div>
    <div class="clr"></div>
  </div>
</div>

<?php get_footer() ?>