From 346f682bf512013ec2880ff56ed0c831e0a39fe5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:09:01 +0000 Subject: [PATCH 1/3] Initial plan From b50078ba3304e4137e17086cff9824eebbdcf987 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:13:55 +0000 Subject: [PATCH 2/3] Fix website alignment and add OpenRockets India nonprofit Co-authored-by: NekshaDeSilva <102156620+NekshaDeSilva@users.noreply.github.com> --- index.html | 6 ++++++ styles/brand-portfolio.css | 32 +++++++++++++++++++++----------- 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 860ea0f..2586f54 100644 --- a/index.html +++ b/index.html @@ -51,6 +51,12 @@
MarsPreneurs
marspreneurs.com
+ + +
+ OpenRockets India
+github.com/openrockets-india
+ diff --git a/styles/brand-portfolio.css b/styles/brand-portfolio.css index 8c0015d..1238d2c 100644 --- a/styles/brand-portfolio.css +++ b/styles/brand-portfolio.css @@ -112,9 +112,10 @@ body { /* Affiliate Nonprofits Grid */ .affiliates-grid { display: grid; - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); - gap: 40px; + grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); + gap: 24px; justify-items: center; + align-items: start; } .affiliate-item { @@ -122,6 +123,9 @@ body { text-decoration: none; color: inherit; transition: opacity 0.2s ease; + display: flex; + flex-direction: column; + align-items: center; } .affiliate-item:hover { @@ -129,36 +133,42 @@ body { } .affiliate-logo { - width: 136px; - height: 136px; + width: 100px; + height: 100px; object-fit: contain; - margin-bottom: 16px; + margin-bottom: 12px; border-radius: 16px; + flex-shrink: 0; } .affiliate-logo-text { - width: 136px; - height: 136px; + width: 100px; + height: 100px; display: flex; align-items: center; justify-content: center; background-color: #1d1d1f; color: #ffffff; - font-size: 40px; + font-size: 32px; font-weight: 700; border-radius: 16px; - margin: 0 auto 16px; + margin-bottom: 12px; + flex-shrink: 0; } .affiliate-name { - font-size: 17px; + font-size: 15px; font-weight: 500; color: #1d1d1f; margin-bottom: 4px; + min-height: 40px; + display: flex; + align-items: center; + justify-content: center; } .affiliate-url { - font-size: 14px; + font-size: 12px; color: #86868b; } From 5f37498ea66dcc940dcd1f4e3bc6779a8dca4c8d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:17:49 +0000 Subject: [PATCH 3/3] Add 3D animated cubes, ruled paper background, vignette effect, and Times font for hero Co-authored-by: NekshaDeSilva <102156620+NekshaDeSilva@users.noreply.github.com> --- index.html | 89 ++++++++++++++++++++++++++++++++++++++ styles/brand-portfolio.css | 55 ++++++++++++++++++++--- 2 files changed, 139 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 2586f54..5a0a4fe 100644 --- a/index.html +++ b/index.html @@ -10,8 +10,17 @@ + + + + + + + + +