August 4, 2021 at 6:05:03 PM UTC
VERIFY
Websites
Websites
Runtime: 5.8s
Share on Facebook or Twitter
On August 4, 2021 at 6:05:03 PM UTC, http://www.jsc.org.zw/ was accessible when tested on AS37204 in Zimbabwe.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
197.221.248.249
Query:
IN A www.jsc.org.zw
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
A
41.220.20.218
AS37204 (Telone PVT Ltd)

TCP Connections

41.220.20.218:80: succeeded

HTTP Requests

URL
GET http://www.jsc.org.zw/
Response Headers
Content-Type:
text/html; charset=UTF-8
Date:
Wed, 04 Aug 2021 18:05:08 GMT
Server:
Apache
X-Powered-By:
PHP/7.2.34
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;
}

.mee {
  text-align: center;
  font-size: 60px;
  margin-top: 60px;
}

.timers {
margin-top: 50px;
color:black;

}
</style>



<meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>

    </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"> 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="adminde.html">Administration</a></li>
                                                      <li><a href="cop.html">Communications and Corporate Afairs</a></li>
                                                      <li><a href="finance.html">Finance</a></li>
													  <li><a href="pro.html">Procurement Management Unity</a></li>
													  <li><a href="ict.html">IT and Records Management</a></li>
                             <li><a href="audit.html">Internal Audit</a></li>
                             <li><a href="#">Human Resource</a></li>
                             <li><a href="#">Policy and Legal</a></li>                                                                            
                                                  </ul>
													  												  
													  </li>
                                                                                                   
                                                  </ul>
                                                 
                                                </li>
                                               
                                                </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.php">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.php">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.php">Overview</a></li>
                                                        <li><a href="hrejudges.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.php">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.php">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.php">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.php">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--><!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.mee {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
  background: #030;
}
</style>
</head>
<body>

<p class="mee" id="demo"> TEST </p>

<script>

var countDownDate = new Date("Jun 10, 2021 00:00:00").getTime();


var x = setInterval(function() {


  var now = new Date().getTime();
    

  var distance = countDownDate - now;
    

  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);
    document.getElementById("demo").innerHTML = "TEST";
      document.getElementById("demo").innerHTML = " <font color=C0A226>JSC Open day </font>" +days + "d " + hours + "h "
  + minutes + "m " + seconds + "s ";
    

  if (distance < 0) {
    clearInterval(x);
    document.getElementById("demo").innerHTML = "Makorokoto, Congratulations, Amhlophe JSC on your 11th Anniversary";
  }
}, 1000);
</script>

</body>
</html> 
		<!-- 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="Constitutional and Supreme Court Separation" title="" id="wows1_0"/><font size="+1"></font></li>-->
		<li><img src="./jscbackend/./upload/banners/SLIDER.jpg" alt="Open day Proceedings" title="JSC Open Day-10 June 2021" id="wows1_1"/><font size="+1">Open day Proceedings at various courts countrywide    </font></li>

	
		<!--<li><img src="data1/images/20201.jpg" alt="Constitutional and Supreme Court Separation" title="" id="wows1_0"/><font size="+1"></font></li>-->
		<li><img src="./jscbackend/./upload/banners/Swearing in.jpg" alt="Swearing in of Supreme Court Judges" title="Swearing in of Supreme Court Judges" id="wows1_1"/><font size="+1">Mashonganyika Building, Harare, 2021    </font></li>

	
		<!--<li><img src="data1/images/20201.jpg" alt="Constitutional and Supreme Court Separation" title="" id="wows1_0"/><font size="+1"></font></li>-->
		<li><img src="./jscbackend/./upload/banners/swearinginconcourt2021.jpg" alt="Swearing in Ceremony" title="Swearing in of Constitutional Court Judges" id="wows1_1"/><font size="+1">Mashonganyika Building, Harare, 2021    </font></li>

	
		<!--<li><img src="data1/images/20201.jpg" alt="Constitutional and Supreme Court Separation" title="" id="wows1_0"/><font size="+1"></font></li>-->
		<li><img src="./jscbackend/./upload/banners/Fiveer.jpg" alt="Swearing in of Magistrates" title="Swearing in of new Magistrates" id="wows1_1"/><font size="+1">Harare    </font></li>

	
		<!--<li><img src="data1/images/20201.jpg" alt="Constitutional and Supreme Court Separation" title="" id="wows1_0"/><font size="+1"></font></li>-->
		<li><img src="./jscbackend/./upload/banners/Gweru-Mag-Training.jpg" alt="Workshop" title="Magistrates training workshop" id="wows1_1"/><font size="+1">Gweru    </font></li>

	
		<!--<li><img src="data1/images/20201.jpg" alt="Constitutional and Supreme Court Separation" title="" id="wows1_0"/><font size="+1"></font></li>-->
		<li><img src="./jscbackend/data1/images/20204.jpg" alt="Covid-19 Prevention Guidelines at Courts" title="" id="wows1_1"/><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 -->
					

       <!-- 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="http://172.18.5.3"><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">New vacancy :  9 x High Court Judges. Go to vacancies section to view and download the advert and the nomination form  		  &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 promote the maintenance of a transparent, accountable,and independent judiciary and provide administrative support to the judiciary for an afficient and effective justice delivery system that inspires public trust and confidence in the rule of law.</a><br>
                    <h><font style="color:#030" size="+1"><strong>Year 2021 Theme<br></strong></font></h> <a href="https://jsc.org.zw/jscbackend/upload/Publications/CJSpeech2021.pdf" style="color:#030" target="_blank">Ensuring Efficiency and Effectiveness of the Judiciary.<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 2021-2025 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><font style="color:#ffffff">Statutes</font></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><font style="color:#ffffff">Annual Reports </font></h4>
                                                    <p>Reports on the organisation&#8217;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><font style="color:#ffffff">Court Rules</font></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><font style="color:#ffffff">Monitoring & Evaluation Tools</font></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">
