From f1c67bbcce30d281b2651f832bd4e77a88cf56df Mon Sep 17 00:00:00 2001 From: eshajena3 Date: Tue, 2 Sep 2025 22:01:26 +0530 Subject: [PATCH 1/2] Encoding Issue Fixed --- pages/announcement-table.html | 2 +- pages/subject.html | 8 ++++---- pages/tech.html | 4 ++-- pages/user-experience-table.html | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/announcement-table.html b/pages/announcement-table.html index 8b79aafb..f7bb88f9 100644 --- a/pages/announcement-table.html +++ b/pages/announcement-table.html @@ -319,7 +319,7 @@ /* Scroll indicator for small screens */ .table-response::after { - content: "← Scroll horizontally to view all columns →"; + content: " Scroll horizontally to view all columns "; display: block; text-align: center; padding: 8px; diff --git a/pages/subject.html b/pages/subject.html index 05015d83..61ab2e93 100644 --- a/pages/subject.html +++ b/pages/subject.html @@ -66,11 +66,11 @@

Branch Notes

-

Choose a branch → open a semester → preview or download PDFs

+

Choose a branch / open a semester / preview or download PDFs

@@ -1065,7 +1065,7 @@

Electronics & Computer Engineering (ECM)

- > + Semester 1
    Mathematics-I @@ -1148,7 +1148,7 @@

    Electronics & Computer Engineering (ECM)

    - 2 + Semester 2
      Mathematics-II diff --git a/pages/tech.html b/pages/tech.html index c256231f..035c7b75 100644 --- a/pages/tech.html +++ b/pages/tech.html @@ -61,11 +61,11 @@

      Tech Notes

      -

      Choose a track → open a topic → preview or download PDFs

      +

      Choose a track / open a topic / preview or download PDFs

      diff --git a/pages/user-experience-table.html b/pages/user-experience-table.html index 01f1f773..17974526 100644 --- a/pages/user-experience-table.html +++ b/pages/user-experience-table.html @@ -290,7 +290,7 @@ /* Scroll indicator for small screens */ .table-response::after { - content: "← Scroll horizontally to view all columns →"; + content: " Scroll horizontally to view all columns "; display: block; text-align: center; padding: 8px; From 0a9f79ce19fbb4153ea117f9e34c9be981586891 Mon Sep 17 00:00:00 2001 From: eshajena3 Date: Thu, 4 Sep 2025 14:28:45 +0530 Subject: [PATCH 2/2] Fixed UI Allignment --- index.css | 3 + pages/placement-updates.html | 10 +-- pages/placement.css | 6 +- pages/privacy.html | 118 +++++++++++++++++++++++++++++------ pages/team.css | 3 +- 5 files changed, 113 insertions(+), 27 deletions(-) diff --git a/index.css b/index.css index 2971a9d5..652c5bc7 100644 --- a/index.css +++ b/index.css @@ -1897,6 +1897,7 @@ nav { } .about-flex { + display: flex; flex-direction: column; align-items: center; width: 100%; @@ -1908,6 +1909,7 @@ nav { } .contact-section { + display: flex; flex-direction: column; align-items: center; } @@ -1967,6 +1969,7 @@ nav { } .form-card { + display: flex; margin-bottom: 5px; width: 80%; } diff --git a/pages/placement-updates.html b/pages/placement-updates.html index a88758a4..feccfc98 100644 --- a/pages/placement-updates.html +++ b/pages/placement-updates.html @@ -60,13 +60,13 @@

      AKTU Placement Cell Updates

      - Latest drives, interviews, shortlists & notices — never miss an update. + Latest drives, interviews, shortlists & notices never miss an update.

      - - + +
@@ -92,7 +92,7 @@

AKTU Placement Cell Updates

- + @@ -144,7 +144,7 @@

AKTU Placement Cell Updates

-

📜 Past Announcements

+

Past Announcements

    diff --git a/pages/placement.css b/pages/placement.css index 05585520..184b10a6 100644 --- a/pages/placement.css +++ b/pages/placement.css @@ -119,6 +119,7 @@ body.dark{ .cards-grid{ display:grid; gap:16px; grid-template-columns: repeat(3, minmax(0,1fr)); + align-items: stretch; } @media (max-width: 1100px){ .cards-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); } } @media (max-width: 650px){ .cards-grid{ grid-template-columns: 1fr; } } @@ -126,6 +127,8 @@ body.dark{ .placement-card{ background: var(--surface-2); border:1px solid var(--border); border-radius:20px; padding:18px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease; + display: flex; + flex-direction: column; height: 100%; } .placement-card:hover{ transform: translateY(-3px); box-shadow: var(--shadow-md); } .card-header{ display:flex; gap:8px; align-items:center; margin-bottom:8px; } @@ -139,9 +142,10 @@ body.dark{ .card-company{ color:var(--muted); font-weight:700; margin-bottom:2px; } .card-date{ color:var(--text); font-weight:800; margin:6px 0; } .card-badges{ display:flex; gap:8px; margin:10px 0; flex-wrap:wrap; } -.card-actions{ display:flex; justify-content:space-between; align-items:center; margin-top:8px; } +.card-actions{ margin-top: auto; display:flex; justify-content:flex-start; gap: 20px; align-items:center; } .card-btn{ padding:8px 12px; border-radius:10px; border:1px solid var(--border); background:var(--surface-3); cursor:pointer; } .card-btn:hover{ filter: brightness(.98); } +.card-actions .card-btn:first-child{margin-left: none} /* ---- Pagination ---- */ .pagination{ display:flex; justify-content:space-between; align-items:center; margin-top:16px; } diff --git a/pages/privacy.html b/pages/privacy.html index cc27840e..f7ec5a3b 100644 --- a/pages/privacy.html +++ b/pages/privacy.html @@ -1,7 +1,7 @@  - + @@ -93,10 +93,10 @@

    Privacy Policy

    1. Information We Collect

    We collect the following types of information: -
    • Personal identification (name, email, student ID)
    • - Academic information
    • Device and browser information
    • - Usage patterns and preferences
    • Cookies and similar - technologies +

  • Personal identification (name, email, student ID)

  • + Academic information

  • Device and browser information

  • +
  • Usage patterns and preferences

  • Cookies and similar + technologies
  • @@ -104,9 +104,9 @@

    1. Information We Collect

    2. How We Use Your Information

    Your information helps us: -
    • Personalize your learning experience
    • Improve our - educational services
    • Send important notifications
    • - Maintain platform security
    • Analyze usage patterns +

  • Personalize your learning experience

  • Improve our + educational services

  • Send important notifications

  • +
  • Maintain platform security

  • Analyze usage patterns
  • @@ -114,9 +114,9 @@

    2. How We Use Your Information

    3. Data Security

    We implement various security measures including: -
    • Encryption of sensitive data
    • Regular security - assessments
    • Access controls
    • Secure data storage -
    • Regular backups +

  • Encryption of sensitive data

  • Regular security + assessments

  • Access controls

  • Secure data storage +

  • Regular backups
  • @@ -124,9 +124,9 @@

    3. Data Security

    4. Your Rights

    You have the right to: -
    • Access your personal data
    • Request data correction -
    • Delete your account
    • Opt-out of communications -
    • Export your data +

  • Access your personal data

  • Request data correction
  • +
  • Delete your account

  • Opt-out of communications
  • +
  • Export your data
  • @@ -134,8 +134,8 @@

    4. Your Rights

    5. Data Retention

    We retain your information only as long as necessary for: -
    • Educational purposes
    • Legal requirements
    • - Account maintenance
    • Service improvement +

  • Educational purposes

  • Legal requirements

  • +
  • Account maintenance

  • Service improvement
  • @@ -143,9 +143,9 @@

    5. Data Retention

    6. Contact Us

    For privacy-related inquiries, please contact us: -
    • Email: nitramitra@gmail.com
    • Visit our - Contact Page
    • Response time: - Within 48 hours +

  • Email: nitramitra@gmail.com

  • Visit our + Contact Page

  • Response time: + Within 48 hours
  • @@ -159,6 +159,84 @@

    Total Visitors

    + +
    +
    +
    +

    Meet Our Team

    +

    + Dedicated developers working together to create the best educational platform for NITRA + students. +

    +
    + +
    + +
    +
    + Vaibhav Babele +
    +

    Vaibhav + Babele

    +

    + Lead Developer & Founder

    +

    + Computer Science Engineering student passionate about creating educational platforms for + students. +

    + +
    + + +
    +
    + Ghanshyam Prajapati +
    +

    Ghanshyam + Prajapati

    +

    + Co-Developer

    +

    + Dedicated developer contributing to the platform's growth and student experience + enhancement. +

    + +
    + + +
    +
    + +
    +

    + Development Team

    +

    + Contributors & Maintainers

    +

    + A growing community of student developers working together to improve the platform. +

    + +
    +
    +
    +
    +