<!DOCTYPE html>
<html lang="en">
<!--
    ___       ___       ___       ___       ___
   /\__\     /\  \     /\__\     /\__\     /\  \
  /:/__/_   /::\  \   /:/  /    /:/  /    /::\  \
 /::\/\__\ /::\:\__\ /:/__/    /:/__/    /:/\:\__\
 \/\::/  / \:\:\/  / \:\  \    \:\  \    \:\/:/  /
   /:/  /   \:\/  /   \:\__\    \:\__\    \::/  /
   \/__/     \/__/     \/__/     \/__/     \/__/

Thanks for taking a look at my source code to learn more about how I work.
To get an even better look, check out the code base at:
https://github.com/juliasolorzano/juliasolorzano.github.io

Here is a list of the libraries I chose to use on this project. Most of the
time I like to experiment with different libraries on this website. It's my
personal site and use it to try out new things:

- Hugo: A fast and flexible static site generator written in Go.
- Sass: A CSS preprocessor for writing CSS more easily and efficiently.

The font pairings are Lora for headings and Inter for body copy. Both are Google Web Fonts and
open sourced for anyone to use:

https://fonts.google.com/specimen/Lora
https://fonts.google.com/specimen/Inter

Supports dark mode!

-->
  <head>
	<meta name="generator" content="Hugo 0.145.0">
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">

  <meta name="HandheldFriendly" content="True">
  <meta name="MobileOptimized" content="320">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">

  
  <meta name="apple-mobile-web-app-capable" content="yes">
  <meta name="apple-mobile-web-app-status-bar-style" content="default">
  <meta name="mobile-web-app-capable" content="yes">

  
  
    <title>Julia Solórzano | Hello! I&#39;m Julia.</title>
  

  
  <link rel="canonical" href="https://juliasolorzano.com/">

  
  <link rel="alternate" hreflang="en" href="https://juliasolorzano.com/">
  
  <link rel="alternate" hreflang="es" href="https://juliasolorzano.com/es/">
  
  <link rel="alternate" hreflang="x-default" href="https://juliasolorzano.com/">

  
  
  
  
  <meta name="description" content="Julia Solórzano is a design leader and technologist specializing in GIS, web and mobile development, federated identity, design systems, and strategic leadership.">

  
  <meta name="keywords" content="Julia Solórzano, GIS, Geographic Information Systems, ArcGIS, design operations, design leader, web development, mobile development, federated identity, Login.gov, design systems, U.S. Web Design System, Django, Python, strategic leadership, people management, team building, front-end developer, Esri, geological survey">
  <meta name="author" content="Julia Solórzano">

  
  <meta property="og:title" content="Hello! I&#39;m Julia.">
  <meta property="og:description" content="Julia Solórzano is a design leader and technologist specializing in GIS, web and mobile development, federated identity, design systems, and strategic leadership.">
  <meta property="og:url" content="https://juliasolorzano.com/">
  <meta property="og:site_name" content="Julia Solórzano">
  <meta property="og:type" content="website">
  

  
  <link rel="shortcut icon" href="/assets/images/favicon.ico">
  <link rel="apple-touch-icon" href="/assets/images/touch_icon.png">

  
  
    <link rel="alternate" type="application/rss+xml" title="Julia Solórzano" href="https://juliasolorzano.com/feed.xml">
  

  
  <link rel="sitemap" type="application/xml" title="Sitemap" href="https://juliasolorzano.com/sitemap.xml">

  
  
  <link rel="stylesheet" href="/assets/stylesheets/base.css">

  
  <script>
    (function() {
      var theme = localStorage.getItem('theme');
      if (theme) {
        document.documentElement.setAttribute('data-theme', theme);
      }
    })();
  </script>

  
  <script>
    (function() {
      var isMobile = false;
      if (typeof navigator.userAgentData !== 'undefined') {
        isMobile = navigator.userAgentData.mobile === true;
      } else {
        isMobile = /Mobi/i.test(navigator.userAgent);
      }
      if (isMobile) {
        document.documentElement.setAttribute('data-device', 'mobile');
      }
    })();
  </script>

  
  
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Person",
  "@id": "https://juliasolorzano.com/#person",
  "name": "Julia Solórzano",
  "alternateName": "Julia Solorzano",
  "url": "https://juliasolorzano.com",
  "image": "https://juliasolorzano.com/assets/images/touch_icon.png",
  "email": "mailto:hello@juliasolorzano.com",
  "jobTitle": "Senior Design Operations Specialist",
  "worksFor": {
    "@type": "Organization",
    "name": "Esri",
    "url": "https://www.esri.com"
  },
  "alumniOf": {
    "@type": "CollegeOrUniversity",
    "name": "University of Kansas"
  },
  "knowsAbout": [
    "Geographic Information Systems",
    "GIS",
    "ArcGIS",
    "Geospatial Data",
    "Geological Survey",
    "Water Resources",
    "Bedrock Geology Mapping",
    "Web Development",
    "Mobile Development",
    "Django",
    "Python",
    "JavaScript",
    "CSS",
    "HTML",
    "Front-End Development",
    "Federated Identity",
    "Authentication",
    "Login.gov",
    "Design Systems",
    "U.S. Web Design System",
    "Design Operations",
    "User Experience Design",
    "User Research",
    "Service Design",
    "Accessibility",
    "Strategic Leadership",
    "People Management",
    "Team Building",
    "Mentorship",
    "Remote Team Leadership",
    "AI-Assisted Design",
    "API Design"
  ],
  "sameAs": [
    "https://www.linkedin.com/in/juliasolorzano",
    "https://github.com/juliasolorzano",
    "https://bsky.app/profile/juliasolorzano.com"
  ],
  "description": "Design leader and technologist with 20+ years of experience specializing in GIS, web and mobile development, federated identity, design systems, and strategic leadership. Passionate about helping people through training, mentoring, and building meaningful software."
}
</script>



