diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..5d132d5 --- /dev/null +++ b/assets/css/style.css @@ -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; +} diff --git a/assets/css/style.css.map b/assets/css/style.css.map new file mode 100644 index 0000000..d30d4d5 --- /dev/null +++ b/assets/css/style.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["../scss/style.scss"],"names":[],"mappings":"AAAA;EACI","file":"style.css"} \ No newline at end of file diff --git a/assets/font/IRAN SANS.TTF b/assets/font/IRAN SANS.TTF new file mode 100644 index 0000000..1d5a89e Binary files /dev/null and b/assets/font/IRAN SANS.TTF differ diff --git a/assets/font/Lato-Regular.ttf b/assets/font/Lato-Regular.ttf new file mode 100644 index 0000000..04ea8ef Binary files /dev/null and b/assets/font/Lato-Regular.ttf differ diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..e69de29 diff --git a/assets/scss/style.scss b/assets/scss/style.scss new file mode 100644 index 0000000..a5ba293 --- /dev/null +++ b/assets/scss/style.scss @@ -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; +} diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..4a0c689 --- /dev/null +++ b/css/style.css @@ -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 */ diff --git a/css/style.css.map b/css/style.css.map new file mode 100644 index 0000000..e46bd69 --- /dev/null +++ b/css/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"} \ No newline at end of file diff --git a/index.html b/index.html index e69de29..ac5cf34 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,49 @@ + + + + + + Irancell + + + + +
+
+
+
    +
  • + + +
  • + +
  • + + +
  • + +
  • + + +
  • +
+ +
+
+
+
+ + +
+
+ + + \ No newline at end of file