CINXE.COM

<!DOCTYPE html> <html> <head> <!-- ** Basic Page Needs ** --> <meta charset="utf-8"> <title></title> <!-- Essential stylesheets =====================================--> <link href="https://academicresearchlibrary.org/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="https://academicresearchlibrary.org/plugins/bootstrap/bootstrap-slider.css" rel="stylesheet"> <link href="https://academicresearchlibrary.org/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet"> <link href="https://academicresearchlibrary.org/plugins/slick/slick.css" rel="stylesheet"> <link href="https://academicresearchlibrary.org/plugins/slick/slick-theme.css" rel="stylesheet"> <link href="https://academicresearchlibrary.org/plugins/jquery-nice-select/css/nice-select.css" rel="stylesheet"> <link href="https://academicresearchlibrary.org/css/style.css" rel="stylesheet"> </head> <body> <div class="top-header" style=" background-color: #679571;height: 27px;"> <!--<div class="float-right"> <a href=""><i class="fa fa-arrow-circle-right" style="font-size:15px"></i><span style="color:#fff;">Specialist Subject</span></a> <a href=""><i class="fa fa-arrow-circle-right" style="font-size:15px"></i><span style="color:#fff;">Related Proceedings</span></a> </div>--> </div> <header> <div class="container"> <div class="row"> <div class="col-md-12"> <nav class="navbar navbar-expand-lg navbar-light navigation"> <a class="navbar-brand" href="/"> <img src="/images/acanewlogo.jpg" alt="" style="width: 80%;"> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav ml-auto main-nav "> <li class="nav-item active"> <a class="nav-link" href="/">Home</a> </li> <li class="nav-item"> <a class="nav-link" href="/proceeding">Proceedings</a> </li> <li class="nav-item"> <a class="nav-link" href="/article">Article</a> </li> </ul> <!--<ul class="navbar-nav ml-auto mt-10"> <li class="nav-item"> <a class="nav-link login-button" href="login.html">Login</a> </li> <li class="nav-item"> <a class="nav-link text-white add-button" href="ad-listing.html"><i class="fa fa-plus-circle"></i> Add Listing</a> </li> </ul>--> </div> </nav> </div> </div> </div> </header> <!--=============================== = Hero Area = ================================--> <style> .dashboard-container .product-details span strong { color: #666; width: 59%; display: inline-block; } .dashboard-container .product-details span { line-height: 40px; } .title { margin-bottom:20px; color:red; font-size:30px; font-weight:600; } </style> <section class="dashboard section"> <!-- Container Start --> <div class="container"> <!-- Row Start --> <div class="row"> <div class="col-lg-8"> <!-- Recently Favorited --> <div class="widget dashboard-container my-adslist"> <table class="table table-responsive product-dashboard-table"> <thead> <tr> <th>Article Details</th> <!--<th class="text-center">Category</th> <th class="text-center">Action</th>--> </tr> </thead> <tbody> <tr> <td class="product-details"> <h3 class="title">test8</h3> <div class="row"> <div class="col-md-4"> <span class="add-id"><strong>Author Name:</strong></span></div> <div class="col-md-8"><span>test8</span></div> <div class="col-md-4"><span><strong>Co-author Name: </strong></span></div> <div class="col-md-8"><span>test8</span></div> <div class="col-md-4"><span><strong>Abstract: </strong></span></div> <div class="col-md-8"><span>test8</span></div> <div class="col-md-4"><span><strong>Keywords: </strong></span></div> <div class="col-md-8"><span>test8</span></div> <div class="col-md-4"><span class="status"><strong>Topics:</strong></span></div> <div class="col-md-8"><span>LAW</span></div> <div class="col-md-4"><span class="status"><strong>Subtopic:</strong></span></div> <div class="col-md-8"><span>Justice and legal studies</span></div> </div> </div> </td> </tr> </tbody> </table> </div> <iframe src ="https://academicresearchlibrary.org/laraview/#../storage/pdf/HVng21sOxwYVZVQ9DsnokbBPaLK71Sodv6WpzK84.doc" width="100%" height="600px"></iframe> </div> <div class="col-lg-4"> <div class="sidebar"> <div class="widget dashboard-container my-adslist"> <table class="table table-responsive product-dashboard-table"> <thead> <tr> <th>Presentation Video</th> </tr> </thead> </table> <iframe width="300" height="240" src="test.com" title="YouTube video player" allowfullscreen="allowfullscreen"></iframe> </div> </div> </div> </div> <!-- Row End --> </div> <!-- Container End --> </section> <script src="/assets/pspdfkit.js"></script> <script> PSPDFKit.load({ container: "#pspdfkit", document: "storage/pdf/HVng21sOxwYVZVQ9DsnokbBPaLK71Sodv6WpzK84.doc", // Add the path to your document here. }) .then(function(instance) { console.log("PSPDFKit loaded", instance); }) .catch(function(error) { console.error(error.message); }); </script> <!--==================================== = Call to Action = =====================================--> <!----footer--> <footer class="footer-bottom"> <!-- Container Start --> <div class="container"> <div class="row"> <div class="col-lg-12 text-center text-lg-left mb-3 mb-lg-0"> <!-- Copyright --> <div class="copyright" style="text-align:center;"> <p>Copyright &copy; <script> var CurrentYear = new Date().getFullYear() document.write(CurrentYear) </script>. Academicresearchlibrary.All Rights Reserved.</a></p> </div> </div> <!-- <div class="col-lg-6"> <ul class="social-media-icons text-center text-lg-right"> <li><a class="fa fa-facebook" href="https://www.facebook.com/themefisher"></a></li> <li><a class="fa fa-twitter" href="https://www.twitter.com/themefisher"></a></li> <li><a class="fa fa-pinterest-p" href="https://www.pinterest.com/themefisher"></a></li> <li><a class="fa fa-github-alt" href="https://www.github.com/themefisher"></a></li> </ul> </div>--> </div> </div> <!-- Container End --> <!-- To Top --> <div class="scroll-top-to"> <i class="fa fa-angle-up"></i> </div> </footer> <!-- end footer--> <script src="https://academicresearchlibrary.org/plugins/jquery/jquery.min.js"></script> <script src="https://academicresearchlibrary.org/plugins/bootstrap/popper.min.js"></script> <script src="https://academicresearchlibrary.org/plugins/bootstrap/bootstrap.min.js"></script> <script src="https://academicresearchlibrary.org/plugins/bootstrap/bootstrap-slider.js"></script> <script src="https://academicresearchlibrary.org/plugins/tether/js/tether.min.js"></script> <script src="https://academicresearchlibrary.org/plugins/raty/jquery.raty-fa.js"></script> <script src="https://academicresearchlibrary.org/plugins/slick/slick.min.js"></script> <script src="https://academicresearchlibrary.org/plugins/jquery-nice-select/js/jquery.nice-select.min.js"></script> <!-- google map --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU" defer></script> <script src="https://academicresearchlibrary.org/plugins/google-map/map.js" defer></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10