diff --git a/index.2cdaf7bc.css b/index.2cdaf7bc.css new file mode 100644 index 0000000000..fd69816ee5 --- /dev/null +++ b/index.2cdaf7bc.css @@ -0,0 +1,82 @@ +* { + box-sizing: border-box; + margin: 0; + padding: 0; +} + +body { + text-transform: uppercase; + margin: 0; + padding: 0; + font-family: Roboto, sans-serif; + font-size: 12px; + font-weight: 500; +} + +.header { + justify-content: space-between; + align-items: center; + padding: 0 50px; + display: flex; +} + +.logo__img { + justify-content: center; + align-items: center; + margin-right: 50px; + display: flex; +} + +.nav { + height: 60px; + line-height: 60px; +} + +.nav__list { + margin: 0; + padding: 0; + list-style: none; + display: flex; +} + +.nav__item { + height: 60px; + list-style-type: none; + position: relative; +} + +.nav__item:not(:last-child) { + margin-right: 20px; +} + +.nav__link { + color: #000; + text-align: center; + height: 100%; + margin: 0; + padding: 0; + text-decoration: none; + display: block; + position: relative; +} + +.is-active, .nav__link:hover { + color: #00acdc; +} + +.is-active:after { + content: ""; + text-transform: uppercase; + border-bottom: 4px solid #00acdc; + border-radius: 8px; + width: 100%; + font-family: Roboto, sans-serif; + font-size: 12px; + font-style: normal; + font-weight: 500; + position: absolute; + bottom: 0; + left: 0; +} + +/*# sourceMappingURL=index.2cdaf7bc.css.map */ diff --git a/index.2cdaf7bc.css.map b/index.2cdaf7bc.css.map new file mode 100644 index 0000000000..b08995d5e5 --- /dev/null +++ b/index.2cdaf7bc.css.map @@ -0,0 +1 @@ +{"mappings":"AACA;;;;;;AAMA;;;;;;;;;AASA;;;;;;;AAOA;;;;;;;AAOA;;;;;AAKA;;;;;;;AAOA;;;;;;AAMA;;;;AAIA;;;;;;;;;;;AAWA;;;;AAQA","sources":["src/style.css"],"sourcesContent":["\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n margin: 0;\n padding: 0;\n font-family: Roboto, sans-serif;\n font-size: 12px;\n font-weight: 500;\n text-transform: uppercase;\n}\n\n.header {\n display: flex;\n align-items: center;\n padding: 0 50px;\n justify-content: space-between;\n}\n\n.logo__img {\n margin-right: 50px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.nav {\n height: 60px;\n line-height: 60px;\n}\n\n.nav__list {\n display: flex;\n margin: 0;\n padding: 0;\n list-style: none;\n}\n\n.nav__item {\n height: 60px;\n position: relative;\n list-style-type: none;\n}\n\n.nav__item:not(:last-child) {\n margin-right: 20px;\n}\n\n.nav__link {\n margin: 0;\n padding: 0;\n display: block;\n color: #000;\n text-decoration: none;\n text-align: center;\n position: relative;\n height: 100%;\n}\n\n.is-active {\n color: #00ACDC;\n}\n\n.nav__link:hover {\n color: #00ACDC;\n}\n\n.is-active::after {\n content: '';\n font-family: Roboto, sans-serif;\n font-size: 12px;\n font-weight: 500;\n font-style: normal;\n text-transform: uppercase;\n position: absolute;\n border-bottom: 4px solid #00ACDC;\n border-radius: 8px;\n width: 100%;\n bottom: 0;\n left: 0;\n}\n\n\n"],"names":[],"version":3,"file":"index.2cdaf7bc.css.map","sourceRoot":"/__parcel_source_root/"} \ No newline at end of file diff --git a/index.88ec00f1.css b/index.88ec00f1.css new file mode 100644 index 0000000000..0d36ed718b --- /dev/null +++ b/index.88ec00f1.css @@ -0,0 +1,2 @@ +*{box-sizing:border-box;margin:0;padding:0}body{text-transform:uppercase;margin:0;padding:0;font-family:Roboto,sans-serif;font-size:12px;font-weight:500}.header{justify-content:space-between;align-items:center;padding:0 50px;display:flex}.logo__img{justify-content:center;align-items:center;margin-right:50px;display:flex}.nav{height:60px;line-height:60px}.nav__list{margin:0;padding:0;list-style:none;display:flex}.nav__item{height:60px;list-style-type:none;position:relative}.nav__item:not(:last-child){margin-right:20px}.nav__link{color:#000;text-align:center;height:100%;margin:0;padding:0;text-decoration:none;display:block;position:relative}.is-active,.nav__link:hover{color:#00acdc}.is-active:after{content:"";text-transform:uppercase;border-bottom:4px solid #00acdc;border-radius:8px;width:100%;font-family:Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:500;position:absolute;bottom:0;left:0} +/*# sourceMappingURL=index.88ec00f1.css.map */ diff --git a/index.88ec00f1.css.map b/index.88ec00f1.css.map new file mode 100644 index 0000000000..dd2e24fd5e --- /dev/null +++ b/index.88ec00f1.css.map @@ -0,0 +1 @@ +{"mappings":"ACCA,2CAMA,8GASA,qFAOA,oFAOA,kCAKA,2DAOA,8DAMA,8CAIA,4HAWA,0CAQA","sources":["index.88ec00f1.css","src/style.css"],"sourcesContent":["* {\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n}\n\nbody {\n text-transform: uppercase;\n margin: 0;\n padding: 0;\n font-family: Roboto, sans-serif;\n font-size: 12px;\n font-weight: 500;\n}\n\n.header {\n justify-content: space-between;\n align-items: center;\n padding: 0 50px;\n display: flex;\n}\n\n.logo__img {\n justify-content: center;\n align-items: center;\n margin-right: 50px;\n display: flex;\n}\n\n.nav {\n height: 60px;\n line-height: 60px;\n}\n\n.nav__list {\n margin: 0;\n padding: 0;\n list-style: none;\n display: flex;\n}\n\n.nav__item {\n height: 60px;\n list-style-type: none;\n position: relative;\n}\n\n.nav__item:not(:last-child) {\n margin-right: 20px;\n}\n\n.nav__link {\n color: #000;\n text-align: center;\n height: 100%;\n margin: 0;\n padding: 0;\n text-decoration: none;\n display: block;\n position: relative;\n}\n\n.is-active, .nav__link:hover {\n color: #00acdc;\n}\n\n.is-active:after {\n content: \"\";\n text-transform: uppercase;\n border-bottom: 4px solid #00acdc;\n border-radius: 8px;\n width: 100%;\n font-family: Roboto, sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n position: absolute;\n bottom: 0;\n left: 0;\n}\n\n/*# sourceMappingURL=index.88ec00f1.css.map */\n","\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n margin: 0;\n padding: 0;\n font-family: Roboto, sans-serif;\n font-size: 12px;\n font-weight: 500;\n text-transform: uppercase;\n}\n\n.header {\n display: flex;\n align-items: center;\n padding: 0 50px;\n justify-content: space-between;\n}\n\n.logo__img {\n margin-right: 50px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.nav {\n height: 60px;\n line-height: 60px;\n}\n\n.nav__list {\n display: flex;\n margin: 0;\n padding: 0;\n list-style: none;\n}\n\n.nav__item {\n height: 60px;\n position: relative;\n list-style-type: none;\n}\n\n.nav__item:not(:last-child) {\n margin-right: 20px;\n}\n\n.nav__link {\n margin: 0;\n padding: 0;\n display: block;\n color: #000;\n text-decoration: none;\n text-align: center;\n position: relative;\n height: 100%;\n}\n\n.is-active {\n color: #00ACDC;\n}\n\n.nav__link:hover {\n color: #00ACDC;\n}\n\n.is-active::after {\n content: '';\n font-family: Roboto, sans-serif;\n font-size: 12px;\n font-weight: 500;\n font-style: normal;\n text-transform: uppercase;\n position: absolute;\n border-bottom: 4px solid #00ACDC;\n border-radius: 8px;\n width: 100%;\n bottom: 0;\n left: 0;\n}\n\n\n"],"names":[],"version":3,"file":"index.88ec00f1.css.map"} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000000..fce6f13197 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +