From 1065862cb8167e814d7f5d00ae94616b05f1c5a9 Mon Sep 17 00:00:00 2001 From: Khushi Date: Thu, 6 Jun 2024 23:28:11 +0530 Subject: [PATCH 1/3] File Structure Optimisied --- 404.css => assets/css/404.css | 0 {CSS => assets/css}/index.css | 0 .../css}/policy.css | 86 +- assets/css/responsive.css | 29 +- {CSS => assets/css}/styles.css | 0 .../html/100daysofcode.html | 88 +- 404.html => assets/html/404.html | 168 +- benefit.html => assets/html/benefit.html | 88 +- blog.html => assets/html/blog.html | 106 +- assets/html/giveaway.html | 557 ++++++ .../html/hacktoberfest2022.html | 1694 ++++++++--------- .../html/opportunity.html | 86 +- .../html}/policy.html | 148 +- assets/html/teamMembers.html | 1177 ++++++++++++ .../{ => img/hacktober2022}/CodeIN-yellow.png | Bin assets/{ => img/hacktober2022}/CodeIN.jpg | Bin assets/{ => img/hacktober2022}/Library.png | Bin assets/{ => img/hacktober2022}/course.jpg | Bin assets/{ => img/hacktober2022}/milan.jpg | Bin assets/{ => img/hacktober2022}/shalini.jpeg | Bin assets/{ => img/hacktober2022}/t-shirt.jpg | Bin {JS => assets/js}/Counter1.js | 0 {JS => assets/js}/Tawk.js | 0 {JS => assets/js}/index.js | 0 giveaway.html | 551 ------ index.html | 30 +- responsive.css | 293 --- teamMembers.html | 1212 ------------ 28 files changed, 3002 insertions(+), 3311 deletions(-) rename 404.css => assets/css/404.css (100%) rename {CSS => assets/css}/index.css (100%) rename {Privacy Policy Page => assets/css}/policy.css (94%) rename {CSS => assets/css}/styles.css (100%) rename 100daysofcode.html => assets/html/100daysofcode.html (90%) rename 404.html => assets/html/404.html (90%) rename benefit.html => assets/html/benefit.html (87%) rename blog.html => assets/html/blog.html (89%) create mode 100644 assets/html/giveaway.html rename hacktoberfest2022.html => assets/html/hacktoberfest2022.html (85%) rename opportunity.html => assets/html/opportunity.html (92%) rename {Privacy Policy Page => assets/html}/policy.html (97%) create mode 100644 assets/html/teamMembers.html rename assets/{ => img/hacktober2022}/CodeIN-yellow.png (100%) rename assets/{ => img/hacktober2022}/CodeIN.jpg (100%) rename assets/{ => img/hacktober2022}/Library.png (100%) rename assets/{ => img/hacktober2022}/course.jpg (100%) rename assets/{ => img/hacktober2022}/milan.jpg (100%) rename assets/{ => img/hacktober2022}/shalini.jpeg (100%) rename assets/{ => img/hacktober2022}/t-shirt.jpg (100%) rename {JS => assets/js}/Counter1.js (100%) rename {JS => assets/js}/Tawk.js (100%) rename {JS => assets/js}/index.js (100%) delete mode 100644 giveaway.html delete mode 100644 responsive.css delete mode 100644 teamMembers.html 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/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 90% rename from 100daysofcode.html rename to assets/html/100daysofcode.html index 5b700cb4..58e383b9 100644 --- a/100daysofcode.html +++ b/assets/html/100daysofcode.html @@ -11,33 +11,33 @@ - + - + - - + + - + - + - + - + - - + + - + @@ -64,7 +64,7 @@