first commit
BIN
public/images/font/ajax.gif
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
public/images/font/banners/LHS-banner.jpg
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
public/images/font/banners/banner-side.png
Normal file
|
After Width: | Height: | Size: 110 KiB |
BIN
public/images/font/banners/cat-banner-1.jpg
Normal file
|
After Width: | Height: | Size: 275 KiB |
BIN
public/images/font/banners/home-banner.jpg
Normal file
|
After Width: | Height: | Size: 71 KiB |
BIN
public/images/font/banners/home-banner1.jpg
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
public/images/font/banners/home-banner2.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
public/images/font/banners/home-banner3.jpg
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
public/images/font/banners/home-banner4.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
public/images/font/banners/top-menu-banner.jpg
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
public/images/font/banners/top-menu-banner1.jpg
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
public/images/font/blank.gif
Normal file
|
After Width: | Height: | Size: 42 B |
BIN
public/images/font/blog-post/blog_big_01.jpg
Normal file
|
After Width: | Height: | Size: 346 KiB |
BIN
public/images/font/blog-post/blog_big_02.jpg
Normal file
|
After Width: | Height: | Size: 330 KiB |
BIN
public/images/font/blog-post/blog_big_03.jpg
Normal file
|
After Width: | Height: | Size: 384 KiB |
BIN
public/images/font/close.png
Normal file
|
After Width: | Height: | Size: 280 B |
BIN
public/images/font/delete.gif
Normal file
|
After Width: | Height: | Size: 43 B |
BIN
public/images/font/hot-deals/p13.jpg
Normal file
|
After Width: | Height: | Size: 183 KiB |
BIN
public/images/font/hot-deals/p13_hover.jpg
Normal file
|
After Width: | Height: | Size: 273 KiB |
BIN
public/images/font/hot-deals/p14.jpg
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
public/images/font/hot-deals/p14_hover.jpg
Normal file
|
After Width: | Height: | Size: 158 KiB |
BIN
public/images/font/hot-deals/p15.jpg
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
public/images/font/hot-deals/p15_hover.jpg
Normal file
|
After Width: | Height: | Size: 121 KiB |
BIN
public/images/font/icon-cart.png
Normal file
|
After Width: | Height: | Size: 1011 B |
BIN
public/images/font/label.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/images/font/loading.gif
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
public/images/font/logo.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
public/images/font/next.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/images/font/payments/1.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
public/images/font/payments/2.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/images/font/payments/3.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
public/images/font/payments/4.png
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
public/images/font/payments/5.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
115
public/images/font/plus.html
Normal file
@@ -0,0 +1,115 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
|
||||
var xhttp = new XMLHttpRequest();
|
||||
xhttp.onreadystatechange = function() {
|
||||
if (this.readyState == 4 && this.status == 200) {
|
||||
document.getElementById("demo").innerHTML =
|
||||
this.responseText;
|
||||
document.getElementById("first-header").innerHTML = "404 - File Not Found";
|
||||
document.getElementById("second-sub-header").innerHTML = "The Page/Resource you are looking for could not be found or is unavailable. Ensure you are using the correct URL/Domain name or contact the Site Owner";
|
||||
var get=document.getElementsByTagName("A");
|
||||
for(i=0; i<get.length; i++){
|
||||
get[i].removeAttribute("onmouseover");
|
||||
get[i].removeAttribute("onmouseout");
|
||||
}
|
||||
}
|
||||
};
|
||||
xhttp.open("GET", "/errors/SingleDomainHosting.php", true);
|
||||
xhttp.send();
|
||||
|
||||
</script>
|
||||
<style>
|
||||
|
||||
.wrapper{
|
||||
overflow-y: hidden;
|
||||
padding: 0px;
|
||||
margin:0px;
|
||||
background: none !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
.header-container {
|
||||
text-align: -webkit-center;
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
background: white;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
font-size: larger;
|
||||
}
|
||||
.header-container > p,h1 {
|
||||
padding:5px;
|
||||
}
|
||||
.header-container > p {
|
||||
color: #707070;
|
||||
}
|
||||
.header-container > h1 {
|
||||
color: #333333;
|
||||
}
|
||||
.content-container {
|
||||
position: absolute;
|
||||
background-color: #202020;
|
||||
height: 635px;
|
||||
width: 100%;
|
||||
}
|
||||
.dynamic-content {
|
||||
position: relative !important;
|
||||
padding: 0 10em 0 10em;
|
||||
top: -50px;
|
||||
}
|
||||
.dynamic-content > div {
|
||||
border-style: solid;
|
||||
border-width: 0 10px 10px 10px;
|
||||
border-color: #e1e1e1;
|
||||
height: 550px;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
@media only screen and (max-width:480px) {
|
||||
.dynamic-content > div {
|
||||
border-style: solid;
|
||||
border-width: 0 2px 2px 2px;
|
||||
border-color: #e1e1e1;
|
||||
overflow-y: hidden;
|
||||
height: auto;
|
||||
}
|
||||
.dynamic-content {
|
||||
padding: 0;
|
||||
top: 0;
|
||||
}
|
||||
.content-container {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 768px) and (min-width: 481px) {
|
||||
.dynamic-content > div {
|
||||
border-style: solid;
|
||||
border-width: 0 5px 5px 5px;
|
||||
border-color: #e1e1e1;
|
||||
overflow-y: hidden;
|
||||
height: auto;
|
||||
}
|
||||
.dynamic-content {
|
||||
padding: 0 2em 0 2em;
|
||||
top: 0;
|
||||
}
|
||||
.content-container {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div class="wrapper" id="wrapper">
|
||||
<div class="header-container">
|
||||
<h1 id="first-header"></h1>
|
||||
<p id="first-sub-header"></p>
|
||||
<p id="second-sub-header"></p>
|
||||
</div>
|
||||
<div class="content-container">
|
||||
</div>
|
||||
<div class="dynamic-content" id="demo">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
public/images/font/prev.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/images/font/products/p1.jpg
Normal file
|
After Width: | Height: | Size: 221 KiB |
BIN
public/images/font/products/p10.jpg
Normal file
|
After Width: | Height: | Size: 97 KiB |
BIN
public/images/font/products/p10_hover.jpg
Normal file
|
After Width: | Height: | Size: 184 KiB |
BIN
public/images/font/products/p11.jpg
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
public/images/font/products/p11_hover.jpg
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
public/images/font/products/p12.jpg
Normal file
|
After Width: | Height: | Size: 103 KiB |
BIN
public/images/font/products/p12_hover.jpg
Normal file
|
After Width: | Height: | Size: 141 KiB |
BIN
public/images/font/products/p13.jpg
Normal file
|
After Width: | Height: | Size: 183 KiB |
BIN
public/images/font/products/p13_hover.jpg
Normal file
|
After Width: | Height: | Size: 273 KiB |
BIN
public/images/font/products/p14.jpg
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
public/images/font/products/p14_hover.jpg
Normal file
|
After Width: | Height: | Size: 158 KiB |
BIN
public/images/font/products/p15.jpg
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
public/images/font/products/p15_hover.jpg
Normal file
|
After Width: | Height: | Size: 121 KiB |
BIN
public/images/font/products/p1_hover.jpg
Normal file
|
After Width: | Height: | Size: 185 KiB |
BIN
public/images/font/products/p2.jpg
Normal file
|
After Width: | Height: | Size: 91 KiB |
BIN
public/images/font/products/p2_hover.jpg
Normal file
|
After Width: | Height: | Size: 128 KiB |
BIN
public/images/font/products/p3.jpg
Normal file
|
After Width: | Height: | Size: 103 KiB |
BIN
public/images/font/products/p3_hover.jpg
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
public/images/font/products/p4.jpg
Normal file
|
After Width: | Height: | Size: 113 KiB |
BIN
public/images/font/products/p4_hover.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
public/images/font/products/p5.jpg
Normal file
|
After Width: | Height: | Size: 184 KiB |
BIN
public/images/font/products/p5_hover.jpg
Normal file
|
After Width: | Height: | Size: 192 KiB |
BIN
public/images/font/products/p6.jpg
Normal file
|
After Width: | Height: | Size: 157 KiB |
BIN
public/images/font/products/p6_hover.jpg
Normal file
|
After Width: | Height: | Size: 259 KiB |
BIN
public/images/font/products/p7.jpg
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
public/images/font/products/p7_hover.jpg
Normal file
|
After Width: | Height: | Size: 87 KiB |
BIN
public/images/font/products/p8.jpg
Normal file
|
After Width: | Height: | Size: 112 KiB |
BIN
public/images/font/products/p8_hover.jpg
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
public/images/font/products/p9.jpg
Normal file
|
After Width: | Height: | Size: 298 KiB |
BIN
public/images/font/products/p9_hover.jpg
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
public/images/font/sliders/01.jpg
Normal file
|
After Width: | Height: | Size: 276 KiB |
BIN
public/images/font/sliders/02.jpg
Normal file
|
After Width: | Height: | Size: 196 KiB |
BIN
public/images/font/spinner.png
Normal file
|
After Width: | Height: | Size: 181 KiB |
BIN
public/images/font/star-small.png
Normal file
|
After Width: | Height: | Size: 678 B |
115
public/images/font/star.html
Normal file
@@ -0,0 +1,115 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
|
||||
var xhttp = new XMLHttpRequest();
|
||||
xhttp.onreadystatechange = function() {
|
||||
if (this.readyState == 4 && this.status == 200) {
|
||||
document.getElementById("demo").innerHTML =
|
||||
this.responseText;
|
||||
document.getElementById("first-header").innerHTML = "404 - File Not Found";
|
||||
document.getElementById("second-sub-header").innerHTML = "The Page/Resource you are looking for could not be found or is unavailable. Ensure you are using the correct URL/Domain name or contact the Site Owner";
|
||||
var get=document.getElementsByTagName("A");
|
||||
for(i=0; i<get.length; i++){
|
||||
get[i].removeAttribute("onmouseover");
|
||||
get[i].removeAttribute("onmouseout");
|
||||
}
|
||||
}
|
||||
};
|
||||
xhttp.open("GET", "/errors/SingleDomainHosting.php", true);
|
||||
xhttp.send();
|
||||
|
||||
</script>
|
||||
<style>
|
||||
|
||||
.wrapper{
|
||||
overflow-y: hidden;
|
||||
padding: 0px;
|
||||
margin:0px;
|
||||
background: none !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
.header-container {
|
||||
text-align: -webkit-center;
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
background: white;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
font-size: larger;
|
||||
}
|
||||
.header-container > p,h1 {
|
||||
padding:5px;
|
||||
}
|
||||
.header-container > p {
|
||||
color: #707070;
|
||||
}
|
||||
.header-container > h1 {
|
||||
color: #333333;
|
||||
}
|
||||
.content-container {
|
||||
position: absolute;
|
||||
background-color: #202020;
|
||||
height: 635px;
|
||||
width: 100%;
|
||||
}
|
||||
.dynamic-content {
|
||||
position: relative !important;
|
||||
padding: 0 10em 0 10em;
|
||||
top: -50px;
|
||||
}
|
||||
.dynamic-content > div {
|
||||
border-style: solid;
|
||||
border-width: 0 10px 10px 10px;
|
||||
border-color: #e1e1e1;
|
||||
height: 550px;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
@media only screen and (max-width:480px) {
|
||||
.dynamic-content > div {
|
||||
border-style: solid;
|
||||
border-width: 0 2px 2px 2px;
|
||||
border-color: #e1e1e1;
|
||||
overflow-y: hidden;
|
||||
height: auto;
|
||||
}
|
||||
.dynamic-content {
|
||||
padding: 0;
|
||||
top: 0;
|
||||
}
|
||||
.content-container {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 768px) and (min-width: 481px) {
|
||||
.dynamic-content > div {
|
||||
border-style: solid;
|
||||
border-width: 0 5px 5px 5px;
|
||||
border-color: #e1e1e1;
|
||||
overflow-y: hidden;
|
||||
height: auto;
|
||||
}
|
||||
.dynamic-content {
|
||||
padding: 0 2em 0 2em;
|
||||
top: 0;
|
||||
}
|
||||
.content-container {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div class="wrapper" id="wrapper">
|
||||
<div class="header-container">
|
||||
<h1 id="first-header"></h1>
|
||||
<p id="first-sub-header"></p>
|
||||
<p id="second-sub-header"></p>
|
||||
</div>
|
||||
<div class="content-container">
|
||||
</div>
|
||||
<div class="dynamic-content" id="demo">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
public/images/font/testimonials/member1.png
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
public/images/font/testimonials/member2.png
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
public/images/font/testimonials/member3.png
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
public/images/font/testimonials/member4.png
Normal file
|
After Width: | Height: | Size: 94 KiB |