From 77e1520be74651ef92330e0f16c98d387d0b300e Mon Sep 17 00:00:00 2001 From: jt14den Date: Sun, 15 Mar 2026 11:38:31 -0700 Subject: [PATCH] UX quick wins: Contact in nav, meta description, hero headline, Kristian Allen icon fix - Restore Contact to navbar (was commented out in navigation.yml) - Write real meta description for SEO (replaces generic placeholder) - Rewrite hero headline to be specific: "Free data science consulting for UCLA researchers" - Fix Kristian Allen social icon: LinkedIn URL was showing Twitter bird icon Co-Authored-By: Claude Sonnet 4.6 --- _config.yml | 2 +- _data/navigation.yml | 4 ++-- _data/sitetext.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 05a097f..72d2d7d 100644 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ baseurl: "" # the subpath of your site, e.g. /blog title : UCLA DataSquad email : support@ucladatasquad.sendboard.com #this is also the email contact forms will go to -description: "Supporting your data science needs!" +description: "UCLA DataSquad offers free data science consulting for UCLA researchers and students. Get help with Python, R, data cleaning, visualization, and statistical analysis." author : Tim Dennis logo: #optional, defaults to site title diff --git a/_data/navigation.yml b/_data/navigation.yml index 69d0a0f..a0febca 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -15,8 +15,8 @@ en: &DEFAULT_EN section: about - title: "Services" section: services - # - title: "Contact" - # section: contact + - title: "Contact" + section: contact - title: "Projects" section: portfolio - title: "Blog" diff --git a/_data/sitetext.yml b/_data/sitetext.yml index 09f9999..1d7e623 100644 --- a/_data/sitetext.yml +++ b/_data/sitetext.yml @@ -11,7 +11,7 @@ en: &DEFAULT_EN header: - title: Supporting your data science needs! + title: Free data science consulting for UCLA researchers text: DataSquad button: Meet with us buttonlink: contact @@ -77,7 +77,7 @@ en: &DEFAULT_EN image: assets/img/staff/KristianAllen.jpg social: - url: https://www.linkedin.com/in/kristian-allen/ - icon: fab fa-twitter + icon: fab fa-linkedin-in - name: "Doug Daniels" role: "Emerging Technologies Librarian" image: assets/img/staff/DougDaniels.jpeg