From 3507c366d82014c3038bdc09a5b96ab9c7c91a30 Mon Sep 17 00:00:00 2001 From: Chrystal Chern Date: Thu, 16 Jul 2026 21:38:48 -0700 Subject: [PATCH 1/5] home page description --- source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/conf.py b/source/conf.py index 3f7f0049..27948062 100644 --- a/source/conf.py +++ b/source/conf.py @@ -224,8 +224,8 @@ # {"title": "Interoperability", "link": f"{g}/examples/cablestayed/", "image": "../_static/images/gallery/CableStayed02-576x324.webp", "description": "Coming soon."}, ], "features": [ - {"title": "Fast", "body": "Core components have been refactored to leverage modern C++ features, which has furnished substantial performance improvements over the alternative serial OpenSees interpreters."}, - {"title": "Free", "body": "All source code contributed to xara is licensed under a pure BSD."}, + {"title": "Fast", "body": "Core components have been refactored to leverage modern C++ features, furnishing substantial performance improvements over the alternative serial OpenSees interpreters."}, + {"title": "Free", "body": "All source code contributed to xara is licensed under pure BSD."}, {"title": "Robust", "body": 'xara is designed from the ground up for use in production environments like structures.live'}, ], "home_image": "_static/images/CableStayed02.png" From f7c27a0db7dbd62d293ea15b4cc9bd60c6ded668 Mon Sep 17 00:00:00 2001 From: Chrystal Chern Date: Fri, 17 Jul 2026 01:45:24 -0700 Subject: [PATCH 2/5] homepage --- source/_templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_templates/home.html b/source/_templates/home.html index 4c317af4..aa568347 100644 --- a/source/_templates/home.html +++ b/source/_templates/home.html @@ -200,7 +200,7 @@

Gallery

Pacific Earthquake Engineering Center

- xara is a free tool developed at the University of California, Berkeley and published by the Pacific Earthquake Engineering Research center. + xara is a free tool developed at the University of California, Berkeley and published by the Pacific Earthquake Engineering Research center (PEER). More free tools from PEER:


From db7a37ef4ff8f54329b5770a7b7ca9426480974a Mon Sep 17 00:00:00 2001 From: Chrystal Chern Date: Fri, 17 Jul 2026 02:18:21 -0700 Subject: [PATCH 3/5] footer --- source/_static/css/home-css/home.css | 34 +++++++++++++++++++++++++++- source/_templates/home.html | 7 +++--- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/source/_static/css/home-css/home.css b/source/_static/css/home-css/home.css index 22972a42..a8c7fea0 100644 --- a/source/_static/css/home-css/home.css +++ b/source/_static/css/home-css/home.css @@ -17,4 +17,36 @@ h2 { line-height: 1.5; padding: .5rem .75rem; position: relative; -} +} + +.bd-footer a:visited { + color: #6f42c1; +} + +.bd-footer a:hover, +.bd-footer a:visited:hover { + color: var(--colorPrimaryLight); +} + +.bd-footer h5 { + font-weight: 700; + margin-bottom: 1rem; +} + +/* enlarge GitHub icon: Bulma's .icon caps it at 1.5rem */ +.bd-footer .social-media-icons svg.icon { + width: 2.5rem; + height: 2.5rem; + transition: fill .15s ease-in-out; +} + +.bd-footer .social-media-icons svg.icon:hover { + fill: var(--colorPrimaryLight); +} + +/* Pull the icon column left (one grid column = 8.3333%) */ +@media (min-width: 992px) { + .bd-footer .xara-footer { + margin-left: -8.3333%; + } +} diff --git a/source/_templates/home.html b/source/_templates/home.html index aa568347..37a05f88 100644 --- a/source/_templates/home.html +++ b/source/_templates/home.html @@ -256,10 +256,9 @@

Partners

- - - + + STAIRLab