- ID de exploración:
- c68a0bec-1517-47a3-9b88-0d4703f4e9d9Finalizado
- URL enviada:
- https://procklaw.com/
- Informe finalizado:
Enlaces: 0 encontrados
Los enlaces salientes identificados en la página
Variables JavaScript: 3 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensajes de registro de la consola: 2 encontrados
Mensajes registrados en la consola web
Tipo | Categoría | Registrar |
---|---|---|
error | network |
|
error | network |
|
HTML
El cuerpo HTML sin procesar de la página
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Prock Law offers comprehensive legal solutions in partnership with Hamil Law. Your trusted partner for legal guidance.">
<title>Prock Law - Comprehensive Legal Solutions | Affiliated with Hamil Law</title>
<link rel="stylesheet" href="styles.css">
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background: #007BFF;
color: #fff;
padding: 20px 0;
text-align: center;
}
h1 {
margin: 0;
font-size: 2.5em;
}
h2 {
margin-top: 40px;
font-size: 2em;
color: #333;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
}
.services, .testimonials {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
.service, .testimonial {
background: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
footer {
background: #333;
color: #fff;
text-align: center;
padding: 10px 0;
position: relative;
bottom: 0;
width: 100%;
}
.cta {
background: #28a745;
color: #fff;
padding: 15px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 1.2em;
margin: 20px 0;
}
.cta:hover {
background: #218838;
}
.contact-form {
background: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin: 40px 0;
}
input[type="text"], input[type="email"], textarea {
width: 100%;
padding: 10px;
margin: 10px 0;
border: 1px solid #ccc;
border-radius: 5px;
}
input[type="submit"] {
background: #007BFF;
color: #fff;
border: none;
padding: 15px;
cursor: pointer;
border-radius: 5px;
}
input[type="submit"]:hover {
background: #0056b3;
}
</style>
</head>
<body>
<header>
<h1>Welcome to Prock Law</h1>
<p>Your Trusted Partner for Comprehensive Legal Solutions</p>
</header>
<div class="container">
<h2>About Us</h2>
<p>At Prock Law, we pride ourselves on providing exceptional legal services tailored to meet your specific needs. In affiliation with Hamil Law, our experienced team is dedicated to guiding you through the complexities of the legal system with professionalism and integrity.</p>
<h2>Our Services</h2>
<div class="services">
<div class="service">
<h3>Personal Injury Law</h3>
<p>Expert legal representation for personal injury claims, ensuring you receive the compensation you deserve.</p>
</div>
<div class="service">
<h3>Family Law</h3>
<p>Compassionate support for family disputes, including divorce, custody, and adoption matters.</p>
</div>
<div class="service">
<h3>Business Law</h3>
<p>Comprehensive legal solutions for businesses, from formation to compliance and dispute resolution.</p>
</div>
<div class="service">
<h3>Estate Planning</h3>
<p>Careful planning to secure your legacy and ensure your wishes are honored.</p>
</div>
<div class="service">
<h3>Criminal Defense</h3>
<p>Vigorous defense of your rights and freedom in criminal cases.</p>
</div>
</div>
<h2>Client Testimonials</h2>
<div class="testimonials">
<div class="testimonial">
<p>"Prock Law helped me through a tough personal injury case. Their professionalism and dedication made all the difference!"</p>
<p><strong>- Sarah J.</strong></p>
</div>
<div class="testimonial">
<p>"I felt supported every step of the way during my divorce. The team was compassionate and understanding." </p>
<p><strong>- Michael R.</strong></p>
</div>
<div class="testimonial">
<p>"Excellent service! They took the time to explain everything and fought hard for my rights."</p>
<p><strong>- Laura K.</strong></p>
</div>
</div>
<h2>Contact Us</h2>
<p>If you have any questions or would like to schedule a consultation, please fill out the form below.</p>
<div class="contact-form">
<form action="send_email.php" method="post">
<input type="text" name="name" placeholder="Your Name" required="">
<input type="email" name="email" placeholder="Your Email" required="">
<textarea name="message" rows="5" placeholder="Your Message" required=""></textarea>
<input type="submit" value="Send Message">
</form>
</div>
<div style="text-align: center;">
<button class="cta">Get a Free Consultation</button>
</div>
</div>
<footer>
<p>© 2024 Prock Law | In affiliation with Hamil Law</p>
</footer>
</body></html>