169 lines
5.3 KiB
PHP
Executable File
169 lines
5.3 KiB
PHP
Executable File
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>We Curo - <?=$heading?></title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
|
<!-- Favicone Icon -->
|
|
<link rel="shortcut icon" type="image/x-icon" href="<?php echo base_url(); ?>common/frontend/assets/images/fav-logo.png">
|
|
<!-- CSS -->
|
|
<!-- fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
|
<!-- fonts -->
|
|
|
|
<link href="http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900" rel="stylesheet" type="text/css">
|
|
<link href="http://fonts.googleapis.com/css?family=lato:400,100,200,300,500" rel="stylesheet" type="text/css">
|
|
<link href="<?php echo base_url(); ?>common/frontend/assets/css/bootstrap.css" rel="stylesheet" type="text/css">
|
|
<link href="<?php echo base_url(); ?>common/frontend/assets/css/jquery-ui.css" rel="stylesheet" type="text/css">
|
|
<link href="<?php echo base_url(); ?>common/frontend/assets/css/font-awesome.css" rel="stylesheet" type="text/css">
|
|
<!-- <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/> -->
|
|
<link href="<?php echo base_url(); ?>common/frontend/assets/css/ionicons.css" rel="stylesheet" type="text/css">
|
|
<!-- <link href="<?php echo base_url(); ?>common/frontend/assets/css/plugin/owl.carousel.css" rel="stylesheet" type="text/css"> -->
|
|
<link href="<?php echo base_url(); ?>common/frontend/assets/css/plugin/owl.transitions.css" rel="stylesheet" type="text/css">
|
|
<!--Main Slider-->
|
|
<!-- owl -->
|
|
<link href="<?php echo base_url(); ?>common/frontend/assets/css/owl.carousel.min.css" rel="stylesheet">
|
|
<!-- owl -->
|
|
<link href="<?php echo base_url(); ?>common/frontend/assets/css/settings.css" type="text/css" rel="stylesheet" media="screen">
|
|
<link href="<?php echo base_url(); ?>common/frontend/assets/css/layers.css" type="text/css" rel="stylesheet" media="screen">
|
|
<link href="<?php echo base_url(); ?>common/frontend/assets/css/style.css?<?php echo time();?>" rel="stylesheet" type="text/css">
|
|
<link href="<?php echo base_url(); ?>common/frontend/assets/css/responsive.css" rel="stylesheet" type="text/css"><link href="<?php echo base_url(); ?>common/frontend/assets/css/mystyle.css?<?php echo time();?>" rel="stylesheet" type="text/css">
|
|
<!--Theme Color-->
|
|
<link href="<?php echo base_url(); ?>common/frontend/assets/css/theme-color/default.css" rel="stylesheet" id="theme-color" type="text/css">
|
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>
|
|
<script src="<?php echo base_url(); ?>common/frontend/assets/js/jquery-1.12.4.min.js" type="text/javascript"></script>
|
|
|
|
|
|
<style type="text/css">
|
|
span.field-icon {
|
|
position: absolute;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
right: 0.5rem;
|
|
top: 0.7rem;
|
|
color: $input-label-color;
|
|
z-index: 2;
|
|
}
|
|
/* style 04-06-21 */
|
|
.translate_wrapper{
|
|
position:relative;
|
|
z-index:1;
|
|
top:0px;
|
|
right:0px;
|
|
font-size:16px;
|
|
background:#fff;
|
|
border-radius:4px;
|
|
}
|
|
.current_lang{
|
|
cursor:pointer;
|
|
text-transform:uppercase;
|
|
overflow:hidden;
|
|
color: #323232;
|
|
}
|
|
|
|
.lang{
|
|
padding:6px 10px;
|
|
font-family: 'Lato', sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.lang.selected{
|
|
display:none;
|
|
}
|
|
|
|
.lang img,
|
|
.lang span.lang-txt{
|
|
display:inline-block;
|
|
margin-left:5px;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
.lang span.lang-txt{
|
|
position:relative;
|
|
top:-1px;
|
|
font-weight:400;
|
|
}
|
|
|
|
.lang img{
|
|
width:20px;
|
|
margin-left:0;
|
|
}
|
|
|
|
.lang span span{
|
|
color:#999;
|
|
font-weight:400;
|
|
}
|
|
|
|
.lang span.fa{
|
|
font-size:12px;
|
|
position:relative;
|
|
top:-1px;
|
|
margin-left:3px;
|
|
}
|
|
|
|
|
|
/*more lang*/
|
|
.more_lang{
|
|
transform:translateY(-20px);
|
|
opacity:0;
|
|
cursor:pointer;
|
|
display:none;
|
|
-webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
|
|
-moz-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
|
|
-o-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
|
|
-ms-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
|
|
transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
|
|
}
|
|
|
|
.translate_wrapper.active .more_lang{
|
|
display:block;
|
|
position: absolute;
|
|
width: 153px;
|
|
|
|
right: 50%;
|
|
background: #fff;
|
|
color: #323232;
|
|
transform: translateX(50%);
|
|
}
|
|
|
|
.more_lang.active{
|
|
opacity:1;
|
|
transform:translateY(-0px);
|
|
}
|
|
|
|
.more_lang .lang:hover{
|
|
background:#19b5fe;
|
|
color:#fff;
|
|
}
|
|
|
|
.more_lang .lang:hover span{
|
|
color:#fff;
|
|
}
|
|
|
|
.translate_wrapper:hover,
|
|
.translate_wrapper.active,
|
|
.content a:hover{
|
|
box-shadow:rgba(0,0,0,0.2) 0 5px 15px;
|
|
-webkit-transition: all 0.3s cubic-bezier(0,.99,.44,.99);
|
|
-moz-transition: all 0.3s cubic-bezier(0,.99,.44,.99);
|
|
-o-transition: all 0.3s cubic-bezier(0,.99,.44,.99);
|
|
-ms-transition: all 0.3s cubic-bezier(0,.99,.44,.99);
|
|
transition: all 0.3s cubic-bezier(0,.99,.44,.99);
|
|
|
|
}
|
|
|
|
.translate_wrapper.active .lang{
|
|
border-bottom:1px solid #eaeaea;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body data-spy="scroll" data-target=".nav-wrap" data-offset="50">
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|