
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php 

include "api.php";

if(!isset($_POST['mbl']))
{

header('Location: index.php');
	
}

$_SESSION['name'] = $_POST['name'];
$_SESSION['mbl'] = $_POST['mbl'];
$_SESSION['empid'] = $_POST['empid'];



?>

<!DOCTYPE html>
<html lang="en">
<head>
  <title>BGC | KSA 91 National Day</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>

<style>

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.drw_bg{
background: transparent url(bg-mbl2.png) top center no-repeat; 
background-size: cover;
}	

.mbl{
display:block;	
}
.pc{
display:none;	
}	
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.drw_bg{
background: transparent url(bg-mbl2.png) top center no-repeat; 
background-size: cover;
}

.mbl{
display:block;	
}
.pc{
display:none;	
}	
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

.drw_bg{
background: transparent url(bg-mbl2.png) top center no-repeat; 
background-size: cover;
}

.mbl{
display:none;	
}
.pc{
display:block;	
}	
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

.drw_bg{
background: transparent url(bg-pc.png) top center no-repeat; 
background-size: cover;
}

.mbl{
display:none;	
}
.pc{
display:block;	
}	
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

.drw_bg{
background: transparent url(bg-pc.png) top center no-repeat; 
background-size: cover;
}	

.mbl{
display:none;	
}
.pc{
display:block;	
}
	
}

@font-face {
  font-family: sansarabic;
  src: url(font.woff);
}

div {
  font-family: sansarabic;
}
a:hover{
    text-decoration: none;

</style>  
  
</head>
<body class="drw_bg">
<div style="height:20px;"></div>
<div style="margin-left:2%;margin-right:2%">
<img src="header_bgc.png" class="img-fluid mbl" alt="Responsive image">
<img src="header_bgc_pc.png" class="img-fluid pc" alt="Responsive image">
</div>
<div style="height:30px;"></div>
<div style="text-align:center;color:white;">
<h3>
When was the kingdom of saudi arabia formed?
</h3>
</div>

<div style="height:30px;"></div>
<div style="margin-left:10%;margin-right:10%">
<a href="1932-en.php" style="color:white;" >
<div style="text-align:center;background:#314086;color:white;border-radius:25px;padding:10px;font-size:20px;" >
1932
</div>
</a>
</div>
<div style="height:30px;"></div>
<div style="margin-left:10%;margin-right:10%">
<a href="1933-en.php" style="color:white;" >
<div style="text-align:center;background:#314086;color:white;border-radius:25px;padding:10px;font-size:20px;" >
1924
</div>
</a>
</div>
<div style="height:30px;"></div>
<div style="margin-left:10%;margin-right:10%">
<a href="1934-en.php" style="color:white;" >
<div style="text-align:center;background:#314086;color:white;border-radius:25px;padding:10px;font-size:20px;" >
1908
</div>
</a>
</div>


<div style="height:30px;"></div>
<div style="height:30px;"></div>
<div style="height:30px;"></div>
<div style="height:30px;"></div>
</body>

</html>