File: /home/halcosmu/public_html/newSolar/index.php
<html lang="en">
<head>
<title>Solar</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Oswald:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Manjari:400,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
</head>
</style>
<body>
<div class="container-fluid navbar" style="border-radius:0;">
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-12 col-sm-12">
<a class="navbar-brand" style="margin-top:-8px;" href="https://solarpanelsaving.com/"><p class="custombrand" style="font-family: 'Poppins', sans-serif;letter-spacing: 1px;">SOLAR <span style="color: #FACD32;text-shadow:1px 1px 1px #000 ;font-weight: bolder;">ENERGY</span></p></a>
</div>
<div class="col-md-8 col-xs-12 col-sm-12">
<p style="padding-top:15px;text-align:center;"><a href="tel:+18003692356">CALL NOW FOR A FREE CONSULATION 1.800.369.2356</a></p>
</div>
</div>
</div>
</div>
<div class="container-fluid banner" id="back-to-top">
<div class="container">
<div class="row">
<div class="col-sm-7 col-xs-12">
<div class="bannertext">
<h1><span>Convert light to</span> ENERGY<br></h1><h2>...reduce your electricity bill today!</h2>
</div>
</div>
<div class="col-sm-5 col-xs-12">
<form class="form-signin form-horizontal" action="next.php" method="post">
<div class="container">
<h1 class="bigheader "><span style="color:#333;">CONTACT US</span></h1>
<p class="sm-caption"><b>WE WILL GET BACK TO YOU WITHIN 24 HOURS</b></p>
<br>
<div class="row">
<div class="col-sm-4 col-xs-12">
<label>Are you a homeowner ?</label><select class="form-control option" id="textbox" name="homeowner" required>
<option value="yes">Yes</option>
<option value="no">No</option>
</select>
</div>
</div>
<br>
<div class="row">
<div class="col-sm-4 col-xs-12">
<label>Who is your electric utility provider ?</label><select class="form-control option" id="textbox" name="elecprovider" required>
<option value="consolidatededisonco">Consolidated Edison Co</option>
<option value="nyseg">New York State Electric & Gas</option>
<option value="centralhudson">Central Hudson Gas & Electric Corp.</option>
<option value="longisland">Long Island Power Authority</option>
<option value="nationalgrid">National Grid</option>
<option value="rochestergas">Rochester Gas & Electric</option>
<option value="unknown">Other Provider</option>
</select>
</div>
</div>
<br>
<!--div class="row">
<div class="col-sm-4">
<label style="color:#fff; font-size:14px;">How much is your average monthly electric bill ?</label><select class="form-control option" id="textbox" name="income" required>
<option>$0- $50</option>
<option>$51- $100</option>
<option>$101- $200</option>
<option>Above $200</option>
</select>
</div>
</div-->
<button type="submit" name="submit" class="btn btn-default">Get Your Free Solar Quote <i class="fa fa-chevron-right" aria-hidden="true"></i></button>
</div>
<!--p class="agree">
By submitting this request for information, I hereby provide my signature, expressly consent to receive information by email, automatic dialing system and/or pre-recorded telephone calls, and/or SMS messages from or on behalf of Debt settlement and its Members on my telephone number I provided above, including my wireless number, even if I am on a State or Federal Do-Not-Call list. Consent to be contacted is not required in order to purchase goods or services from us or the Members that contact you.</p-->
</form>
</div>
</div>
</div>
</div>
<?php include 'section.php'?>
<?php include 'footer.php'?>
</body>
</html>