<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "@id": "https://juliasolorzano.com/#website",
  "url": "https://juliasolorzano.com",
  "name": "Julia Solórzano",
  "inLanguage": "en",
  "description": "Julia Solórzano is a design leader and technologist specializing in GIS, web and mobile development, federated identity, and strategic leadership. With 20\u002b years in tech, she builds high-performing teams and helps people create seamless digital experiences.",
  "author": {
    "@id": "https://juliasolorzano.com/#person"
  }
}
</script>












</head>

  <body>

    <div id="overlay" aria-hidden="true"></div>
    <a class="skipnav" href="#content">Skip to main content</a>
    <div class="site-wrapper">
      <aside class="sidebar" id="sidebar" role="complementary">
  <div class="sidebar__inner">
    <div class="sidebar__top">
      <a href="/" class="sidebar__brand">
        <span class="sidebar__name">Julia Solórzano</span>
      </a>
      <div class="sidebar__top-actions">
  
  <a href="https://juliasolorzano.com/es/" class="lang-switch" lang="es" aria-label="Ver en español">
    ES
  </a>
  

<button class="theme-toggle" aria-label="Toggle dark mode" aria-pressed="false">
          <svg class="theme-toggle__sun" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
          <svg class="theme-toggle__moon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>
        </button>
      </div>
    </div>

    <hr class="sidebar__divider">

    
    
    
    
    <nav aria-label="Main Navigation" class="sidebar__nav">
      <ul>
        <li>
          <a href="/about/">About Me</a>
        </li>
        <li>
          <a href="/work/">Work</a>
        </li>
        <li>
          <a href="/writing/">Writing</a>
        </li>
        <li>
          <a href="/resume/">Resume</a>
        </li>
        <li>
          <a href="/now/">Now</a>
        </li>
      </ul>
    </nav>

    <hr class="sidebar__divider">

    <div class="sidebar__connect">
      <h4>Stay Connected</h4>
      <a href="mailto:hello@juliasolorzano.com?subject=Hello, Julia!">Email</a>
      <a href="https://www.linkedin.com/in/juliasolorzano" title="LinkedIn" target="_blank" rel="noopener">LinkedIn</a>
      <a href="https://github.com/juliasolorzano" title="GitHub" target="_blank" rel="noopener">GitHub</a>
      <a href="https://bsky.app/profile/juliasolorzano.bsky.social" title="Bluesky" target="_blank" rel="noopener">Bluesky</a>
      <a href="https://juliasolorzano.com/feed.xml" title="RSS feed" target="_blank" rel="noopener">RSS feed</a>
    </div>
  </div>
</aside>

      <div class="content-wrapper">
        <header class="mobile-header" role="banner">
  <a href="/" class="mobile-header__brand">
    Julia Solórzano
  </a>
  <div class="mobile-header__actions">
  
  <a href="https://juliasolorzano.com/es/" class="lang-switch" lang="es" aria-label="Ver en español">
    ES
  </a>
  

