diff --git a/404.css b/assets/css/404.css similarity index 100% rename from 404.css rename to assets/css/404.css diff --git a/assets/css/contactSection.css b/assets/css/contactSection.css index 91a658ba..896714be 100644 --- a/assets/css/contactSection.css +++ b/assets/css/contactSection.css @@ -10,7 +10,7 @@ box-shadow: 0 0 10px #f7b801 !important; } .contactSection { - background-image: url("/assets/img/one-yellow.png"); + background-image: url("../img/one-yellow.png"); background-position: center; background-repeat: no-repeat; background-size: cover; @@ -86,7 +86,7 @@ } #contactSection { - background-image: url("./images/one.png"); + background-image: url("../img/one.png"); height: 100vh !important; width: 100vw !important; } diff --git a/CSS/index.css b/assets/css/index.css similarity index 100% rename from CSS/index.css rename to assets/css/index.css diff --git a/Privacy Policy Page/policy.css b/assets/css/policy.css similarity index 94% rename from Privacy Policy Page/policy.css rename to assets/css/policy.css index 5eadf8d4..69455879 100644 --- a/Privacy Policy Page/policy.css +++ b/assets/css/policy.css @@ -1,44 +1,44 @@ -*{ - margin: 0; - padding: 0; - box-sizing: border-box; - font-family: 'Times New Roman', Times, serif; - } - -body{ - background-color: #f9f9f9; -} - -h4{ - font-weight: 600 !important; -} - -.heading{ - height: 15vh; - width: 78vw !important; - margin-top: 5px; - padding: 20px; - text-align: center; - font-size: 40px; - background-color: #f63855d5; - color: white; -} -#two{ - border: 2px solid grey; - background-color:#eb586944 ; - padding: 10px; - margin-left: 25px; - margin-right: 25px; - margin-top: 0; -} - - -@media(max-width:998px){ - .heading{ - font-size: 28px !important; - padding-top: 30px !important; - width: 70vw !important; - height: 15vh !important; - text-align: center; - } +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: 'Times New Roman', Times, serif; + } + +body{ + background-color: #f9f9f9; +} + +h4{ + font-weight: 600 !important; +} + +.heading{ + height: 15vh; + width: 78vw !important; + margin-top: 5px; + padding: 20px; + text-align: center; + font-size: 40px; + background-color: #f63855d5; + color: white; +} +#two{ + border: 2px solid grey; + background-color:#eb586944 ; + padding: 10px; + margin-left: 25px; + margin-right: 25px; + margin-top: 0; +} + + +@media(max-width:998px){ + .heading{ + font-size: 28px !important; + padding-top: 30px !important; + width: 70vw !important; + height: 15vh !important; + text-align: center; + } } \ No newline at end of file diff --git a/assets/css/responsive.css b/assets/css/responsive.css index 467aa540..ae33ae46 100644 --- a/assets/css/responsive.css +++ b/assets/css/responsive.css @@ -54,12 +54,6 @@ left: 30px; */ /* only small tablets */ @media (min-width: 768px) and (max-width: 991px) { - .container{ - margin: 0 10px; - } - .navbar-brand img{ - display: none; - } .section-title { font-size: 26px; margin-bottom: 30px; @@ -74,7 +68,6 @@ left: 30px; */ .navbar-expand-md .navbar-nav .nav-link { margin-bottom: 0; margin-top: 0; - font-size: 80%; } #about .sec-title h3 { font-size: 30px; @@ -147,7 +140,6 @@ left: 30px; */ .navbar-expand-md .navbar-nav .nav-link { margin-bottom: 0; margin-top: 0; - padding: 5px 50%; } .navbar-brand img { margin: 5px 0; @@ -242,6 +234,27 @@ left: 30px; */ } } +@media (max-width: 451px){ + .img_container{ + margin: 0px auto !important; + } + .box1,.box4{ + margin-top: 20px !important; + margin-bottom: 30px !important; + } + .box3{ + margin: 40px auto !important; + } + .box2,.box5{ + margin-top: 30px !important; + margin-bottom: 20px !important; + } + .box6{ + margin-top: 30px !important; + margin-bottom: 30px !important; + } +} + @media (min-width: 151px) and (max-width: 350px) { .swiper-slide { min-width: 100%; diff --git a/CSS/styles.css b/assets/css/styles.css similarity index 100% rename from CSS/styles.css rename to assets/css/styles.css diff --git a/100daysofcode.html b/assets/html/100daysofcode.html similarity index 87% rename from 100daysofcode.html rename to assets/html/100daysofcode.html index 5b700cb4..284a3f2d 100644 --- a/100daysofcode.html +++ b/assets/html/100daysofcode.html @@ -11,33 +11,33 @@ - + - + - - + + - + - + - + - + - - + + - + @@ -64,7 +64,7 @@