add base
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
@font-face {
|
||||
font-family: 'IRAN SANS';
|
||||
src: url('../font/IRAN SANS.TTF') format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "MTNIrancell-Regular";
|
||||
src: url("../font/MTNIrancell-Regular.eot?#iefix");
|
||||
src: url("../font/MTNIrancell-Regular.eot?#iefix") format("eot"), url("../font/MTNIrancell-Regular.woff") format("woff"), url("../font/MTNIrancell-Regular.woff2") format("woff2"), url("../font/MTNIrancell-Regular.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "MTNIrancell-Bold";
|
||||
src: url("../font/MTNIrancell-Bold.eot?#iefix");
|
||||
src: url("../font/MTNIrancell-Bold.eot?#iefix") format("eot"), url("../font/MTNIrancell-Bold.woff") format("woff"), url("./assets/fonts/MTNIrancell-Bold.woff2") format("woff2"), url("./assets/fonts/MTNIrancell-Bold.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
html body {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
font-family: "MTNIrancell-Regular";
|
||||
font-size: 16px;
|
||||
color: #505050;
|
||||
margin: 0;
|
||||
}
|
||||
html:focus,
|
||||
body:focus,
|
||||
*:focus {
|
||||
outline: unset;
|
||||
}
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
html body button {
|
||||
cursor: pointer;
|
||||
}
|
||||
html body a {
|
||||
color: #505050;
|
||||
}
|
||||
html body a:hover {
|
||||
text-decoration: none;
|
||||
color: #505050;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 7.5px;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
box-shadow: inset 0 0 5px grey;
|
||||
border-radius: 15px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #a0a0a0;
|
||||
border-radius: 15px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #a0a0a0;
|
||||
}
|
||||
.english {
|
||||
font-family: 'Lato-Regular' !important;
|
||||
font-size: 14px !important;
|
||||
vertical-align: -2px;
|
||||
}
|
||||
.persian {
|
||||
font-family: "MTNIrancell-Regular" !important;
|
||||
font-size: 20px !important;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"sourceRoot":"","sources":["../scss/style.scss"],"names":[],"mappings":"AAAA;EACI","file":"style.css"}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,61 @@
|
||||
@font-face {
|
||||
font-family: 'IRAN SANS';
|
||||
src: url('../font/IRAN SANS.TTF') format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato-Regular';
|
||||
src: url('../font/Lato-Regular.ttf') format("truetype");
|
||||
}
|
||||
html body {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
font-family: "Lato-Regular";
|
||||
font-size: 16px;
|
||||
color: #505050;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html:focus,
|
||||
body:focus,
|
||||
*:focus {
|
||||
outline: unset;
|
||||
}
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
ul , li , h1 , h2 , h3 , h4 , h5 , h6 , p ,strong , span{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
html body button {
|
||||
cursor: pointer;
|
||||
}
|
||||
html body a {
|
||||
color: #505050;
|
||||
}
|
||||
html body a:hover {
|
||||
text-decoration: none;
|
||||
color: #505050;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 7.5px;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
box-shadow: inset 0 0 5px grey;
|
||||
border-radius: 15px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #a0a0a0;
|
||||
border-radius: 15px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #a0a0a0;
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
@font-face {
|
||||
font-family: "IRAN SANS";
|
||||
src: url("../font/IRAN SANS.TTF") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Lato-Regular";
|
||||
src: url("../font/Lato-Regular.ttf") format("truetype");
|
||||
}
|
||||
html body {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
font-family: "Lato-Regular";
|
||||
font-size: 16px;
|
||||
color: #505050;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html:focus,
|
||||
body:focus,
|
||||
*:focus {
|
||||
outline: unset;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul, li, h1, h2, h3, h4, h5, h6, p, strong, span {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html body button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
html body a {
|
||||
color: #505050;
|
||||
}
|
||||
|
||||
html body a:hover {
|
||||
text-decoration: none;
|
||||
color: #505050;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 7.5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
box-shadow: inset 0 0 5px grey;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #a0a0a0;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #a0a0a0;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"sourceRoot":"","sources":["../assets/scss/style.scss"],"names":[],"mappings":"AAAA;EACE;EACA;;AAGF;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;EAGE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACI;EACA;;;AAEJ;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE","file":"style.css"}
|
||||
+49
@@ -0,0 +1,49 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
|
||||
<title>Irancell</title>
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
</head>
|
||||
|
||||
<body style="height: 100%">
|
||||
<div class="container">
|
||||
<div class="main">
|
||||
<div class="main-box-left">
|
||||
<ul class="slider-box">
|
||||
<li class="active">
|
||||
<img class="xl d-none" src="./assets/image/slide-xl.jpg" alt="">
|
||||
<img class="md d-none" src="./assets/image/slider-md.jpg" alt="">
|
||||
</li>
|
||||
|
||||
<li class="">
|
||||
<img class="xl d-none" src="./assets/image/slide-xl.jpg" alt="">
|
||||
<img class="md d-none" src="./assets/image/slider-md.jpg" alt="">
|
||||
</li>
|
||||
|
||||
<li class="">
|
||||
<img class="xl d-none" src="./assets/image/slide-xl.jpg" alt="">
|
||||
<img class="md d-none" src="./assets/image/slider-md.jpg" alt="">
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="slider-dots">
|
||||
<div class="slider-bots-box"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="main-box-right">
|
||||
<div>
|
||||
<img src="./assets/image/mtni-black-fa.svg" alt="">
|
||||
<div class="mbr-btns">
|
||||
<a href="https://www.irancell.ir/">محصولات ایرانسل</a>
|
||||
<a href="https://www.google.com/">جستجو در گوگل</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="assets/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user