<button class="theme-toggle" aria-label="Toggle dark mode" aria-pressed="false">
      <svg class="theme-toggle__sun" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
      <svg class="theme-toggle__moon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>
    </button>
    <button class="menu-btn" aria-label="Menu" aria-expanded="false" aria-controls="sidebar">
      <svg class="menu-btn__open" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/></svg>
      <svg class="menu-btn__close" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>
    </button>
  </div>
</header>

        <main id="content">
        
<div class="hero">
  <h1 class="hero__heading">Hello! I&#39;m Julia.</h1>
</div>
<div class="hero__content">
  <p>I specialize in design operations and building systems that make things run better. I&rsquo;ve been growing teams and solving big problems across tech since 2002. When I&rsquo;m not doing that, I&rsquo;m out in the field mapping rocks and thinking about clean water access.</p>

</div>




<section class="home-section">
  <div class="home-section__header">
    <h2 class="home-section__heading">Work</h2>
    <a href="/work/" class="home-section__link">View all &rarr;</a>
  </div>
  
  
  <div class="projects-grid projects-grid--home">
    
    
    
    <a href="https://www.esri.com" class="project-card project-card--link">
    
      
      <img class="project-card__image" src="/assets/images/projects/esri-screenshot.png" alt="Esri">
      
      <div class="project-card__body">
        <h3 class="project-card__name">Esri</h3>
        <p class="project-card__description">Design operations in the Creative Lab, building shared standards across ArcGIS product lines.</p>
      </div>
    
    </a>
    
    
    
    
    <a href="https://login.gov" class="project-card project-card--link">
    
      
      <img class="project-card__image" src="/assets/images/projects/login-gov-screenshot.png" alt="Login.gov">
      
      <div class="project-card__body">
        <h3 class="project-card__name">Login.gov</h3>
        <p class="project-card__description">Grew the design team from 4 to 24 and rethought how millions log in to government services.</p>
      </div>
    
    </a>
    
    
    
    
    <a href="https://developer.va.gov" class="project-card project-card--link">
    
      
      <img class="project-card__image" src="/assets/images/projects/va-api-screenshot.png" alt="Department of Veterans Affairs API Platform">
      
      <div class="project-card__body">
        <h3 class="project-card__name">Department of Veterans Affairs API Platform</h3>
        <p class="project-card__description">Built the human-centered design practice from scratch for the VA&#39;s API program.</p>
      </div>
    
    </a>
    
    
  </div>
  
</section>

        </main>
        <footer>
  <div class="footer__connect">
    <h4>Stay Connected</h4>
    <div class="footer__connect-links">
      <a href="mailto:hello@juliasolorzano.com?subject=Hello, Julia!">Email</a>
      <a href="https://www.linkedin.com/in/juliasolorzano" title="LinkedIn" target="_blank" rel="noopener">LinkedIn</a>
      <a href="https://github.com/juliasolorzano" title="GitHub" target="_blank" rel="noopener">GitHub</a>
      <a href="https://bsky.app/profile/juliasolorzano.bsky.social" title="Bluesky" target="_blank" rel="noopener">Bluesky</a>
      <a href="https://juliasolorzano.com/feed.xml" title="RSS feed" target="_blank" rel="noopener">RSS feed</a>
    </div>
  </div>
  <p>&copy; 2026 Julia Solórzano</p>
</footer>


      </div>
    </div>
  <nav class="tab-bar" aria-label="Navigation">
  <a href="/" class="tab-bar__item tab-bar__item--active" aria-current="page">
    <svg class="tab-bar__icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg>
    <span class="tab-bar__label">Home</span>
  </a>
  <a href="/about/" class="tab-bar__item">
    <svg class="tab-bar__icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>
    <span class="tab-bar__label">About Me</span>
  </a>
  <a href="/work/" class="tab-bar__item">
    <svg class="tab-bar__icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg>
    <span class="tab-bar__label">Work</span>
  </a>
  <a href="/writing/" class="tab-bar__item">
    <svg class="tab-bar__icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M12 20h9"/><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"/></svg>
    <span class="tab-bar__label">Writing</span>
  </a>
  <a href="/now/" class="tab-bar__item">
    <svg class="tab-bar__icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>
    <span class="tab-bar__label">Now</span>
  </a>
</nav>

  <script src="/assets/js/main.js"></script>

  </body>
</html>
