October 22, 2020 at 7:42:56 PM UTC
VERIFY
Websites
Websites
Runtime: 1.8s
Share on Facebook or Twitter
On October 22, 2020 at 7:42:56 PM UTC, http://www.jsc.org.zw/ was accessible when tested on AS37123 in Zimbabwe.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
172.253.11.2
Query:
IN A www.jsc.org.zw
Engine:
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
TTL
A
41.220.20.218
Unknown AS

TCP Connections

41.220.20.218:80: succeeded

HTTP Requests

URL
GET https://www.jsc.org.zw/
Response Headers
Date:
Thu, 22 Oct 2020 19:25:32 GMT
content-encoding:
Server:
Apache/2.4.6
Content-Type:
text/html; charset=UTF-8
X-Powered-By:
PHP/5.4.16
Response Body
<!DOCTYPE html>
<html lang="en" ng-app="app">
    
<!-- Mirrored from rstheme.com/products/html/bstart/ by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 11 Jul 2018 06:11:27 GMT -->
<head>

<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<link rel="stylesheet" href="cs/w3.css">
<style>
.mySlides {display:none;}
</style>
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->
  

        <!-- meta tag -->
        <meta charset="utf-8">
        <title>Judicial Service Commission of Zimbabwe</title>
        <meta name="description" content="">
        <!-- responsive tag -->
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <!-- favicon -->
        <link rel="apple-touch-icon" href="apple-touch-icon.html">
        <link rel="shortcut icon" type="image/x-icon" href="images/fav.png">
        <!-- bootstrap v3.3.7 css -->
        <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
        <!-- font-awesome css -->
        <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
        <!-- linea-font css -->

        <link rel="stylesheet" type="text/css" href="fonts/linea-fonts.css">
        <!-- animate css -->
        <link rel="stylesheet" type="text/css" href="css/animate.css">
        <!-- owl.carousel css -->
        <link rel="stylesheet" type="text/css" href="css/owl.carousel.css">
        <!-- slick css -->
        <link rel="stylesheet" type="text/css" href="css/slick.css">
        <!-- nivo slider CSS -->
        <link rel="stylesheet" type="text/css" href="inc/custom-slider/css/nivo-slider.css">
        <link rel="stylesheet" type="text/css" href="inc/custom-slider/css/preview.css">
        <!-- magnific popup css -->
        <link rel="stylesheet" type="text/css" href="css/magnific-popup.css">
        <link rel="stylesheet" href="css000/vertical.news.slider.css?v=1.0">
        
        <!-- Main Menu css -->
        <link rel="stylesheet" href="css/rsmenu-main.css">
        <!-- rsmenu transitions css -->
        <link rel="stylesheet" href="css/rsmenu-transitions.css">
        
        <!-- style css -->
        <link rel="stylesheet" type="text/css" href="style.css"> <!-- This stylesheet dynamically changed from style.less -->
        <!-- responsive css -->
        <link rel="stylesheet" type="text/css" href="css/responsive.css">
		<link href="bootstrap.min.css" rel="stylesheet">
    <link href="font-awesome.min.css" rel="stylesheet">
    <script src="angula.min.js"></script>
    <link rel="stylesheet" type="text/css" href="style100.css">
	
    
    <link rel="stylesheet" href="slider.css">
	
<link href="slide-out-form.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"></script>
<script src="slide-out-form.js"></script>
        <!--[if lt IE 9]>
            <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
            <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
            
            
            
        <![endif]-->
        <style type="text/css">

.main {
width:450px;
height:180px;
border:1px;
border-color:#c0a226;
background-color:#c0a226
}

.month {
background-color:#030;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:#C0A226;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

</style>
<style>
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

tr:hover {background-color:#f5f5f5;}
</style>
<style>
.example1 {
 height: 50px;	
 overflow: hidden;
 position: relative;
}
.example1 h3 {
 font-size: 3em;
 color: limegreen;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 15s linear infinite;
 -webkit-animation: example1 15s linear infinite;
 animation: example1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}
</style>

<style>
.responsive {
    width: 100%;
    height: auto;
}
</style>
<style>
    #note {
        position: absolute;
        z-index: 6001;
        top: 0;
        left: 0;
        right: 0;
        background: #C0A226;
        text-align: center;
        line-height: 2.5;
        overflow: hidden; 
        -webkit-box-shadow: 0 0 5px black;
        -moz-box-shadow:    0 0 5px black;
        box-shadow:         0 0 5px black;
    }
    .cssanimations.csstransforms #note {
        -webkit-transform: translateY(-50px);
        -webkit-animation: slideDown 10s 4.0s 1 ease forwards;
        -moz-transform:    translateY(-50px);
        -moz-animation:    slideDown 10s 4.0s 1 ease forwards;
    }

    #close {
      position: absolute;
      right: 10px;
      top: 9px;
      text-indent: -9999px;
      background: url(images/close.png);
      height: 16px;
      width: 16px;
      cursor: pointer;
    }
    .cssanimations.csstransforms #close {
      display: none;
    }
    
    @-webkit-keyframes slideDown {
        0%, 100% { -webkit-transform: translateY(-50px); }
        10%, 90% { -webkit-transform: translateY(0px); }
    }
    @-moz-keyframes slideDown {
        0%, 100% { -moz-transform: translateY(-50px); }
        10%, 90% { -moz-transform: translateY(0px); }
    }
	</style>
    
    


<script type="text/javascript" src="js/calendar.js">

