From b384ff016a6c07ed51c8b6ef1cb063ada59387e0 Mon Sep 17 00:00:00 2001 From: jt14den Date: Sat, 14 Mar 2026 18:52:01 -0700 Subject: [PATCH] Redesign contact section with two-column table layout Replace JS-based timeline with a clean Bootstrap table for walk-in hours. Move schedule consultation buttons into a side-by-side column layout so both pathways (walk-in and appointment) are presented as equal options. Fix button stacking caused by Bootstrap 4 gap utility incompatibility. Co-Authored-By: Claude Sonnet 4.6 --- _includes/contact.html | 214 ++++++++++++----------------------------- 1 file changed, 63 insertions(+), 151 deletions(-) diff --git a/_includes/contact.html b/_includes/contact.html index f37b586..28a1714 100644 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -1,159 +1,71 @@ -
-
-
-
-

{{ site.data.sitetext[site.locale].contact.title }}

-
-
-
-
-
-

Walk-in DataSquad Hours in YRL Collaboration Pods, Room 11630L

-

(no appointment needed)

-
-
-
- -
- {% for entry in site.data.sitetext[site.locale].office-hours.list %} -
-

{{ entry.day }}

-
- {% for time in entry.times %} -
- - -
- {% endfor %} -
-
- {% endfor %} -
-
-
- - -
+
+
+ +
+
+

{{ site.data.sitetext[site.locale].contact.title }}

+

Two ways to get help from the DataSquad team

+
-
-
-

Schedule a Consultation

-

Book an in-person or online consultation with the DataSquad team.

-
+
+ + +
+

Walk-in Hours

+

YRL Collaboration Pods, Room 11630L

+

No appointment needed

+ + + + + + + + + + {% for entry in site.data.sitetext[site.locale].office-hours.list %} + {% for time in entry.times %} + + {% if forloop.first %} + + {% endif %} + + + {% endfor %} + {% endfor %} + +
DayHours
{{ entry.day }}{{ time | replace: ' - ', ' – ' }}
-
- + +