diff --git a/src/_data/featured_work.yml b/src/_data/featured_work.yml index e8c35325..c693dc1e 100644 --- a/src/_data/featured_work.yml +++ b/src/_data/featured_work.yml @@ -32,3 +32,17 @@ - Project Management - Human-centered Design - Software Development + +- title: Upgrade Scenario Planning Model (SPM) + description: Collaborated with a diverse team to update and enhance the SPM transportation model by developing database queries and a user interface for the Southern California Association of Governments (SCAG). + outcome: Increased the efficiency of a PostGIS spatial query processing millions of geographic points by 70%, allowing end users to receive faster feedback and a friendlier user experience for faster data analysis. + tags: + - Software Development + - Human-centered Design + +- title: Product Schedule + description: Managed a research project to evaluate how well scheduling software solutions met the needs of small and rural California transit agencies. Research included conducting 30+ hours of onsite interviews with 4 agencies. + outcome: Deliver a research report to CalTrans summarizing research results and recommending actionable next steps to solution providers and CalTrans to provide agencies with vital scheduling resources. + tags: + - Project Management + - Program Development diff --git a/src/our-work.html b/src/our-work.html index 42e9bac6..c700585c 100644 --- a/src/our-work.html +++ b/src/our-work.html @@ -95,7 +95,7 @@

Featured work

-
+
{% if featured_work.tags %}
{% for tag in featured_work.tags %} @@ -106,6 +106,8 @@

Featured work

{% endif %}

{{ featured_work.title }}

+
+

{{ featured_work.description }}

@@ -144,6 +146,37 @@

Outcome

{% endfor %}
+ +
+ {% for featured_work in site.data.featured_work limit: 2 offset: 4 %} +
+
+
+
+ {% if featured_work.tags %} +
+ {% for tag in featured_work.tags %} +
+ +
+ {% endfor %} +
+ {% endif %} +

{{ featured_work.title }}

+
+
+

{{ featured_work.description }}

+
+ +
+

Outcome

+

{{ featured_work.outcome }}

+
+
+
+
+ {% endfor %} +
diff --git a/src/styles/base.css b/src/styles/base.css index 81bf3792..e36ed25f 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -460,18 +460,18 @@ header { margin: 0; } -.min-h-70 { - min-height: 70%; +.min-h-35 { + min-height: 35%; +} + +.min-h-40 { + min-height: 40%; } @media screen and (min-width: 992px) { .w-md-50 { width: 50% !important; } - - .mb-lg-6 { - margin-bottom: calc(96rem / 16) !important; - } } /* About */