
PK 
<!DOCTYPE html>
<html>
<head>
<title>Irenes legal</title>
<link rel="stylesheet" type="text/css" href="assets/css/plugins.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<style type="text/css">
.imgbox {
display: inline-block;
height: 220px;
overflow-y: hidden;
}
.card {
min-height: 400px;
}
</style>
</head>
<body>
<div id="includedHeader"></div>
<div class="container-fluid bg-page-header" style="margin-bottom:90px;">
<div class="container">
<div class="d-flex flex-column align-items-center justify-content-center" style="min-height:400px">
<h3 class="display-3 text-white text-uppercase">Publications</h3>
<div class="d-inline-flex text-white">
<p class="m-0 text-uppercase"><a class="text-white" href="index.html">Home</a></p>
<i class="fa fa-angle-double-right pt-1 px-3"></i>
<p class="m-0 text-uppercase">Publications</p>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-lg-4 pb-5">
<div class="card">
<div class="imgbox">
<img class="card-img-top" src="assets/img/blog/blog-4.jpg">
</div>
<div class="card-body">
<h5 class="card-title">Navigating through the Laborious Labyrinth of Commercial Laws in India</h5>
<a href="navigating-through-the-laborious-labyrinth-of-commercial-laws-in-india.html" class="btn btn-primary">Read more</a>
</div>
</div>
</div>
<div class="col-lg-4 pb-5">
<div class="card">
<div class="imgbox">
<img class="card-img-top" src="assets/img/blog/blog-3.jpg">
</div>
<div class="card-body">
<h5 class="card-title">The Show Goes On: Shemaroo's Plea for Interim Relief Against T-Series Hits a Sour Note</h5>
<a href="shemaroo-plea-for-interim-relief-against-t-series-hits-a-sour-note.html" class="btn btn-primary">Read more</a>
</div>
</div>
</div>
<div class="col-lg-4 pb-5">
<div class="card">
<div class="imgbox">
<img class="card-img-top" src="assets/img/blog/blog-2.jpg">
</div>
<div class="card-body">
<h5 class="card-title">Gujarat HC on abortion plea: invocation of Manusmriti</h5>
<a href="gujarat-HC-on-abortion-plea.html" class="btn btn-primary">Read more</a>
</div>
</div>
</div>
<div class="col-lg-4 pb-5">
<div class="card">
<div class="imgbox">
<img class="card-img-top" src="assets/img/blog/blog-1.jpg">
</div>
<div class="card-body">
<h5 class="card-title">PRE-NUPTIAL OR PRE-MARITAL AGREEMENTS/CONTRACTS IN INDIA?</h5>
<a href="pre-nuptial-or-pre-marital-agreements-contracts-in-india.html" class="btn btn-primary">Read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="includedFooter"></div>
<!-- modal -->
<div class="modal fade bd-example-modal-lg" id="disclaimerModal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Disclaimer</h5>
<!-- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button> -->
</div>
<div class="modal-body">
<p>The Bar Council of India does not permit advertisement or solicitation by advocates in
any form or manner. By accessing this website, www.ireneslegal.in, you acknowledge
and confirm that:</p>
<ul>
<li>You are seeking information relating to Irene’s Legal of your own accord and that there has been no form of solicitation, advertisement or inducement by Irene’s Legal or its members.</li>
<li>The content of this website is for informational purposes only and should not be interpreted as soliciting or advertisement.</li>
<li>No material/information provided on this website should be construed as legal advice.</li>
<li>Any information obtained or downloaded by the user from our website does not lead to the creation of the client – attorney relationship between the Firm and the user</li>
<li>Irene’s Legal shall not be liable for consequences of any action taken by relying on the material/information provided on this website</li>
<li>You acknowledge that your information will be used in accordance with Privacy Policy and Terms Of Use.</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" aria-label="Close">I Agree</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal" disabled>I Disagree</button>
</div>
</div>
</div>
</div>
<!-- end modal -->
<a href="javascript:void(0)" class="btn btn-primary px-3 back-to-top"><i class="fa fa-angle-double-up"></i></a>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/easing.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/moment.min.js"></script>
<script src="assets/js/moment-timezone.min.js"></script>
<script src="assets/js/tempusdominus-bootstrap-4.min.js"></script>
<script src="assets/js/main.js"></script>
<script>
$(function(){
$("#includedHeader").load("header.html");
});
$(function(){
$("#includedFooter").load("footer.html");
});
</script>
<!-- <script type="text/javascript">
setTimeout(function () {
$('#disclaimerModal').modal('show');
}, 1000); //30 seconds
$('#disclaimerModal').modal({backdrop: 'static', keyboard: false})
</script> -->
</body>
</html>


PK 99