{"id":1411,"date":"2026-06-08T21:08:37","date_gmt":"2026-06-08T21:08:37","guid":{"rendered":"https:\/\/severeinjurylawyers.com\/?page_id=1411"},"modified":"2026-06-11T01:23:59","modified_gmt":"2026-06-11T01:23:59","slug":"comunidad","status":"publish","type":"page","link":"https:\/\/severeinjurylawyers.com\/es\/community\/","title":{"rendered":"Comunidad"},"content":{"rendered":"\n<!-- J. ALEXANDER LAW :: COMMUNITY \/ OUTREACH :: scope .jalex-community -->\r\n<!--\r\n  ============================================================\r\n  PERFORMANCE + BUILD NOTES - READ BEFORE PUBLISHING\r\n  ============================================================\r\n  Converted from the standalone prototype into a production block:\r\n  1) Google Fonts removed. Register locally in Blocksy > Local\r\n     Google Fonts so the page makes ZERO external font requests:\r\n       \u2022 Montserrat        - 300, 400, 600, 700, 800\r\n       \u2022 Source Sans 3     - 400, 500, 600, 700\r\n       \u2022 Playfair Display  - italic 400\r\n       \u2022 JetBrains Mono    - 400, 500\r\n     (Prototype used Inter Tight \/ Instrument Serif - re-skinned to\r\n      the firm's brand fonts to match the other pages.)\r\n  2) Dropped the standalone scaffolding: <!doctype>, <head>, the\r\n     duplicate site <header> nav, and the <footer>. Blocksy already\r\n     renders the real header + footer around this block.\r\n  3) Replaced the <image-slot> web components + external image-slot.js\r\n     with real <img> tags (lazy, async, width\/height set for zero CLS).\r\n     >>> SWAP each src for the real photo; alt text is pre-written. <<<\r\n  4) Removed the scroll-reveal script that set opacity:0 until JS ran\r\n     (hurt LCP\/SEO and hid content if JS failed). Content now paints\r\n     immediately. This block ships with NO JavaScript at all.\r\n  5) Added content-visibility to the below-the-fold sections so the\r\n     browser can skip rendering them until they're near the viewport.\r\n     Safe here - this page has no sticky TOC \/ scrollspy.\r\n  6) Everything scoped under .jalex-community so it can't collide with\r\n     the theme's global CSS.\r\n  TIP: any story whose media is really a video can become a\r\n  click-to-load YouTube facade (like the other pages) - send the\r\n  video ID and I'll wire it up.\r\n  ============================================================\r\n-->\r\n<link rel=\"preconnect\" href=\"https:\/\/severeinjurylawyers.com\" crossorigin>\r\n<link rel=\"preload\" as=\"image\" fetchpriority=\"high\" href=\"https:\/\/severeinjurylawyers.com\/wp-content\/uploads\/2026\/06\/giving-back-to-the-community.webp\">\r\n<style>\r\n.jalex-community {\r\n  width: 100vw !important;\r\n  position: relative;\r\n  left: 50%; right: 50%;\r\n  margin-left: -50vw !important;\r\n  margin-right: -50vw !important;\r\n  max-width: 100vw !important;\r\n  overflow-x: clip;\r\n}\r\n.jalex-community {\r\n  --bg: #000; --bg-2: #0a0a0a; --bg-3: #141414;\r\n  --text: #fafafa; --text-2: rgba(250,250,250,0.72); --muted: rgba(250,250,250,0.5);\r\n  --rule: rgba(250,250,250,0.08); --rule-2: rgba(250,250,250,0.16);\r\n  --gold: #F3B937; --gold-deep: #d99a1a; --gold-soft: rgba(243,185,55,0.06);\r\n  --radius: 3px;\r\n  --heading: \"Montserrat\", system-ui, sans-serif;\r\n  --body: \"Source Sans 3\", \"Source Sans Pro\", system-ui, sans-serif;\r\n  --mono: \"JetBrains Mono\", ui-monospace, monospace;\r\n  --serif: \"Playfair Display\", \"Georgia\", serif;\r\n  background: var(--bg); color: var(--text); font-family: var(--body); font-size: 17px; line-height: 1.55;\r\n  -webkit-font-smoothing: antialiased;\r\n}\r\n.jalex-community *, .jalex-community *::before, .jalex-community *::after { box-sizing: border-box; }\r\n.jalex-community a { color: inherit; text-decoration: none; }\r\n.jalex-community img { display: block; max-width: 100%; height: auto; }\r\n.jalex-community .wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }\r\n.jalex-community h1, .jalex-community h2, .jalex-community h3, .jalex-community h4 { font-family: var(--heading); font-weight: 700; letter-spacing: -0.02em; color: var(--text); margin: 0; text-wrap: balance; }\r\n.jalex-community h1 { font-size: clamp(40px, 5.6vw, 84px); line-height: 1.0; letter-spacing: -0.04em; }\r\n.jalex-community h2 { font-size: clamp(32px, 4.2vw, 56px); line-height: 1.04; letter-spacing: -0.03em; }\r\n.jalex-community h3 { font-size: clamp(20px, 2vw, 24px); line-height: 1.2; letter-spacing: -0.015em; }\r\n.jalex-community .eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; font-weight: 600; }\r\n.jalex-community .eyebrow .num { color: var(--muted); }\r\n.jalex-community .eyebrow .stripe { width: 28px; height: 1px; background: var(--gold); display: inline-block; }\r\n.jalex-community .accent { color: var(--gold); font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.02em; }\r\n\/* buttons *\/\r\n.jalex-community .btn { display: inline-flex; align-items: center; gap: 12px; font-family: var(--heading); font-size: 16px; font-weight: 700; padding: 17px 26px; border: 1px solid transparent; border-radius: var(--radius); transition: all 200ms ease; line-height: 1; white-space: nowrap; cursor: pointer; letter-spacing: 0.02em; }\r\n.jalex-community .btn-primary { background: var(--gold); color: #000; box-shadow: 0 8px 24px -8px rgba(243,185,55,0.5); }\r\n.jalex-community .btn-primary:hover { background: var(--gold-deep); transform: translateY(-2px); box-shadow: 0 12px 32px -8px rgba(243,185,55,0.65); }\r\n.jalex-community .btn-ghost { background: transparent; color: var(--text); border-color: var(--rule-2); font-weight: 600; }\r\n.jalex-community .btn-ghost:hover { border-color: var(--gold); color: var(--gold); }\r\n\/* HERO *\/\r\n.jalex-community .community-hero { position: relative; padding: clamp(80px, 9vw, 120px) 0 clamp(60px, 7vw, 90px); overflow: hidden; border-bottom: 1px solid var(--rule); background: var(--bg); }\r\n.jalex-community .community-hero .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }\r\n.jalex-community .community-hero::before { content: \"\"; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(ellipse at 50% 0%, rgba(243,185,55,0.10), transparent 55%), radial-gradient(ellipse at 50% 44%, rgba(0,0,0,0.55), transparent 72%), linear-gradient(180deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.50) 42%, rgba(0,0,0,0.90) 100%); }\r\n.jalex-community .community-hero .wrap { position: relative; z-index: 2; text-align: center; }\r\n.jalex-community .community-hero .eyebrow { justify-content: center; text-shadow: 0 1px 10px rgba(0,0,0,0.65); }\r\n.jalex-community .community-hero h1 { font-size: clamp(38px, 5.3vw, 79px); max-width: 16ch; margin: 0 auto; text-shadow: 0 2px 26px rgba(0,0,0,0.6), 0 1px 4px rgba(0,0,0,0.55); }\r\n.jalex-community .community-hero h1 .it { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }\r\n.jalex-community .community-hero p.lede { font-size: 19px; line-height: 1.6; color: var(--text-2); max-width: 600px; margin: 26px auto 0; text-shadow: 0 1px 14px rgba(0,0,0,0.72); }\r\n.jalex-community .community-hero .hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }\r\n\/* IMPACT STRIP *\/\r\n.jalex-community .impact-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--rule); margin-top: 64px; }\r\n.jalex-community .impact-strip .cell { padding: 28px 28px 26px; border-right: 1px solid var(--rule); display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; }\r\n.jalex-community .impact-strip .cell:last-child { border-right: none; }\r\n.jalex-community .impact-strip .k { font-family: var(--heading); font-size: clamp(30px, 3vw, 42px); font-weight: 800; letter-spacing: -0.03em; color: var(--gold); line-height: 1; text-shadow: 0 1px 12px rgba(0,0,0,0.7); }\r\n.jalex-community .impact-strip .l { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); line-height: 1.4; text-shadow: 0 1px 8px rgba(0,0,0,0.7); }\r\n\/* STORIES *\/\r\n.jalex-community .stories { padding: clamp(72px, 9vw, 128px) 0 clamp(60px, 7vw, 110px); content-visibility: auto; contain-intrinsic-size: 1px 3200px; }\r\n.jalex-community .stories-head { max-width: none; margin-bottom: 80px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(32px, 5vw, 72px); align-items: end; }\r\n.jalex-community .stories-head h2 { font-size: clamp(36px, 4.8vw, 68px); margin-bottom: 0; }\r\n.jalex-community .stories-head p { font-size: 17.5px; line-height: 1.65; color: var(--text-2); max-width: none; margin: 0; }\r\n@media (max-width: 760px) { .jalex-community .stories-head { grid-template-columns: 1fr; gap: 20px; align-items: start; } }\r\n.jalex-community .story { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: clamp(48px, 6vw, 88px) 0; border-top: 1px solid var(--rule); }\r\n.jalex-community .story:nth-child(even) .story-media { order: 2; }\r\n.jalex-community .story-media { position: relative; }\r\n.jalex-community .story-img { width: 100%; height: clamp(300px, 34vw, 440px); object-fit: cover; display: block; border: 1px solid var(--rule); border-radius: var(--radius); background: var(--bg-3); }\r\n.jalex-community .story-img.is-graphic { height: auto; }\r\n.jalex-community .story-no { font-family: var(--heading); font-size: 15px; font-weight: 300; color: var(--gold); letter-spacing: 0.1em; }\r\n.jalex-community .story-meta { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 14px; margin: 0 0 20px; }\r\n.jalex-community .story-meta .dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }\r\n.jalex-community .story h3 { font-size: clamp(26px, 2.8vw, 38px); line-height: 1.12; letter-spacing: -0.025em; margin-bottom: 20px; }\r\n.jalex-community .story p { font-size: 16.5px; line-height: 1.68; color: var(--text-2); margin: 0; }\r\n.jalex-community .story p + p { margin-top: 16px; }\r\n.jalex-community .story .credit { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: none; color: var(--muted); margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--rule); display: flex; align-items: center; gap: 10px; }\r\n.jalex-community .story .credit strong { color: var(--text-2); font-weight: 500; }\r\n.jalex-community .story .credit .star { color: var(--gold); }\r\n\/* side-by-side text cards (stories without photos) *\/\r\n.jalex-community .story-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border-top: 1px solid var(--rule); padding-top: clamp(48px, 6vw, 88px); }\r\n.jalex-community .story-card { display: flex; flex-direction: column; gap: 16px; padding: clamp(28px, 3vw, 40px); background: var(--bg-2); border: 1px solid var(--rule); border-radius: var(--radius); transition: border-color 200ms ease, background 200ms ease; }\r\n.jalex-community .story-card:hover { border-color: rgba(243,185,55,0.4); background: var(--gold-soft); }\r\n.jalex-community .story-card .story-meta { margin: 0; }\r\n.jalex-community .story-card h3 { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.14; letter-spacing: -0.02em; margin: 0; }\r\n.jalex-community .story-card p { font-size: 15.5px; line-height: 1.62; color: var(--text-2); margin: 0; }\r\n.jalex-community .story-card p + p { margin-top: 12px; }\r\n.jalex-community .story-card .credit { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: var(--muted); margin-top: auto; padding-top: 16px; border-top: 1px solid var(--rule); display: flex; align-items: center; gap: 10px; }\r\n.jalex-community .story-card .credit strong { color: var(--text-2); font-weight: 500; }\r\n.jalex-community .story-card .credit .star { color: var(--gold); }\r\n@media (max-width: 760px) { .jalex-community .story-pair { grid-template-columns: 1fr; } }\r\n\/* PARTNERS *\/\r\n.jalex-community .partners { padding: clamp(64px, 8vw, 110px) 0; background: var(--bg-2); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); content-visibility: auto; contain-intrinsic-size: 1px 600px; }\r\n.jalex-community .partners-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }\r\n.jalex-community .partners-head h2 { font-size: clamp(28px, 3vw, 40px); }\r\n.jalex-community .partners-head .ph-note { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin: 0; }\r\n.jalex-community .partners-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }\r\n.jalex-community .partner { padding: 32px 24px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); display: flex; flex-direction: column; gap: 10px; min-height: 132px; justify-content: center; transition: background 200ms ease; }\r\n.jalex-community .partner:hover { background: var(--gold-soft); }\r\n.jalex-community .partner .pname { font-family: var(--heading); font-size: 17px; font-weight: 700; letter-spacing: -0.015em; color: var(--text); }\r\n.jalex-community .partner .pwhat { font-size: 13px; line-height: 1.45; color: var(--muted); }\r\n\/* CTA BAND *\/\r\n.jalex-community .cta-band { padding: clamp(80px, 10vw, 140px) 0; text-align: center; background: linear-gradient(180deg, var(--bg) 0%, #0a0500 100%); content-visibility: auto; contain-intrinsic-size: 1px 520px; }\r\n.jalex-community .cta-band .eyebrow { justify-content: center; }\r\n.jalex-community .cta-band h2 { max-width: 800px; margin: 0 auto 24px; font-size: clamp(40px, 5.4vw, 76px); }\r\n.jalex-community .cta-band p { color: var(--text-2); font-size: 18px; max-width: 560px; margin: 0 auto 40px; line-height: 1.55; }\r\n.jalex-community .cta-band .ctas { display: inline-flex; gap: 16px; flex-wrap: wrap; justify-content: center; }\r\n\/* RESPONSIVE *\/\r\n@media (max-width: 1080px) {\r\n  .jalex-community .impact-strip { grid-template-columns: 1fr 1fr; }\r\n  .jalex-community .impact-strip .cell:nth-child(2n) { border-right: none; }\r\n  .jalex-community .impact-strip .cell { border-bottom: 1px solid var(--rule); }\r\n  .jalex-community .partners-grid { grid-template-columns: repeat(3, 1fr); }\r\n}\r\n@media (max-width: 760px) {\r\n  .jalex-community .wrap { padding: 0 20px; }\r\n  .jalex-community .story { grid-template-columns: 1fr; gap: 28px; }\r\n  .jalex-community .story:nth-child(even) .story-media { order: 0; }\r\n  .jalex-community .partners-grid { grid-template-columns: 1fr 1fr; }\r\n}\r\n@media (max-width: 480px) {\r\n  .jalex-community .impact-strip { grid-template-columns: 1fr; }\r\n  .jalex-community .impact-strip .cell { border-right: none; }\r\n}\r\n<\/style>\r\n<div class=\"jalex-community\">\r\n  <!-- HERO -->\r\n  <section class=\"community-hero\">\r\n    <img class=\"hero-bg\" src=\"https:\/\/severeinjurylawyers.com\/wp-content\/uploads\/2026\/06\/giving-back-to-the-community.webp\" alt=\"\" role=\"presentation\" fetchpriority=\"high\" decoding=\"async\">\r\n    <div class=\"wrap\">\r\n      <span class=\"eyebrow\"><span class=\"stripe\"><\/span><span class=\"num\">00<\/span>Community Outreach<\/span>\r\n      <h1>Giving back to the <span class=\"it\">community<\/span> that gave us so much.<\/h1>\r\n      <p class=\"lede\">Showing up for first responders, families, and kids across Dallas and Fort Worth, because the community gave us so much first.<\/p>\r\n      <div class=\"impact-strip\">\r\n        <div class=\"cell\"><div class=\"k\">5+<\/div><div class=\"l\">Outreach<br>initiatives<\/div><\/div>\r\n        <div class=\"cell\"><div class=\"k\">2<\/div><div class=\"l\">Cities served<br>Dallas &middot; Fort Worth<\/div><\/div>\r\n        <div class=\"cell\"><div class=\"k\">100s<\/div><div class=\"l\">Meals served to<br>first responders<\/div><\/div>\r\n        <div class=\"cell\"><div class=\"k\">Yearly<\/div><div class=\"l\">Holiday &amp; food-drive<br>sponsorships<\/div><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n  <!-- STORIES -->\r\n  <section class=\"stories\">\r\n    <div class=\"wrap\">\r\n      <div class=\"stories-head\">\r\n        <div class=\"sh-left\">\r\n          <span class=\"eyebrow\"><span class=\"stripe\"><\/span><span class=\"num\">01<\/span>In the Community<\/span>\r\n          <h2>Where we&#8217;ve <span class=\"accent\">shown up.<\/span><\/h2>\r\n        <\/div>\r\n        <p>A look at the people and partners we&#8217;ve stood alongside: feeding first\r\n        responders, sponsoring the holidays, reading with kids, and helping\r\n        families through their hardest seasons.<\/p>\r\n      <\/div>\r\n\r\n      <!-- 1 - First Responders -->\r\n      <article class=\"story\">\r\n        <div class=\"story-media\">\r\n          <img class=\"story-img\" src=\"https:\/\/severeinjurylawyers.com\/wp-content\/uploads\/2026\/06\/first-responders-jalex-community.webp\" alt=\"J. Alexander Law Firm serving lunch to first responders in Fort Worth\" width=\"640\" height=\"440\" loading=\"lazy\" decoding=\"async\">\r\n        <\/div>\r\n        <div class=\"story-body\">\r\n          <div class=\"story-meta\"><span class=\"story-no\">01<\/span><span class=\"dot\"><\/span><span>Fort Worth, TX<\/span><\/div>\r\n          <h3>Feeding the first responders<\/h3>\r\n          <p>Our first responders are there for us rain or shine, hot or cold. So even\r\n          though the morning was a cold one, we were proud to give back and provide\r\n          lunch to first responders across Fort Worth.<\/p>\r\n          <p>Thank you to Fort Worth Police Chief Neil Noakes for coming out to show\r\n          support, and to every first responder for all that you do.<\/p>\r\n          <div class=\"credit\"><span class=\"star\">&#9733;<\/span><span>With <strong>Fort Worth Police Chief Neil Noakes<\/strong><\/span><\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <!-- 2 - Univision Colecta de Comida -->\r\n      <article class=\"story\">\r\n        <div class=\"story-media\">\r\n          <img class=\"story-img is-graphic\" src=\"https:\/\/severeinjurylawyers.com\/wp-content\/uploads\/2026\/06\/Colecta-de-Comida-2.webp\" alt=\"J. Alexander Law Firm at the Univision Contigo Colecta de Comida food drive\" width=\"1000\" height=\"1000\" loading=\"lazy\" decoding=\"async\">\r\n        <\/div>\r\n        <div class=\"story-body\">\r\n          <div class=\"story-meta\"><span class=\"story-no\">02<\/span><span class=\"dot\"><\/span><span>2023<\/span><\/div>\r\n          <h3>Univision Contigo: Colecta de Comida<\/h3>\r\n          <p>J. Alexander Law Firm joined the community in combating food insecurity\r\n          during the annual Univision Contigo, Colecta de Comida, a food drive\r\n          gathering donations for families in need across North Texas.<\/p>\r\n          <div class=\"credit\"><span class=\"star\">&#9733;<\/span><span>In partnership with <strong>Univision Contigo<\/strong><\/span><\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <!-- 3 - Christmas in the Park -->\r\n      <article class=\"story\">\r\n        <div class=\"story-media\">\r\n          <img class=\"story-img\" src=\"https:\/\/severeinjurylawyers.com\/wp-content\/uploads\/2026\/06\/chrismas-at-the-park-jalex.webp\" alt=\"J. Alexander Law Firm at Christmas in the Park 2022\" width=\"640\" height=\"440\" loading=\"lazy\" decoding=\"async\">\r\n        <\/div>\r\n        <div class=\"story-body\">\r\n          <div class=\"story-meta\"><span class=\"story-no\">03<\/span><span class=\"dot\"><\/span><span>2022<\/span><\/div>\r\n          <h3>Christmas in the Park 2022<\/h3>\r\n          <p>J. Alexander Law sponsored Christmas in the Park 2022, giving back to\r\n          children and their families with a day of celebration, gifts, and good\r\n          company during the holiday season.<\/p>\r\n          <div class=\"credit\"><span class=\"star\">&#9733;<\/span><span>Proud sponsor of <strong>Christmas in the Park 2022<\/strong><\/span><\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <!-- 4 & 5 - SMU Read Across America + Christmas Wish (side by side) -->\r\n      <div class=\"story-pair\">\r\n        <div class=\"story-card\">\r\n          <div class=\"story-meta\"><span class=\"story-no\">04<\/span><span class=\"dot\"><\/span><span>Paul L. Dunbar Center<\/span><\/div>\r\n          <h3>SMU Read Across America<\/h3>\r\n          <p>J. Alexander Law Firm enthusiastically joined SMU for the &#8220;Read Across\r\n          America&#8221; event at the Paul L. Dunbar Center, spending the day reading with\r\n          kids and championing early literacy in the neighborhood.<\/p>\r\n          <div class=\"credit\"><span class=\"star\">&#9733;<\/span><span>Alongside <strong>SMU<\/strong> at the Paul L. Dunbar Center<\/span><\/div>\r\n        <\/div>\r\n        <div class=\"story-card\">\r\n          <div class=\"story-meta\"><span class=\"story-no\">05<\/span><span class=\"dot\"><\/span><span>2020<\/span><\/div>\r\n          <h3>A Christmas wish, granted<\/h3>\r\n          <p>2020 was hard on everyone, but some were hit harder than most. Our firm\r\n          partnered with 94.9 KLTY to fulfill one family&#8217;s Christmas wish. This kind\r\n          woman had lost her husband in recent years, and we were fortunate enough to\r\n          help cover medical bills for her two daughters with special needs, who\r\n          require constant daily care.<\/p>\r\n          <p>We were glad to spread a little extra joy and hope that Christmas.<\/p>\r\n          <div class=\"credit\"><span class=\"star\">&#9733;<\/span><span>In partnership with <strong>94.9 KLTY<\/strong><\/span><\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n  <!-- PARTNERS -->\r\n  <section class=\"partners\">\r\n    <div class=\"wrap\">\r\n      <div class=\"partners-head\">\r\n        <div>\r\n          <span class=\"eyebrow\"><span class=\"stripe\"><\/span><span class=\"num\">02<\/span>Partners &amp; Friends<\/span>\r\n          <h2>The people we do this <span class=\"accent\">with.<\/span><\/h2>\r\n        <\/div>\r\n        <p class=\"ph-note\">Local organizations &amp; media<\/p>\r\n      <\/div>\r\n      <div class=\"partners-grid\">\r\n        <div class=\"partner\"><div class=\"pname\">Fort Worth PD<\/div><div class=\"pwhat\">First-responder lunches<\/div><\/div>\r\n        <div class=\"partner\"><div class=\"pname\">Univision Contigo<\/div><div class=\"pwhat\">Colecta de Comida<\/div><\/div>\r\n        <div class=\"partner\"><div class=\"pname\">SMU<\/div><div class=\"pwhat\">Read Across America<\/div><\/div>\r\n        <div class=\"partner\"><div class=\"pname\">94.9 KLTY<\/div><div class=\"pwhat\">Christmas Wish<\/div><\/div>\r\n        <div class=\"partner\"><div class=\"pname\">Paul L. Dunbar Center<\/div><div class=\"pwhat\">Youth literacy<\/div><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n  <!-- CTA BAND -->\r\n  <section class=\"cta-band\">\r\n    <div class=\"wrap\">\r\n      <span class=\"eyebrow\"><span class=\"stripe\"><\/span><span class=\"num\">03<\/span>It&#8217;s Personal<\/span>\r\n      <h2>It&#8217;s personal. <span class=\"accent\">We get results.<\/span><\/h2>\r\n      <p>You deserve the best chance of winning your accident claim. J. Alexander Law\r\n      has the experience and expertise to win for you.<\/p>\r\n      <div class=\"ctas\">\r\n        <a href=\"https:\/\/severeinjurylawyers.com\/request-a-free-case-review\/\" class=\"btn btn-primary\">Free case review &rarr;<\/a>\r\n        <a href=\"tel:+14698077480\" class=\"btn btn-ghost\">(469) 807-7480<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n<\/div>\r\n<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@type\": \"LegalService\",\r\n  \"name\": \"J. Alexander Law Firm\",\r\n  \"url\": \"https:\/\/severeinjurylawyers.com\/community\/\",\r\n  \"telephone\": \"+1-469-807-7480\",\r\n  \"priceRange\": \"No fee unless we win\",\r\n  \"address\": { \"@type\": \"PostalAddress\", \"streetAddress\": \"12801 N. Central Expressway, Suite 1100\", \"addressLocality\": \"Dallas\", \"addressRegion\": \"TX\", \"postalCode\": \"75243\", \"addressCountry\": \"US\" },\r\n  \"areaServed\": { \"@type\": \"State\", \"name\": \"Texas\" },\r\n  \"knowsLanguage\": [\"en\", \"es\"]\r\n}\r\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>00Community Outreach Giving back to the community that gave us so much. Showing up for first responders, families, and kids across Dallas and Fort Worth, because the community gave us so much first. 5+ Outreachinitiatives 2 Cities servedDallas &middot; Fort Worth 100s Meals served tofirst responders Yearly Holiday &amp; food-drivesponsorships 01In the Community Where we&#8217;ve [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width.php","meta":{"_seopress_titles_title":"Community Outreach in Dallas | J. Alexander Law","_seopress_titles_desc":"Over 15,000 lbs of food donated. 7,000 families served at Christmas in the Park. Backpacks for every student at Dunbar Elementary. See how we give back.","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"","_seopress_redirections_param":"","_seopress_redirections_type":0,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"_gspb_post_css":"","footnotes":""},"class_list":["post-1411","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/severeinjurylawyers.com\/es\/wp-json\/wp\/v2\/pages\/1411","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/severeinjurylawyers.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/severeinjurylawyers.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/severeinjurylawyers.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/severeinjurylawyers.com\/es\/wp-json\/wp\/v2\/comments?post=1411"}],"version-history":[{"count":12,"href":"https:\/\/severeinjurylawyers.com\/es\/wp-json\/wp\/v2\/pages\/1411\/revisions"}],"predecessor-version":[{"id":1666,"href":"https:\/\/severeinjurylawyers.com\/es\/wp-json\/wp\/v2\/pages\/1411\/revisions\/1666"}],"wp:attachment":[{"href":"https:\/\/severeinjurylawyers.com\/es\/wp-json\/wp\/v2\/media?parent=1411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}