From 70c0d8c9185324b2e989b1ca228d171f4c8cd643 Mon Sep 17 00:00:00 2001 From: techmannih Date: Thu, 20 Jul 2023 14:20:48 +0530 Subject: [PATCH 1/4] adding event section --- Gallary-section/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gallary-section/index.html b/Gallary-section/index.html index a98a5432..53fb139a 100644 --- a/Gallary-section/index.html +++ b/Gallary-section/index.html @@ -25,6 +25,8 @@
  • Placements
  • Contacts
  • Syllabus
  • + +
  • Events
  • From 7cc172d3c4c839c20cf24925813502983df67f2b Mon Sep 17 00:00:00 2001 From: techmannih Date: Fri, 21 Jul 2023 10:12:41 +0530 Subject: [PATCH 2/4] Fix:content is overlaping --- Gallary-section/index.html | 3 +-- Gallary-section/style.css | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gallary-section/index.html b/Gallary-section/index.html index 53fb139a..3ca9081c 100644 --- a/Gallary-section/index.html +++ b/Gallary-section/index.html @@ -25,8 +25,7 @@
  • Placements
  • Contacts
  • Syllabus
  • - -
  • Events
  • +
  • Events
  • diff --git a/Gallary-section/style.css b/Gallary-section/style.css index aebfb41f..9efa31ce 100644 --- a/Gallary-section/style.css +++ b/Gallary-section/style.css @@ -69,8 +69,10 @@ body::-webkit-scrollbar-thumb { } .navbar { - height: 88px; - min-width: 99.35vw; + /* height: 88px; */ + /* min-width: 99.35vw; */ + height: 100%; + width: 100%; margin: -15px 0 0 -1px; background: #131C2B; display: flex; From c31b94630213a84f296c6d645f23a731b29f122a Mon Sep 17 00:00:00 2001 From: techmannih Date: Fri, 21 Jul 2023 11:15:43 +0530 Subject: [PATCH 3/4] fix : navbar's content is merging in all section --- Gallary-section/style.css | 4 ++++ style.css | 26 +++++++++++++++----------- syllabus.css | 2 +- syllabus.html | 2 +- 4 files changed, 21 insertions(+), 13 deletions(-) diff --git a/Gallary-section/style.css b/Gallary-section/style.css index 9efa31ce..41c5a6aa 100644 --- a/Gallary-section/style.css +++ b/Gallary-section/style.css @@ -63,6 +63,10 @@ body::-webkit-scrollbar-thumb { box-shadow: 0px 0px 4px black; } +.navbar .logo{ + display: flex; + align-items: center; +} .navbar .logo img { margin-top: 25px; margin-left: 30px; diff --git a/style.css b/style.css index 9c994b5c..d26d1683 100644 --- a/style.css +++ b/style.css @@ -57,21 +57,24 @@ body::-webkit-scrollbar-thumb { .box { box-shadow: 0px 0px 4px black; } - +.navbar .logo{ + display: flex; + align-items: center; +} .navbar .logo img { margin-top: 25px; margin-left: 30px; } .navbar { - height: 88px; + height: 100%; min-width: 100vw; margin: -25px 0 0 0; background: #131C2B; display: flex; justify-content: space-around; align-items: normal; - position: absolute; + position: relative; left: 0; } @@ -146,12 +149,18 @@ p { .container { max-width: 1300px; - margin: auto; + /* margin: auto; */ padding-bottom: 50px; - padding-left: 25px; - padding-right: 25px; + /* padding-left: 25px; + padding-right: 25px; */ + + text-align: center; + /* padding: 15px; */ + margin-bottom: 50px; } + + .row-header, .row-footer { display: flex; @@ -952,11 +961,6 @@ body.dark-mode .project-card { padding-top: 20px; } -.container { - /* text-align: center; */ - padding: 15px; - margin-bottom: 50px; -} h3 { font-size: 24px; diff --git a/syllabus.css b/syllabus.css index 83ed9671..9cd34521 100644 --- a/syllabus.css +++ b/syllabus.css @@ -139,7 +139,7 @@ h1 { margin-left: .8rem; margin-top: 0; cursor: pointer; - position: absolute; + position: relative; color: orangered; transition: all .25s ease-in; border-radius: 1.5rem; diff --git a/syllabus.html b/syllabus.html index 5ef179d8..17e65083 100644 --- a/syllabus.html +++ b/syllabus.html @@ -51,7 +51,7 @@
    - +

    Syllabus Of
    Different Colleges

    From 7282616527be05c3f34f9c10ab92304471aa5806 Mon Sep 17 00:00:00 2001 From: techmannih Date: Fri, 28 Jul 2023 17:19:36 +0530 Subject: [PATCH 4/4] done --- Gallary-section/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gallary-section/index.html b/Gallary-section/index.html index 3ca9081c..06593bbf 100644 --- a/Gallary-section/index.html +++ b/Gallary-section/index.html @@ -25,7 +25,7 @@
  • Placements
  • Contacts
  • Syllabus
  • -
  • Events
  • +
  • Events