hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
legalfluence.com
/
Upload FileeE
HOME
<?php ob_start(); include("configuration/function-include.php"); if(isset($_POST['email'])) { $to = 'info@legalfluence.com'; $subject='Legalfluence Query'; $message.= "Name: ".$_POST['name']."\n"; $message.= "Phone: ".$_POST['phone']."\n"; $message.= "Email:".$_POST['email']."\n"; $message.= "Message:".$_POST['message']."\n"; // Sending email if(mail($to, $subject, $message)){ $_SESSION['msg']= 'Your mail has been sent successfully.'; } else{ $_SESSION['msg']= 'Unable to send email. Please try again.'; } } ?> <?php include 'header.php';?> <!-- End Header --> <!-- page-banner-section ================================================== --> <section class="page-banner-section" style="background:url(img/pages/knowledge-hub-banner.jpg) center;"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2>Knowledge Hub</h2> <ul class="page-depth"> <li><a href="">Home</a></li> <li><a href="">Our Services</a></li> </ul> </div> </div> </div> </section><!-- End page-banner section --> <!-- services-page section ================================================== --> <!-- Our Services ================================================== --> <!-- End services-page section --> <section class="about-section2 about-section"> <div class="container"> <div class="row"> <div class="col-md-8"> <?php $i = 0; $sql_select = "Select * from knowledge where status=1 ORDER BY id DESC"; $query_select = mysqli_query($conn, $sql_select); while($res_select = mysqli_fetch_array($query_select)){ $i++; ?> <div class="col-md-8"> <h4 style="text-align:justify"><?php echo $res_select['knowledge'];?></h4> <p style="text-align:justify;color:#a36d08; font-weight: bold;"><?php echo date('d-M-Y',strtotime($res_select['date'])); ?> </p> </div> <div class="col-md-4"> <h4><a href="upload/knowledgehub/<?php echo $res_select['img'];?>" target="_blank" style="color: #906005; font-weight: 400;"><img src="upload/pdf.png" style="height: 66px;">Download Now</a></h4> </div> <?php } ?> </div> <style> #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; } #contact { background:#F9F9F9; padding:25px; } #contact h3 { color: #a36d08; display: block; font-size: 30px; font-weight: 400; } #contact h4 { margin:5px 0 15px; display:block; font-size:13px; } fieldset { border: medium none !important; margin: 0 0 10px; min-width: 100%; padding: 0; width: 100%; } #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea { width:100%; border:1px solid #CCC; background:#FFF; margin:0 0 5px; padding:10px; } #contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover { -webkit-transition:border-color 0.3s ease-in-out; -moz-transition:border-color 0.3s ease-in-out; transition:border-color 0.3s ease-in-out; border:1px solid #AAA; } #contact textarea { height:100px; max-width:100%; resize:none; } #contact button[type="submit"] { cursor:pointer; width:100%; border:none; background:#a36d08; color:#FFF; margin:0 0 5px; padding:10px; font-size:15px; } #contact button[type="submit"]:hover { background:#09C; -webkit-transition:background 0.3s ease-in-out; -moz-transition:background 0.3s ease-in-out; transition:background-color 0.3s ease-in-out; } #contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); } #contact input:focus, #contact textarea:focus { outline:0; border:1px solid #999; } ::-webkit-input-placeholder { color:#888; } :-moz-placeholder { color:#888; } ::-moz-placeholder { color:#888; } :-ms-input-placeholder { color:#888; } </style> <div class="col-md-4" > <?php if(!empty($_SESSION['msg'])){ echo '<p style="color:#11b200;">'.$_SESSION['msg'].'</p>'; } unset($_SESSION['msg']); ?> <form id="contact" action="" method="post"> <h3>Enter your query</h3> <h4>Contact us today, and get reply with in 24 hours!</h4> <fieldset> <input placeholder="Your name" name="name" type="text" tabindex="1" required autofocus> </fieldset> <fieldset> <input placeholder="Your Email Address" name="email" type="email" tabindex="2" required> </fieldset> <fieldset> <input placeholder="Your Phone Number" name="phone" type="tel" tabindex="3" required> </fieldset> <fieldset> <textarea placeholder="Type your Message Here...." name="message" tabindex="5" required></textarea> </fieldset> <fieldset> <button name="submit" type="submit" id="contact-submit" data-submit="...Sending">Submit</button> </fieldset> </form> </div> </div> </div> </section><!-- End about section --> <section class="pad-tb-40 callto-action"> <div class="container"> <div class="row"> <!-- Column --> <div class="col-sm-12"> <div class="callto-action"> <h3 class=""><span class="call-title-text"><span class="call-title-text"> Need more details? Contact us<br> We are here to assist. Contact us by email at <a href="mailto:info@legalfluence.com" style="color:white;">info@legalfluence.com</a> </span></span><a href="contact.php" class="button-one">Contact us</a></h3> </div> </div><!-- Column --> </div><!-- row --> </div><!-- Container --> </section><!-- footer ================================================== --> <?php include 'footer.php';?>