/***********************************************
* Basic Calendar-By Brian Gosselin at http://scriptasylum.com/bgaudiodr/
* Script featured on Dynamic Drive (http://www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

</script> 
<style>
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #030;
  color: white;
}
</style>

    </head>
    <body class="defult-home">
        <!--Preloader area start here-->
        <div id="loading">
            <div id="loading-center">
                <div id="loading-center-absolute">
                    <div class="object" id="object_one"></div>
                    <div class="object" id="object_two"></div>
                    <div class="object" id="object_three"></div>
                    <div class="object" id="object_four"></div>
                </div>
            </div>
        </div>
        <!--End preloader here -->  

        <!--Header Start-->
        <header id="rs-header">
            <!-- Toolbar Start -->
            <div class="toolbar-area hidden-sm hidden-xs">
                <div class="container-fluid">
                    <div class="row">
                        <div class="col-lg-6 col-sm-7 col-xs-12">
                            <div class="toolbar-contact">
                                <ul>
                                    <li><i class="fa fa-phone"></i><a href="tel:+123456789">(+263) (242) 704118 | 706260</a> |<a href="publicrelations.php" target="_blank"><i class="fa fa-envelope-o"></i> info@jsc.org.zw</a></li>

                                </ul>
                            </div>
                        </div>
                        <div class="col-lg-6 col-sm-5 col-xs-12">
                            <div class="toolbar-sl-share">
                               
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Toolbar End -->

            <!-- Header Menu Start -->
            <div class="menu-area rs-defult-header menu-sticky">
                <div class="container-fluid">
                    <div class="row">
                        <div class="col-sm-2">
                            <div class="logo-area">
                                <a href="index.php"><img src="images/logo.png" alt="Judicial Service Commission of Zimbabwe"></a>
                            </div>
                        </div>
                        <div class="col-sm-10">
                            <div class="main-menu">
                                <a class="rs-menu-toggle"><i class="fa fa-bars"></i>Menu</a>
                                <nav class="rs-menu">
                                    <ul class="nav-menu">
                                        <!-- Home -->
                                        <li class="menu-item-has-children">
                                            <a href="index.php"><strong style="color:#030">HOME</strong></a>
                                            
                                        </li>
                                         <!-- End Home -->
                                         <li class="menu-item-has-children"><a href="#"><strong style="color:#030">ABOUT</strong></a>
                                            <ul class="sub-menu">
                                           
                                                <li><a href="administration.html">Overview</a></li>
                                                <li><a href="structure.html">Structure</a>
                                                 
                                                </li>
												<li><a href="commissioner.html">Commissioners</a>
                                                 
                                                </li>
												<li><a href="#">Secretariat</a>
												<ul class="sub-menu">
												<li><a href="secretary.html">Structure </a></li>
                                                      <li class="menu-item-has-children"><a href="">Departments </a>
													  <ul class="sub-menu">
                                                      <li><a href="adminstructure.html">Administration</a></li>
                                                      <li><a href="corporate.html">Corporate Affairs</a></li>
                                                      <li><a href="finance.html">Finance</a></li>
													  <li><a href="procurement.html">Procurement</a></li>
													  <li><a href="ict.html">ICT and Records</a></li>
                                                                                                          
                                                  </ul>
													  												  
													  </li>
                                                                                                   
                                                  </ul>
                                                 
                                                </li>
                                               
                                                
                                               
                                               
                                            </ul>
                                        </li>
                                            
                                        <li class="menu-item-has-children"><a href="#"><strong style="color:#030">THE COURTS</strong></a>
                                            <ul class="sub-menu">
                                                <li><a href="#">Constitutional Court</a>
                                                <ul class="sub-menu">
                                                      <li><a href="constitutional.html">Overview</a></li>
                                                      <li><a href="conjudges.html">Judges</a></li>
                                                      <li><a href="conregistrars.html">Registrars</a></li>
                                                                                                          
                                                  </ul>
                                                </li>
                                                <li><a href="#">Supreme Court</a>
                                                 <ul class="sub-menu">
                                                      <li><a href="supreme.html">Overview</a></li>
                                                        <li><a href="supjudges.html">Judges</a></li>
                                                          <li><a href="supregistrars.html">Registrars</a></li>
                                                      
                                                  </ul>
                                                </li>
                                                <li><a href="#">High Court</a><ul class="sub-menu">
                                                      <li><a href="highcourt.html">Overview</a></li>
                                                        <li><a href="judges.html">Judges</a></li>
                                                          <li><a href="registrars.html">Registrars</a></li>
                                                      
                                                  </ul>
                                                
                                                </li>
                                                <li><a href="#">Labour Court</a><ul class="sub-menu">
                                                      <li><a href="labourcourt.html">Overview</a></li>
                                                        <li><a href="labourjudge.html">Judges</a></li>
                                                          <li><a href="labregistrars.html">Registrars</a></li>
                                                      
                                                  </ul>
                                                
                                                </li>
                                                <li><a href="#">Administrative Court</a>
                                                <ul class="sub-menu">
                                                      <li><a href="administrative.html">Overview</a></li>
                                                        <li><a href="adminjudge.html">Judges</a></li>
                                                          <li><a href="adminregistrars.html">Registrars</a></li>
                                                      
                                                  </ul>
                                                
                                                </li>
                                                
                                                <li><a href="#">Magistrate's Court</a>
                                                <ul class="sub-menu">
                                                      <li><a href="magistrate.html">Overview</a></li>
                                                      <li><a href="chiefmag.php">Magistrates</a></li>
                                                      <li><a href="divisions.php">Magistrates Court Divisions</a></li>
                                                                                                          
                                                  </ul>
                                                
                                                </li>
                                            </ul>
                                        </li>
										  <li class="menu-item-has-children"><a href="#"><strong style="color:#030">OTHER OFFICES</strong></a>
                                            <ul class="sub-menu">
                                                <li><a href="#">Master of the High Court</a>
                                                <ul class="sub-menu">
                                                      <li><a href="master.html">Overview</a></li>
                                                      <li><a href="masterofice.html">Officers</a></li>
                                                      
                                                                                                          
                                                  </ul>
                                                </li>
                                                <li><a href="#">Sheriff of the High Court</a>
                                                 <ul class="sub-menu">
                                                      <li><a href="sheriff.html">Overview</a></li>
                                                        <li><a href="sheriffofice.html">Officers</a></li>
                                                          
                                                      
                                                  </ul>
                                                </li>
                                                
                                                
                                               
                                               
                                                
                                                
                                            </ul>
                                        </li>
                                        
										
                                        
                                         <li class="menu-item-has-children"><a href="#"><strong style="color:#030">THE MEDIA</strong></a>
                                            <ul class="sub-menu">
                                           
                                                <li><a href="newsletter.php">News Letter</a></li>
                                                <li><a href="publications.php">Publications</a>
                                                
                                                                                               
                                                </li>
                                                <li><a href="gallery.php">Gallery</a>
                                                
                                                </li>
                                                <li><a href="courtstatistics.php">Court Statistics</a>
                                                
                                                </li>
                                                
                                               
                                               
                                           </ul>
                                        </li>
            
                                        
                                        <li class="menu-item-has-children"><a href="#"><strong style="color:#030">CONTACT</strong></a>
                                            <ul class="sub-menu">
                                                <li class="menu-item-has-children">
                                                  <a href="headoffice.html">Head Office</a>
                                                                        </li>
													<li class="menu-item-has-children">
                                                  <a href="concontact.html">Constitutional Court</a>
                                                                                                </li>
                                                
                                                
                                                <li class="menu-item-has-children">
                                                  <a href="supcontact.html">Supreme Court</a>
                                                                                                 </li>
                                                
                                                
                                               
                                                
                                          <li class="menu-item-has-children">
                                                  <a href="#">High Court</a>
                                                  <ul class="sub-menu">
                                                      <li><a href="bluzcontact.html">Bulawayo </a></li>
                                                        <li><a href="highcontact.html">Harare </a></li>
                                                          <li><a href="masvingo.html">Masvingo</a></li>
                                                           <li><a href="mutare.html">Mutare </a></li>
                                                      
                                                  </ul>
                                                                                                 </li>  
                                                                                                  <li class="menu-item-has-children">
                                                  <a href="#">Labour Court</a>
                                                  <ul class="sub-menu">
                                                      <li><a href="labourbluzcontact.html">Bulawayo </a></li>
                                                       <li><a href="supremecourt.html">Gweru </a></li>
                                                        <li><a href="labourcontact.html">Harare </a></li>
                                                          
                                                      
                                                  </ul>
                                                                                                 </li>
                                                                                                 <li class="menu-item-has-children">
                                                  <a href="admincontact.html">Administrative Court</a>
                                                                                                 </li>  
                                                                                                  <li class="menu-item-has-children">
                                                  <a href="magistrates.php">Magistrates Court</a>
                                                                                                 </li> 
																								  <li class="menu-item-has-children">
                                                  <a href="mastercontact.html">Master's Office</a>
                                                                                                 </li>
																								  <li class="menu-item-has-children">
                                                  <a href="sheriffcont.php">Sheriff's Office</a>
                                                                                                 </li>
                                       
                                            </ul>
                                        </li>
                                    </ul>
                               </nav>
                           </div>
                            <div class="appointment-cart hidden-sm hidden-xs">
                               
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Header Menu End -->
        </header>
        <!--Header End-->

		<!-- Main content Start -->
        <div class="main-content">
            <!-- Slider Start -->
            <!-- Start WOWSlider.com BODY section -->
<div id="wowslider-container1">

<div class="ws_images"><ul style="background:#c0a226">
		<li><img src="data1/images/20201.jpg" alt="" title="" id="wows1_0"/><font size="+1"></font></li>
		<li><img src="data1/images/20202.jpg" alt="22 May 2020 Event Speakers" title="JSC OPEN DAY-10 JUNE 2020" id="wows1_1"/><font size="+1">Members of staff interacting with the public during the open day</font></li>
	<!--	<li><img src="data1/images/20203.jpg" alt="High Court Mutare Legal Year" title="LONG SERVICE AWARDS-10 JUNE 2020" id="wows1_0"/><font size="+1">The Chief Jusitce congratulates long serving members of staff</font></li> -->
		
        <li><img src="data1/images/20204.jpg" alt="Covid-19 Prevention Guidelines at Courts" title="" id="wows1_3"/><font size="+1"></font></li>
        
	</ul></div>
	
	<div class="ws_bullets"><div>
	<div class="container">
  <div class="row mt-5">
	  
  </div>
</div>
		<a href="#" title="2019 legal year opening"><span><img src="data1/tooltips/001.jpg" alt="2019 legal year opening"/>1</span></a>
		<a href="#" title="2019 legal year opening"><span><img src="data1/tooltips/002.jpg" alt="2019 legal year opening"/>2</span></a>
		<a href="#" title="2019 legal year opening"><span><img src="data1/tooltips/003.jpg" alt="2019 legal yea
		
        <a href="#" title="2019 legal year opening"><span><img src="data1/tooltips/005.jpg" alt="2019 legal year opening"/>5</span></a>
        <a href="#" title="2019 legal year opening"><span><img src="data1/tooltips/006.jpg" alt="2019 legal year opening"/>6</span></a>
        <a href="#" title="2019 legal year opening"><span><img src="data1/tooltips/007.jpg" alt="2019 legal year opening"  style="background-color:#c0a226"/>7</span></a>
	</div></div><div class="ws_script" style="position:absolute;left:-99%"><a href="http://wowslider.net"></a></div>
<div class="ws_shadow"></div>

</div>	
<script type="text/javascript" src="engine1/wowslider.js"></script>
<script type="text/javascript" src="engine1/script.js"></script>
<!-- End WOWSlider.com BODY section -->
					

<section class="toggle-form">
  <div class="formwrap px-4">
    <div class="icon-close pos-a" style="background-color:#c0a226"><img src="https://www.solodev.com/_/images/cross.png" alt="Close Button"></div>
    <p class="text-white mt-4 h" style="background-color:#c0a226"></p>
	
	<form action="#" method="post" role="form" data-toggle="validator">
		<table>
  <tr>
    <th>Project</th>
    
    <th>Status</th>
  </tr>
 
  <tr>
    <td><a href="projects.php" style="color:#060">Construction of an Anti-Corruption Court in Gweru</a></td>
   
    <td>Complete</td>
  </tr>
  <tr>
    <td><a href="projects.php" style="color:#060">Construction of an Anti-Corruption Court in Masvingo</a></td>
    
    <td>Complete</td>
  </tr>
  <tr>
    <td><a href="projects.php" style="color:#060">Construction of an Anti-Corruption Court in Mutare</a></td>
   
    <td>Complete</td>
  </tr>
  <tr>
    <td><a href="projects.php" style="color:#060">Construction of Mount Darwin Magistrate Court</a></td>
   
    <td>Work in Progress</td>
  </tr>
  <tr>
    <td><a href="projects.php" style="color:#060">Commercial Court at Bristol House-Harare</a> </td>
    
    <td>Work in Progress</td>
</tr>
<tr>
    <td><a href="projects.php" style="color:#060">Construction of Chinhoyi Magistrate Court</a> </td>
   
    <td>Work in Progress</td>
</tr>
<tr>
    <td><a href="projects.php" style="color:#060">Refurbishment of Hwange Magistrate Court</a> </td>
    
    <td>Work in Progress</td>
</tr>

<tr>
    <td><a href="projects.php" style="color:#060">Refurbishment of Mbare Magistrate Court</a> </td>
   
    <td>Work in Progress</td>
</tr>

<tr>
    <td><a href="projects.php" style="color:#060">Plans are under way for the construction of a new Kwekwe Magistrate Court</a></td>
   
    <td>Work in Progress</td>
  </tr>

<tr>
    <td><a href="projects.php" style="color:#060">The JSC bought new Offices for the Master of High Court in Bulawayo.</a> </td>
   
    <td>Work in progress</td>
</tr>
<tr>
    <td><a href="projects.php" style="color:#060">Construction of Lupane Magistrates Court.</a> </td>
   
    <td>Work in progress</td>
</tr>
<tr>
    <td><a href="projects.php" style="color:#060">Construction of Gwanda Magistrates Court.</a> </td>
   
    <td>Work in progress</td>
</tr>

</table>
	</form>    
  </div>
  <div class="toggle-bg"></div>
</section>
                    <!-- Slide 1 -->
                    <div id="slide-1" class="slider-direction">
                        <div class="display-table">
                            <div class="display-table-cell">
                                <div class="container">
                                    <div class="slider-des">
                                        
                                        <div class="sl-desc"><strong style="color:#coa226"><strong style="color:#c0a226">Judicial Service Commission </strong><br><strong style="color:#c0a226">of</strong> <br><strong style="color:#c0a226">Zimbabwe</strong></strong><br><p></p>
                                            A Zimbabwe in which world class justice prevails.
                                        </div>
                                    </div>
                                                                 
                                </div>
                            </div>
                        </div>
                    </div>
					<!-- Slide 2 -->
                    <div id="slide-1" class="slider-direction">
                        <div class="display-table">
                            <div class="display-table-cell">
                                <div class="container">
                                    <div class="slider-des">
                                        
                                        <div class="sl-desc"><strong style="color:#coa226"><strong style="color:#c0a226">Judicial Service Commission </strong><br><strong style="color:#c0a226">of</strong> <br><strong style="color:#c0a226">Zimbabwe</strong></strong><br><p></p>
                                            A Zimbabwe in which world class justice prevails.
                                        </div>
                                    </div>
                                                                 
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- Slide 2 -->
                    <div id="slide-2" class="slider-direction">
                        <div class="display-table">
                            <div class="display-table-cell">
                                <div class="container">
                                    <div class="slider-des">
                                        <h1 class="sl-title">
                                        <span class="white-color">Welcome to</span>
                                        Judicial Service Commision <br>of</br>  Zimbabwe</h1>
                                        <div class="sl-desc">
                                            A Zimbabwe in which world class justice prevails.
                                        </div>
                                    </div>
                                                                    
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Slider End -->
            
                    <!-- Top History Start -->
            <div class="top-history">
                <div class="container-fluid">
                    <div class="row">
                        <!-- 1st col -->  
                        <div class="col-md-4 col-sm-4">
                            <div class="history-column">
                                <i data-icon="F" class="icon"></i>
                                <h4><a href="helpdesk"><strong style="color:#fff">Help Desk</strong></a></h4>
                              <p>For all your complaints, queries and enquiries<br>Kindly use the<br> Online Help Desk</p>
                               
                                  
                          </div>
                        </div>
                        <!-- 2st col -->
                        <div class="col-md-4 col-sm-4">
                          <div class="history-column">
                                <i data-icon="7" class="icon"></i>
                                <h4><a href="speeches.php"><strong style="color:#fff">Speeches & Presentations</strong></a></h4>
                                <p>Comments by The Honourable Chief Justice following complaints on the handling<br> of Public Violence Cases. <a href="https://jsc.org.zw/jscbackend/upload/Publications/FULL%20VERSION%20PETITION%20%20RESPONSE.pdf" target="_blank" style="color:#030">Read more..</a></p>
                                
                          </div>
                        </div>
                    <!-- 3st col -->
                    <div class="col-md-4 col-sm-4">
                      <div class="history-column"> <i data-icon="6" class="icon"></i>
                        <h4><a href="newsletter.html"><strong style="color:#fff">News Letter</strong></a></h4>
                        <p>For all the Editions of NewsLetters that were <br>released by the<br> Judicial Service Commission.<a href="newsletter.html" target="_blank" style="color:#030">Read more..</a></p>
                      </div>
                    </div>
                    </div>
                </div>
            </div>   
            <strong style="color:#c0a226"><marquee bgcolor="#030" width="1900" height="50">Breaking :  Chief Justice response to the Law Society of Zimbabwe on handing down of Judgments-Read more under publications                                                    &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspKEYNOTE ADDRESS :  
BY THE 
HONOURABLE MR JUSTICE L MALABA, CHIEF JUSTICE OF THE REPUBLIC OF ZIMBABWE AT THE 2020 JUDGES’ SYMPOSIUM, TROUTBECK INN, NYANGA
 17-20 SEPTEMBER 2020 (Read more on Notices & Events )
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspBEAKING :  2021 LEGAL YEAR CALENDAR NOW OUT. VIEW ON NOTICES AND UPCOMING EVENTS&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp</marquee></strong>                
            <!-- HOW WE WORK Start -->
            <div class="how-we-work defult-style gray-color pt-100 pb-70">
                <div class="container">
                    <div class="work-sec-gallery">
                      <div class="row">
                            <div class="col-md-4 col-sm-6">
                                <div class="work-column">
                                    <div class="common-box">
                                      <a href="causelist.php">  <img src="images/work/cause.png" alt="" style="max-width:100%;height:auto;"></a>
                                    </div>
                                  <div class="work-gallery-caption">
                                    <h4><a href="causelist.php"><strong style="color:#030">Cause List</strong></a></h4>
                                      <p>
                                      These are cases ready to be heard in<br> various Courts.
                                    </div>
                                </div>
                            </div>
                            
                            <div class="col-md-4 col-sm-6">
                                <div class="work-column">
                                    <div class="common-box">
                                      <a href="judge.php" > <img src="images/work/judgement.png" alt="" style="max-width:100%;height:auto;"></a>
                                    </div>
                                    <div class="work-gallery-caption">
                                        <h4><a href="judge.php"><strong style="color:#030">Judgements</strong></a></h4>
                                        <p >
                                           These are judgements handed down by<br> Superior Courts.
                                        </p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-md-4 col-sm-6 hidden-sm">
                                <div class="work-column">
                                    <div class="common-box">
                                        <img src="images/work/speeche.png" alt="" style="max-width:100%;height:auto;">
                                    </div>
                                    <div class="work-gallery-caption">
                                        <h4><a href="results.php"><strong style="color:#030">Results</strong></a></h4>
                                        <p>
                                            These are the results of cases heard in<br> various courts.
                                        </p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div><!--social media icons -->
            
			 <!-- Services Start -->
			<section id="rs-services" class="rs-services-3 pt-100 pb-70">
           
				<div class="container">
					<div class="row rs-vertical-middle">
                    
                        <div class="col-md-4">
                            <div class="service-title mpb-40">
                            
<h><font style="color:#030" size="+1"><strong>Vision</strong></font></h><br>
                         <h>    
                            <a href="" style="color:#030">A Zimbabwe in which world class justice prevails!</a><br>
                            <br><h><font style="color:#030" size="+1"><strong>Mission</strong></font></h><br>
                         <h>    
                            <a href="" style="color:#030">In accordance with the laws of Zimbabwe and best practice, to provide administrative support to the judiciary in the promotion and maintenance of a justice delivery system that inspires public trust and confidence in the rule of law.</a><br><br>
                    <h><font style="color:#030" size="+1"><strong>Year 2020 Theme<br></strong></font></h> <a href="https://jsc.org.zw/jscbackend/upload/Publications/CHIEF%20JUSTICES%20SPEECH%202020%20LEGAL%20%20YEAR%20OPENING-13-01-2020.pdf" style="color:#030" target="_blank">Judicial Transparency and Accountability.<font style="color:#C0A226">Read more...</font></a><br>
                    <h><a href="areports/flipbook8/index.html" style="color:#030" target="_blank"><font style="color:#030" size="+1"><strong>Year 2016-2020 Strategic Plan</strong></font> <font style="color:#C0A226">.Read more... </font></a><br><br><br>
                               
                                
                                
                            </div> 
                        </div>
                        <div class="col-md-8">
                            <div class="row">
                                <!-- 1st -->
                                <div class="col-md-6 col-sm-6">
                                    <div class="common">
                                        <div class="row">
                                            <div class="col-sm-3">
                                                <div class="icon">
                                                    <i data-icon="U" class="icon"></i>
                                                </div>
                                            </div> <a href="acts.php">
                                            <div class="col-sm-9">
                                                <div class="text">
                                                   <h4>Statutes</h4>
                                                    <p>A list of Zimbabwean Statutes.</p><br>
                                                    
                                                </div>
                                            </div></a>
                                        </div>
                                    </div>
                                </div>
                                <!-- 2nd -->
                                <div class="col-md-6 col-sm-6">
                                    <div class="common">
                                        <div class="row">
                                            <div class="col-sm-3">
                                                <div class="icon">
                                                    <i data-icon="&#xe026;" class="icon"></i>
                                                </div>
                                            </div><a href="annual.php">
                                            <div class="col-sm-9">
                                                <div class="text">
                                                    <h4>Annual Reports</h4>
                                                    <p>Reports on the organisation's activities throughout the preceding years.</p>
                                                </div>
                                            </div></a>
                                        </div>
                                    </div>
                                </div>
                                <!-- 3rd -->
                                <div class="col-md-6 col-sm-6">
                                    <div class="common">
                                        <div class="row">
                                            <div class="col-sm-3">
                                                <div class="icon">
                                                    <i data-icon="U" class="icon"></i>
                                                </div>
                                            </div><a href="rules.php">
                                            <div class="col-sm-9">
                                                <div class="text">
                                                    <h4>Court Rules</h4>
                                                    <p>List of regulations, governing the procedures of a court and how various matters before court are handled.</p>
                                                </div>
                                            </div></a>
                                        </div>
                                    </div>
                                </div>
                                <div class="col-md-6 col-sm-6">
                                    <div class="common">
                                        <div class="row">
                                            <div class="col-sm-3">
                                                <div class="icon">
                                                    <i data-icon="&#xe026;" class="icon"></i>
                                                </div>
                                            </div><a href="tools.php">
                                            <div class="col-sm-9">
                                                <div class="text">
                                                    <h4>Monitoring & Evaluation Tools</h4>
                                                    <p>Guidelins and forms for Monitoring and Evaluation of Court operations.</p>
                                                </div>
                                            </div></a>
                                        </div>
                                    </div>
                                </div>
                                <!-- 5th -->
                            </div>
                        </div>
					</div>
					<!-- 4th -->

				</div>
			</section>
			<!-- Services End -->
            
            
            <!-- Counter Up Section Start Here-->
			<div class="counter-top-area">
				<div class="form-overlay"></div>
				<div class="container">
					<div class="row rs-vertical-middle">
						<div class="col-md-6 col-sm-12 support-section">
							<div class="form-inner">
                                <form id="quick-form" method="post">
                                    <div class="need-query">
                                        <h4><font color="#c0a226">Notices and Upcoming Events</font></h4>
                                    </div>
                                    <div class="quick-form">
                                     <ul> <li>
                                     
<div class="w3-content w3-section" style="max-width:500px">
    <img class="mySlides" src="data1/images/fly7.jpg" style="width:100%">
    <img class="mySlides" src="data1/images/fly1.jpg" style="width:100%">
    <img class="mySlides" src="data1/images/fly2.jpg" style="width:100%">
   <!-- <img class="mySlides" src="data1/images/fly3.jpg" style="width:100%"> -->
   <img class="mySlides" src="data1/images/fly4.jpg" style="width:100%">
   <img class="mySlides" src="data1/images/fly6.jpg" style="width:100%">
   
</div>

<script>
var myIndex = 0;
carousel();

function carousel() {
  var i;
  var x = document.getElementsByClassName("mySlides");
  for (i = 0; i < x.length; i++) {
    x[i].style.display = "none";  
  }
  myIndex++;
  if (myIndex > x.length) {myIndex = 1}    
  x[myIndex-1].style.display = "block";  
  setTimeout(carousel, 10000); // Change image every 2 seconds
}
                                
</script>
                                     </li>
                                     
                               
         
             <li type="square">KEYNOTE ADDRESS BY THE HONOURABLE MR JUSTICE L MALABA, CHIEF JUSTICE OF THE REPUBLIC OF ZIMBABWE AT THE 2020 JUDGE SYMPOSIUM, TROUTBECK INN, NYANGA 17-20 SEPTEMBER 2020<a href="https://www.jsc.org.zw/jscbackend/upload/Speech/KEYNOTE_ADDRESS.pdf"  target="_blank"><font color="#c0a226"> Read more</font></a></li><br>
            
          <li type="square">2021 LEGAL YEAR CALENDAR NOW OUT<a href="https://www.jsc.org.zw/jscbackend/upload/Trending/2021LEGALYEARCALENDAR.pdf"  target="_blank"><font color="#c0a226"> Read more</font></a></li><br>   
           
             <li type="square">TERMS OF REFERENCE EDITING AND CONSOLIDATION OF THE JUDICIAL SERVICE COMMISSION POLICY AND PROCEDURES MANUALS<a href="https://www.jsc.org.zw/jscbackend/upload/Docs/ToRs%20FOR%20PREPARING%20AND%20EDITING%20STANDARD%20OPERATING%20PROCEDURES%20-%20Newspaper%20Ad.pdf"  target="_blank"><font color="#c0a226"> Read more</font></a></li><br>
            
             <li type="square">Administration of Estates (Master’s Offi ce) (Fees) (Amendment) Regulations, 2020 (No. 9)<a href="https://www.jsc.org.zw/jscbackend/upload/Acts/2020/S.I.%20215%20of%202020%20Administration%20of%20Estates%20(Master%E2%80%99s%20Offi%20ce)%20(Fees)%20(Amendment).pdf"  target="_blank"><font color="#c0a226"> Read more</font></a></li><br>
             
             <li type="square">Labour Court (Fees) Rules, 2020<a href="https://www.jsc.org.zw/jscbackend/upload/Acts/2020/S.I.%20213%20of%202020%20Labour%20Court%20(Fees)%20Rules,%202020.pdf"  target="_blank"><font color="#c0a226"> Read more</font></a></li><br>
             
              <li type="square">Supreme Court (Fees) (Civil Cases) (Amendment) Regulations, 2020 (No. 8<a href="https://www.jsc.org.zw/jscbackend/upload/Acts/2020/S.I.%20214%20of%202020%20Supreme%20Court%20(Fees)%20(Civil%20Cases)%20(Amendment)%20Regulations,.pdf"><font color="#c0a226"> Read more</font></a></li><br>
             
             <li type="square">SI 206 of 2020 amending the Constitutional Court Rules and introducing new ConCourt fees<a href="https://www.jsc.org.zw/jscbackend/upload/Acts/2020/S.I.%20206%20of%202020%20Constitutional%20Court%20(Amendment)%20Rules,%202020%20(No.%202).pdf"  target="_blank"><font color="#c0a226"> Read more</font></a></li><br>
                        
              <li type="square">Public Health (COVID-19 Prevention, Containment and Treatment) normal <a href="https://www.jsc.org.zw/jscbackend/upload/Acts/2020/S.I.%20200%20of%202020%20Public%20Health%20(COVID-19%20Prevention,%20Containment%20and%20Treatment)%20normal.pdf"  target="_blank"><font color="#c0a226"> Read more</font></a></li><br>
          <li type="square">Candidates for Interviews for the judges of the Constitutional Court  <a href="https://www.jsc.org.zw/jscbackend/upload/Publications/Candidates%20for%20Interviews%20for%20the%20judges%20of%20the%20Constitutional%20Court%20.pdf"  target="_blank"><font color="#c0a226"> Read more</font></a></li><br>
          
                  
                   <li type="square">You can now view and <a href="https://jsc.org.zw/jscbackend/upload/Publications/COVID%2019-%20PRACTICE%20DIRECTION%205%20OF%202020.pdf"  target="_blank"><font color="#c0a226"> Download a copy of PRACTICE DIRECTION 5 OF 2020 :OPERATIONAL DIRECTIONS FOR THE COURTS DURING LEVEL 2 LOCKDOWN AMENDMENT NOTICE (No. 2)</font></a></li><br>
                   
                   
                                     
									  <li type="square">JSC Launches Online Library Services<a href="http://library.jsc.org.zw:8089/"  target="_blank"><font color="#c0a226">.Click on this link to access  the Library services</font></a></li><br> 		                   
									 
                   <li type="square">S.I. 123 of 2020 High Court (Commercial Division) Rules, 2020<a href="https://jsc.org.zw/jscbackend/upload/Publications/S.I. 123 of 2020 High Court (Commercial Division) Rules, 2020.pdf"  target="_blank"><font color="#c0a226"> Download here</font></a></li><br> 
                  
                     <li type="square">S.I. 153 of 2020 (normal) Public Health (COVID-19 Prevention, Containment and Treatment)<a href="https://jsc.org.zw/jscbackend/upload/Publications/si.pdf" target="_blank"><font color="#c0a226"> Download here</font></a></li><br> 
                   
                   <li type="square">You can now view and <a href="https://jsc.org.zw/jscbackend/upload/Publications/COVID%2019-%20PRACTICE%20DIRECTION%204%20OF%202020.pdf"  target="_blank"><font color="#c0a226"> Download a copy of PRACTICE DIRECTION 4 OF 2020 :Court Operations during the level 2 Covid-19 National Lockdown Period</font></a></li><br>
                                    

                                    <li type="square">You can now view and <a href="https://jsc.org.zw/jscbackend/upload/Publications/PRACTICE%20DIRECTION%203%20OF%202020.pdf"  target="_blank"><font color="#c0a226"> Download a copy of PRACTICE DIRECTION 3 OF 2020 :Court Operations during the level 2 Covid-19 National Lockdown Period</font></a></li><br>
                                    
									 <li type="square"> <a href="https://jsc.org.zw/jscbackend/upload/Docs/Tender%20advert%20Publication%20and%20Printing%20of%20Law%20Reports.pdf"  target="_blank"><font color="#c0a226"> Download a copy of Tender Advertisement-Printing and Publication of Zimbabwe Law Reports</font></a></li><br>
                                    
                                    
                          
									 <li type="square">Click on the link below inorder to download a copy of the<a href="https://jsc.org.zw/jscbackend/upload/Acts/2019/NEW%20Insolvency%20Act.pdf" target="_blank"><font color="#c0a226"> NEW INSOLVENCY ACT.</font></a></li><br>
                                    

<li type="square">Click here to<a href="Mobile Law App_1_1.0.apk" download="Mobile Law App_1_1.0.apk" target="_blank"><font color="#c0a226"> Download The  Mobile Application</font></a></li><br>
 <li type="square">
                                                                           </li><br>
                                   

                                   
                                        
                                         
                                         
                                     
                                        </ul>
                                    </div>
                                                                    
                                </form>
                            </div>
						</div>

						<div class="col-md-6 col-sm-12 col-xs-12">
							<div class="rs-count sidebar-count mpt-40">
								<div class="row">
									<!-- COUNTER-LIST START -->
									<div class="col-sm-6  wow fadeInUp" data-wow-duration=".3s" data-wow-delay="300ms">
										<div class="rs-counter-list">
										<a href="vacancies.php"><i data-icon ="N" class="icon"></i></a>
											
											<h4><a href="vacancies.php" style="color:#FFF">Vacancies</a></h4>
										</div>
									</div>
									<!-- COUNTER-LIST END -->
									<!-- COUNTER-LIST START -->
									<div class="col-sm-6  wow fadeInUp" data-wow-duration=".7s" data-wow-delay="300ms">
										<div class="rs-counter-list">
											<a href="legalcalenda.php"><i data-icon="S" class="icon"></i></a>
											
											<h4><a href="legalcalenda.php" style="color:#FFF">Legal Year Calendar</a></h4>
										</div>
									</div>
								</div>
								<div class="row">
									<!-- COUNTER-LIST END -->
									<!-- COUNTER-LIST START -->
									<div class="col-sm-6  wow fadeInUp" data-wow-duration=".9s" data-wow-delay="300ms">
										<div class="rs-counter-list">
											<a href="formsanddocs.php"><i data-icon="F" class="icon"></i></a>
											
											<h4><a href="formsanddocs.php" style="color:#FFF">Tenders and Forms</a></h4>
										</div>
									</div>
									<!-- COUNTER-LIST END -->
									<!-- COUNTER-LIST START -->
									<div class="col-sm-6  wow fadeInUp" data-wow-duration="1.2s" data-wow-delay="300ms">
										<div class="rs-counter-list">
											<a href="projects.php"><i data-icon="U" class="icon"></i></a>
											
											<h4 class="last"><a href="projects.php" style="color:#FFF">Projects</a></h4>
										</div>
									</div>
                                    <div class="col-sm-6  wow fadeInUp" data-wow-duration="1.2s" data-wow-delay="300ms">
										<div class="rs-counter-list">
											<a href="tsamba.php"><i data-icon="U" class="icon"></i></a>
											
											<h4 class="last"><a href="tsamba.php"  target="_blank" style="color:#FFF">Research Unit</a></h4>
										</div>
									</div>
                                    <div class="col-sm-6  wow fadeInUp" data-wow-duration="1.2s" data-wow-delay="300ms">
										<div class="rs-counter-list">
											<a href="practicedirections.php" target="_blank"><i data-icon="Y" class="icon"></i></a>
											
											<h4 class="last"><a href="practicedirections.php" target="_blank" style="color:#FFF">Practice Directions</a></h4>
										</div>
									</div>
									<!-- COUNTER-LIST END -->
									<!-- COUNTER-LIST START -->
									<div class="col-sm-6  wow fadeInUp" data-wow-duration="1.2s" data-wow-delay="300ms">
										<div class="rs-counter-list">
											<a href="http://library.jsc.org.zw:8089/" target="_blank"><i data-icon="U" class="icon"></i></a>
											
											<h4 class="last"><a href="http://library.jsc.org.zw:8089/" style="color:#FFF" target="_blank">Library Services</a></h4>
										</div>
									</div>
                                    
                                    
									<!-- COUNTER-LIST END -->
                                    
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<!-- Counter Down Section End Here-->
            
         <!-- About Us Start -->
    
                <div class="container">
                    <div class="row">
                        <div class="col-lg-7 col-md-7 col-sm-12 pr-md-65">
                          <div class="sec-title" style="background-color:#030">
                                <h4 style="color:#FFF">Features and Highlights</h4>
                                
                        </div>
                        
                        
                        <br>
                        
                        <p ><mark style="background-color:#030"><font color="#FFF">Chief Justice Tours Rotten Row Magistrate Court </font></mark></p>
                            <p><font color="#030">The Honourable Chief Justice Luke Malaba and other Judicial Service Commission staff members toured Rotten Row Court on Monday morning to assess the situation as well as to witness the newly installed Covid-19 screening booth.</em></font><a href="jsc_scores_a_first.html"><em><font color="#C0A226">Read more...</font></em></a></p>

</p>
<br> <br>  <p ><mark style="background-color:#030"><font color="#FFF">JSC Scores a First </font></mark></p>
                            <p><font color="#030"> The Judicial Service Commission (JSC) scored a first by installing the first Covid-19 screening booth at Rotten Row court. </em></font><a href="jsc_scores_a_first.html"><em><font color="#C0A226">Read more...</font></em></a></p>

</p>
                        
                       
                            
                        </div>
                        <div class="col-lg-5 col-md-5 hidden-xs hidden-sm"><br><div class="about-img">
                         <div class="about-img"><br>
                                <img src="images/about/features/magistrate.jpg" alt="">
                            </div><br>
                        <div class="about-img">
                            </div>
                            </div>
                            
                            <div class="about-img">
                                
                            </div>
                        </div>
                    </div>
                </div>
                <br>
                <br>
    </section>
	<!-- video section start -->
			<section class="video-sec">
				<div class="overly">
					<div class="container">
						<div class="row">
							<div class="col-md-6 pr-md-50">
								<div class="sec-title white-text">
									<h><mark style="background-color:#030"><font color="#FFF">Constitutional and Supreme Court Official Separation ceremony Live Streaming
</font></mark></h><br><br>
                                    <p>Follow the proceedings Live by clicking on video link given.The proceedings will also be beamed live on our various social media platforms like <a href="https://www.facebook.com/113418273532304/videos/2962065400513965/" target="_blank">facebook</a> and <a href="https://twitter.com/ServiceJudicial/status/1260483675415871491" target="_blank">twitter</a>.</p>
								</div>
								<!-- panel start -->
								<div class="panel-group mb-0" id="accordion2">               
									
									<div class="panel panel-default">
										<div class="panel-heading">
											<h4 class="panel-title">
												<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#ourmissin">Constitutional Court begins a new era</a>
											</h4>
										</div>
										<div id="ourmissin" class="panel-collapse collapse">
											<div class="panel-body">
												<p> <font style="color:#FFF"><em><a href="concourt_begins_a_new_era.html">Click here to read the full story</a></em></font></p>
											</div>
										</div>
									</div>
									<div class="panel panel-default">
										<div class="panel-heading">
											<h4 class="panel-title">
												<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#ourvision">Chief Justice Speech and Presentation</a>
											</h4>
										</div>
										<div id="ourvision" class="panel-collapse collapse">
											<div class="panel-body">
												<p> <font style="color:#FFF"><em><a href="https://jsc.org.zw/jscbackend/upload/Publications/CHIEF%20JUSTICE%20REMARKS%20-%20%20OFFICIAL%20SEPARATION%20OF%20CONCOURT%20-%2022%20MAY%202020%20TIMES%20NEW%20ROMAN%20COPY.pdf" target="_blank">Click here to Download</a></em></font></p>
											</div>
										</div>
									</div>       
								</div>
								<!-- panel end -->
							</div><a>
							<div class="col-md-6 mpt-40">
								<div class="video-section-area">
                                    <img src="images/video/video.jpg" alt="">
                                    <a href="https://www.facebook.com/watch/?v=800719794042915&extid=6J7KQEvS5LoCwHwW" title="Video Icon" target="_blank">
                                        <img class="video-icon" src="images/video/video-icon.png" alt="">
                                    
                                    <div class="overly-border"></div>
                                </div></a>
							</div>
						</div>
					</div>
				</div>
			</section>
			<!-- video section end -->

            <!-- About Us End -->
    <section id="rs-portfolio" class="rs-portfolio defutl-style gray-color pt-100">
              <div class="container" style="alignment-adjust:central">
                    <div class="sec-title">
                        <h4><center><strong style="color:#030">Our Courts</strong></center></h4>     
                    </div>
                </div>
                <div class="container-fluid">
                    <div class="row">
                        <div class="rs-carousel owl-carousel" data-loop="true" data-items="4" data-margin="0" data-autoplay="true" data-autoplay-timeout="5000" data-smart-speed="2000" data-dots="false" data-nav="true" data-nav-speed="false" data-mobile-device="1" data-mobile-device-nav="true" data-mobile-device-dots="false" data-ipad-device="2" data-ipad-device-nav="true" data-ipad-device-dots="false" data-ipad-device2="2" data-ipad-device-nav2="true" data-ipad-device-dots2="false" data-md-device="4" data-md-device-nav="true" data-md-device-dots="false">
                            <div class="portfolio-item">
                                <div class="portfolio-img">
                                    <img src="images/portfolio/court1.jpg" alt="Portfolio Image"  style="max-width:100%;height:auto;"/>
                                </div>
                                <div class="portfolio-content">
                                    <div class="display-table">
                                        <div class="display-table-cell">
                                            <p class="p-desc">Harare High Court of Zimbabwe</p>
                                            
                                            <a href="highcontact.html" class="readon">View Details</a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="portfolio-item">
                                <div class="portfolio-img">
                                    <img src="images/portfolio/court2.jpg" alt="Portfolio Image" style="max-width:100%;height:auto;" />
                                </div>
                                <div class="portfolio-content">
                                    <div class="display-table">
                                        <div class="display-table-cell">
                                            <p class="p-desc">Constitutional Court of Zimbabwe</p>
                                            
                                            <a href="concontact.html" class="readon">View Details</a> 
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="portfolio-item">
                                <div class="portfolio-img">
                                    <img src="images/portfolio/court3.jpg" alt="Portfolio Image"style="max-width:100%;height:auto;"  />
                                </div>
                                <div class="portfolio-content">
                                    <div class="display-table">
                                        <div class="display-table-cell">
                                            <p class="p-desc">Bulawayo High Court of Zimbabwe</p>
                                            
                                            <a href="bluzcontact.html" class="readon">View Details</a>  
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="portfolio-item">
                                <div class="portfolio-img">
                                    <img src="images/portfolio/court4.jpg" alt="Portfolio Image" style="max-width:100%;height:auto;" />
                                </div>
                                <div class="portfolio-content">
                                    <div class="display-table">
                                        <div class="display-table-cell">
                                            <p class="p-desc">Bulawayo Provincial Magistrate Court</p>
                                            
                                            <a href="bluzcontact.html" class="readon">View Details</a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="portfolio-item">
                                <div class="portfolio-img">
                                    <img src="images/portfolio/court5.jpg" alt="Portfolio Image" style="max-width:100%;height:auto;" />
                                </div>
                                <div class="portfolio-content">
                                    <div class="display-table">
                                        <div class="display-table-cell">
                                            <p class="p-desc">Mutare High Court of Zimbabwe</p>
                                           
                                            <a href="mutare.html" class="readon">View Details</a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </section>
            <!-- Portfolio End -->
        
            <!-- Expertise Area satar --><!-- Counter Up Section Start Here--><!-- Counter Down Section End Here-->
                
            </div>
            <!-- Expertise Area end -->
            
            <!-- Team Start --><!-- Team end -->
            
            
            <!-- customer Start --><!-- customar end -->

            <!-- Partner Start --><!-- Partner End -->
        </div> 
        
        
        <!-- Footer Start -->
        <footer id="rs-footer" class="rs-footer">
            <div class="footer-top">
                <div class="container">
                    <div class="row">
                        <div class="col-md-3">
                            <h5 class="footer-title">AFFILIATE INSTITUTIONS</h5>
                            <ul class="sitemap-widget">
                                <li class="active"><a href="http://www.zrp.gov.zw/">Zimbabwe Republic Police</a></li>
                                <li><a href="http://www.justice.gov.zw/index.php/departments/zimbabwe-prisons-and-correctional-services">Zimbabwe Prisons and Correctional Services</a></li>
                                
                                <li><a href="http://www.justice.gov.zw/index.php/departments/attorney-general-office">Attorney General's Office</a></li>
                               
                            </ul>
                       
                        </div>
                        <div class="col-md-3">
                            <h5 class="footer-title">QUICK LINKS</h5>
                            <ul class="sitemap-widget">
                                
                                
                                <li><a href="vacancies.php">Vacancies</a></li>
                                <li><a href="causelist.php">Cause List</a></li>
								
								<li><a href="newsletter.php">News</a></li>
                                
                                <li><a href="http://mail.jsc.org.zw:8080/webmail/src/login.php" target="_blank">Web Mail</a></li>
                                <li><a href="http://mail.jsc.org.zw:8888/casetracking/indexx.php" target="_blank">My Portal</a></li>
								<li><a href="Mobile Law App_1_1.0.apk" download="Mobile Law App_1_1.0.apk" target="_blank">Download Mobile Application</a></li>
                                        <li><a href="tsamba.php" target="_blank">Get in Touch with Research Unit</a></li>
                                        <li><a href="http://mail.jsc.org.zw:8888/research/index.php" target="_blank">Research Unit Collaboration</a></li>
                            </ul>
                       
                        </div>
                         <div class="col-md-3">
                            <h5 class="footer-title">FREE AFRICAN LAW</h5>
                            <ul class="sitemap-widget">
                                <li class="active"><a href="https://africanlii.org/">African Law</a></li>
                                <li><a href="https://namiblii.org/">Namibian Law</a></li>
                                <li><a href="https://malawilii.org/">Malawi Law</a></li>
                                <li><a href="http://www.lawsofsouthafrica.up.ac.za/">Laws of South Africa</a></li>
                                <li><a href="https://ghalii.org/">Ghana Law</a></li>
                            </ul>
                       
                        </div>
                         <div class="col-md-3">
                            <h5 class="footer-title">USEFUL LINKS</h5>
                            <ul class="sitemap-widget">
                                  <li class="active">
                                                  <a href="http://lawsociety.org.zw/">Law Society of Zimbabwe</a>
                                                                                                </li>
                                                
                                                <li >
                                                  <a href="http://www.lrfzim.com/">Legal Resources Foundation</a>
                                                                                                 </li>
                                                                                                
                                 <li >
                           <a href="https://zimlii.org/">Zimbabwe Legal Information Institute(ZIMLII)</a></li>
                           <li class="menu-item-has-children">
                           <a href="http://www.saflii.org/">Southern African Legal Information Institute(SAFLII)</a>
                                                                                                 </li>
                           <li class="menu-item-has-children">
                           <a href="http://www.zimbabwelawreports.com/">Zimbabwe Law Reports</a>
                                                                                                 </li>
                                 <li>
                           <a href="http://www.justice.gov.zw/">Ministry of Justice,Legal and Parliamentary Affairs</a>
                                                                                                 </li> 
                            </ul>
                       
                        </div>
                    </div>
                </div>
            </div>
            <div class="footer-bottom">
                <div class="container">
                    <div class="row">
                        <div class="col-md-6 col-sm-6">
                            <div class="copyright">
                                <p>&copy; 2018 <a href="#">Judicial Service Commission of Zimbabwe</a>. All Rights Reserved.</p>
                            </div>
                        </div>
                         <div class="col-md-6 col-sm-6">
                            <div class="text-right ft-bottom-right">
                                <div class="footer-bottom-share">
                                    <ul>
                                        <li><a href="https://www.facebook.com/Judicial-Service-Commission-of-Zimbabwe-113418273532304/?modal=admin_todo_tour" target="_blank"><i class="fa fa-facebook"></i></a></li>
                                        <li><a href="https://twitter.com/serviceJudicial?lang=en" target="_blank"><i class="fa fa-twitter"></i></a></li>
                                        <li><a href="https://www.jsc.org.zw/videogallery" target="_blank"><i class="fa fa-google-plus"></i></a></li>
                                        
                                    </ul>
                                </div>                                
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </footer>
        <!-- Footer End -->
        <!-- start scrollUp  -->
        <div id="scrollUp">
            <i class="fa fa-angle-up"></i>
        </div>

        <!-- modernizr js -->
        <script src="js/modernizr-2.8.3.min.js"></script>
        <!-- jquery latest version -->
        <script src="js/jquery.min.js"></script>
        <!-- bootstrap js -->
        <script src="js/bootstrap.min.js"></script>
        <!-- Menu js -->
        <script src="js/rsmenu-main.js"></script> 
        <!-- op nav js -->
        <script src="js/jquery.nav.js"></script>
        <!-- owl.carousel js -->
        <script src="js/owl.carousel.min.js"></script>
        <script src="js/slick.min.js"></script>
        <!-- isotope.pkgd.min js -->
        <script src="js/isotope.pkgd.min.js"></script>
        <!-- imagesloaded.pkgd.min js -->
        <script src="js/imagesloaded.pkgd.min.js"></script>
        <!-- wow js -->
        <script src="js/wow.min.js"></script>
        <!-- counter top js -->
        <script src="js/waypoints.min.js"></script>
        <!-- Skill bar js -->
        <script src="js/skill.bars.jquery.js"></script>
        <script src="js/jquery.counterup.min.js"></script>
        <!-- video js -->
        <script src="js/jquery.mb.YTPlayer.min.js"></script>
        <!-- magnific popup -->
        <script src="js/jquery.magnific-popup.min.js"></script>
        <!-- Nivo slider js -->
        <script src="inc/custom-slider/js/jquery.nivo.slider.js"></script>       
        <!-- plugins js -->
        <script src="js/plugins.js"></script>
        <!-- contact form js -->
        <script src="js/contact.form.js"></script>
        <!-- one page js -->
        <script src="js/jquery.singlePageNav.min.js"></script>
        <!-- main js -->
        <script src="js/main.js"></script>
        
        
        
    </body>


<div id="note">
        <strong style="color:#030">A ZIMBABWE IN WHICH WORLD CLASS JUSTICE PREVAILS :  ZERO TOLERANCE TO CORRUPTION ! !</strong> <a id="close">[close]</a>
    </div>
	
<script>
// Set the date we're counting down to
var countDownDate = new Date("June 10, 2020 16:00:00").getTime();

// Update the count down every 1 second
var x = setInterval(function() {

  // Get today's date and time
  var now = new Date().getTime();
    
  // Find the distance between now and the count down date
  var distance = countDownDate - now;
    
  // Time calculations for days, hours, minutes and seconds
  var days = Math.floor(distance / (1000 * 60 * 60 * 24));
  var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
  var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
  var seconds = Math.floor((distance % (1000 * 60)) / 1000);
    
  // Output the result in an element with id="demo"
  document.getElementById("demo").innerHTML = days + "d " + hours + "h "
  + minutes + "m " + seconds + "s ";
    
  // If the count down is over, write some text 
  if (distance < 0) {
    clearInterval(x);
    document.getElementById("demo").innerHTML = "EXPIRED";
  }
}, 1000);
</script>
<style>
p1 {
  text-align: center;
  font-size: 22px;
  margin-top: 0px;
}
</style>
</html>
URL
GET http://www.jsc.org.zw/
Response Headers
Date:
Thu, 22 Oct 2020 19:25:30 GMT
Content-Type:
text/html; charset=iso-8859-1
Location:
https://www.jsc.org.zw/
Server:
Apache/2.4.6
Response Body

Empty body

Measurement UID
20201022194342.116672_ZW_webconnectivity_21f3fb398cf249e9
Report ID
20201022T192259Z_webconnectivity_ZW_37123_n1_ye64siaI7Cg108qJ
Platform
macos
Software Name
ooniprobe (2.2.0)
Measurement Engine
Unavailable

Raw Measurement Data

Loading…