Free HTML5 Templates by gettemplates.co

GRANITE COUNTERTOPS

Granite countertops contain a rich beauty that few other countertop materials can match. Additionally, granite countertops are extremely durable and can resist the effects of daily wear and tear for decades. For all of these reasons and many more, it is not surprising that granite is one of the most popular countertop materials today.

Learn More

Free HTML5 Templates by gettemplates.co

MARBLE COUNTERTOPS

For centuries, marble stonework has been synonymous with design elegance and classic beauty. When fabricated and installed with precision, quality marble countertops can complete a room like nothing else, and a marble feature is guaranteed to make any room truly unique.

Learn More

Free HTML5 Templates by gettemplates.co

QUARTZ COUNTERTOPS

In the countertop industry, quartz countertops are a relatively new development. However, even though quartz is a newer countertop material, it is gaining popularity at a rapid rate, and for good reason. Quartz countertops are a manufactured product that comes in a wide variety of different colors and textures..

Learn More

Free HTML5 Templates by gettemplates.co

QUARTZITE COUNTERTOPS

It is hard to overlook the stunning natural beauty of quartzite countertops. However, how these countertops look isn’t the only thing that makes them so popular. In addition to being aesthetically appealing, quartzite countertops can withstand many of the stresses of everyday life. From scratches, stains causes of normal.

Learn More

Free HTML5 Templates by gettemplates.co

LIMESTONE COUNTERTOPS

Today, the market is filled with many different types of countertop options. If you are a builder, contractor, remodeler, or homeowner and you want to add a sense of luxury and appeal to the project you’re currently working on, we strongly encourage you to consider using limestone countertops.

Learn More

Free HTML5 Templates by gettemplates.co

DEKTON COUNTERTOPS

Dekton employs exclusive Sinterized Particle Technology, ahigh tech process which represents an accelerated version of the metamorphic change that natural stone undergoes when subjected to high temperatures and pressure over thousands of years.

Learn More

Keep it simple

Indiana Limestone Grades

As a natural product, Indiana Limestone contains at least a few distinguishable calcite streaks or spots, fossils or shelly formations, pit holes, reedy formations, open texture streaks, honeycomb formations, iron spots, travertine-like formations and grain formation changes.

STANDARD

Fine to average-grained stone having a controlled minimum of the above characteristics.

RUSTIC

Fine to very coarse-grained stone permitting an above-average amount of the above characteristics.

VARIEGATED

An unselected mixture of grades 1 through 3 permitting both the buff and gray colors.

Subscribe



SMTPDebug = 3; $mail->Host = 'smtp.Yandex.com'; // SMTP server $mail->Port = 465; // optional // used only when SMTP requires authentication $mail->SMTPAuth = true; $mail->Username = 'contact@stoneworksbuilders.com'; $mail->Password = 'UyU4Qx6JtC7M'; $mail->SMTPSecure = 'ssl'; $mail->IsSMTP(); //From email address and name //$mail->From = "poovarasi@webberax.com"; //$mail->FromName = "Poovarasi"; $mail->setFrom('contact@stoneworksbuilders.com', 'stoneworksbuilders'); //To address and name $mail->addAddress($email1, $name1); //$mail->addAddress('aswini@webberax.com', 'hello'); //$mail->addAddress("recepient1@example.com"); //Recipient name is optional //Address to which recipient will reply $mail->addReplyTo("contact@stoneworksbuilders.com", "Reply"); //CC and BCC //$mail->addCC("aswinihari6@gmail.com"); //$mail->addBCC("bcc@example.com"); //Send HTML or Plain Text email $mail->isHTML(true); $mail->Subject = "This e-mail was sent from a subscribe form on (http://stoneworksbuilders.com)"; $mail->Body = "This e-mail was sent from a subscribe form on (http://stoneworksbuilders.com)"; $mail->AltBody = "This is the plain text version of the email content"; if(!$mail->send()) { echo "Mailer Error: "; } else { echo "Message has been sent successfully"; } //PHPMailer Object $mail2 = new PHPMailer; //$mail->SMTPDebug = 3; $mail2->Host = 'smtp.Yandex.com'; // SMTP server $mail2->Port = 465; // optional // used only when SMTP requires authentication $mail2->SMTPAuth = true; $mail2->Username = 'contact@stoneworksbuilders.com'; $mail2->Password = 'yu5TQDxcVFsy'; $mail2->SMTPSecure = 'ssl'; $mail2->IsSMTP(); $mail2->setFrom('contact@stoneworksbuilders.com', 'stoneworksbuilders'); $mail2->addAddress('contact@stoneworksbuilders.com', 'stoneworksbuilders'); $mail2->isHTML(true); $mail2->Subject = "Subscribed Details"; $mail2->Body = "Following user has subscribed your website
Name : $name1
Email : $email1
"; $mail2->send(); } } ?>