<a target="_blank" href="notices/PRESS RELEASE CONCOURT.docx"> <img class="mySlides" src="notices/test.jpg" style="width:100%">
 <a target="_blank" href="data1/images/PUBLIC NOTICE - CLOSURE OF COURTS.pdf"> <img class="mySlides" src="data1/images/notice closure of courts.PNG" style="width:100%">
   <a target="_blank" href="data1/images/CONDOLENCE_MESSAGE_MAMBILIMA_FINAL.pdf"> <img class="mySlides" src="data1/images/condolance.JPG" style="width:100%">
   
   <img class="mySlides" src="data1/images/fly1.jpg" style="width:100%">

  <a target="_blank" href="notices/relocation.jpg"> <img class="mySlides" src="notices/relocation.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 style='color:white;' type='square'><font color='white'>PRESS RELEASE: POSTPONMENT OF INTERVIEWS IN PUBLIC OF CANDIDATES NOMINATED FOR THE NINE (9)POSITIONS OF JUDGE OF THE HIGH COURT OF ZIMBABWE                       </font><a href='jscbackend/./upload/Publications/Notices/PRESS RELEASE POSTPONMENT OF   INTERVIEWS (3).docx' target='_blank'><font color='#c0a226'> Download here</font></a></li><br><li style='color:white;' type='square'><font color='white'>Press release: closure of Constitutional Court, Supreme Court and Labour Court due to covid 19 reported cases.</font><a href='jscbackend/./upload/events/PRESS RELEASE CONCOURT.docx' target='_blank'><font color='#c0a226'> Download here</font></a></li><br><li style='color:white;' type='square'><font color='white'>9 x High Court Judges Nomination form                    </font><a href='jscbackend/./upload/events/Nomination Form for Judicial Appointments JUDGES OF THE HIGH COURT.pdf' target='_blank'><font color='#c0a226'> Download here</font></a></li><br><li style='color:white;' type='square'><font color='white'>S.I. 153 of 2020 (normal) Public Health (COVID-19 Prevention, Containment and Treatment)</font><a href='jscbackend/./upload/events/si.pdf' target='_blank'><font color='#c0a226'> Download here</font></a></li><br><li style='color:white;' type='square'><font color='white'>S.I. 123 of 2020 High Court (Commercial Division) Rules, 2020</font><a href='jscbackend/./upload/events/S.I. 123 of 2020 High Court (Commercial Division) Rules, 2020.pdf' target='_blank'><font color='#c0a226'> Download here</font></a></li><br><li style='color:white;' type='square'><font color='white'>SPEECH BY THE HONOURABLE CHIEF JUSTICE L MALABA ON THE OFFICIAL OPENING OF THE 2021 LEGAL YEAR</font><a href='jscbackend/./upload/events/CJSpeech2021.pdf' target='_blank'><font color='#c0a226'> Download here</font></a></li><br><li style='color:white;' type='square'><font color='white'>S.I. 37 of 2021 Public Health (COVID-19 Prevention, Containment (normal)</font><a href='jscbackend/./upload/events/S.I. 37 of 2021 Public Health (COVID-19 Prevention, Containment (normal).pdf' target='_blank'><font color='#c0a226'> Download here</font></a></li><br><li style='color:white;' type='square'><font color='white'>Statutory Instrument 41 of 2021:Civil Aviation (Exemption from Regulations: Civil Aviation Authority of Zimbabwe Exemption of B767 Flight Deck Crew to Conduct a Proficiency Check) (Pilot Proficiency Checks Exemption) Notice, 2021</font><a href='jscbackend/./upload/events/S.I.41of2021CivilAviation(ExemptionfromRegulationsCivi Aviation.pdf' target='_blank'><font color='#c0a226'> Download here</font></a></li><br><li style='color:white;' type='square'><font color='white'>Statutory Instrument 42 of 2021: Public Health (COVID-19 Prevention, Containment and Treatment) (National Lockdown) (No. 2) (Amendment) Order, 2021 (No. 13)           </font><a href='jscbackend/./upload/events/S.I.42of2021PublicHealth(COVID-19Prevention,ContainmentandTreatment)Normal.pdf' target='_blank'><font color='#c0a226'> Download here</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">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>
                                   

                                   
                                        
                                         
                                         
                                     
                                        </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 ="N" class="icon"></i></a>
											<h4><a href="formsanddocs.php" style="color:#FFF">Court 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>
                               <div class="col-sm-6  wow fadeInUp" data-wow-duration="1.2s" data-wow-delay="300ms">
										<div class="rs-counter-list">
											<a href="gazette.php" target="_blank"><i data-icon="Y" class="icon"></i></a>
											
											<h4 class="last"><a href="gazette.php" target="_blank" style="color:#FFF">Government Gazettes</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>
                                    <div class="col-sm-6  wow fadeInUp" data-wow-duration="1.2s" data-wow-delay="300ms">
										<div class="rs-counter-list">
											<a href="tenders.php" target="_blank"><i data-icon="Y" class="icon"></i></a>
											
											<h4 class="last"><a href="tenders.php" style="color:#FFF" target="_blank">Tenders</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="regulations.php" target="_blank"><i data-icon="Y" class="icon"></i></a>
											
											<h4 class="last"><a href="regulations.php" style="color:#FFF" target="_blank">Regulations</a></h4>
										</div>
									</div>
                                    
									<!-- COUNTER-LIST END -->
                                    
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<!-- Counter Down Section End Here-->
            
         <!-- About Us Start -->
 //    

<center>
<body>

</body>
</center>
<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">
								
       	         </font></mark></h><br><br>                                          
                	<h><mark style="background-color:#030"><font color="#FFF">Introducing the INTEGRATED ELECTRONIC CASE MANAGEMENT SYSTEM (IECMS) in the Courts
                                    <p>Watch video on <a href="https://www.facebook.com/113418273532304/videos/612593153468652" target="_blank">facebook</a>.</p>
								</div>
								<!-- panel start -->
								<div class="panel-group mb-0" id="accordion2">               
									
									<div class="panel panel-default">
										
										<div id="ourmissin" class="panel-collapse collapse">
											
										</div>
									</div>
									<div class="panel panel-default">
										
										<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/video1.jpg" alt="">
                                    <a href="https://www.facebook.com/113418273532304/videos/612593153468652" 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>      
      <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">
								
       	         </font></mark></h><br><br>                                          
                	<h><mark style="background-color:#030"><font color="#FFF">Launch of the JSC strategic plan 2021-2025
</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/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2F113418273532304%2Fvideos%2F184654416708979%2F&width=1280" target="_blank">facebook</a> and <a href="#" target="_blank">twitter</a>.</p>
								</div>
								<!-- panel start -->
								<div class="panel-group mb-0" id="accordion2">               
									
									<div class="panel panel-default">
										
										<div id="ourmissin" class="panel-collapse collapse">
											
										</div>
									</div>
									<div class="panel panel-default">
										
										<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/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2F113418273532304%2Fvideos%2F184654416708979%2F&width=1280" 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 -->

             <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="jscbackend/./upload/banners/court5.jpg" alt="Portfolio Image1"  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>
                                            
                                        
                                        </div>
                                    </div>
                                </div>
                            </div>
														<div class="portfolio-item">
                                <div class="portfolio-img">
                                    <img src="jscbackend/./upload/banners/court4.jpg" alt="Portfolio Image1"  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>
                                            
                                        
                                        </div>
                                    </div>
                                </div>
                            </div>
														<div class="portfolio-item">
                                <div class="portfolio-img">
                                    <img src="jscbackend/./upload/banners/court3.jpg" alt="Portfolio Image1"  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>
                                            
                                        
                                        </div>
                                    </div>
                                </div>
                            </div>
														<div class="portfolio-item">
                                <div class="portfolio-img">
                                    <img src="jscbackend/./upload/banners/court2.jpg" alt="Portfolio Image1"  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>
                                            
                                        
                                        </div>
                                    </div>
                                </div>
                            </div>
														<div class="portfolio-item">
                                <div class="portfolio-img">
                                    <img src="jscbackend/./upload/banners/court1.jpg" alt="Portfolio Image1"  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>
                                            
                                        
                                        </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; 2021 <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);

</html>

Resolver

Resolver ASN
AS37204
Resolver IP
197.221.248.249
Resolver Network Name
Telone PVT Ltd
Measurement UID
20210804180511.086991_ZW_webconnectivity_bf164d4733cfd5a9
Report ID
20210804T175638Z_webconnectivity_ZW_37204_n1_SjmYpPgsWWJonHzV
Platform
macos
Software Name
ooniprobe-desktop-unattended (3.10.0-beta.3)
Measurement Engine
ooniprobe-engine (3.10.0-beta.3)

Raw Measurement Data

Loading…