<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <title>Connecticut Freedom Trail</title>

  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">

  <!--<script>
  document.addEventListener("contextmenu", function(e) {
      e.preventDefault();
      alert("Images and content on this site are copyrighted by Windsor Freedom Trail and may not be reproduced without permission.");
  });
  </script>-->

  <style>

    .image {
      max-width:  100%;
    }

    body {
      margin: 0;
      background: #f4eddf;
      color: #111;
      font-family: Georgia, "Times New Roman", serif;
    }

    p, a, button, input, .navbar-nav > li > a {
      font-family: Arial, Helvetica, sans-serif;
    }

    h1, h2, h3 {
      font-weight: bold;
      color: #8f302a;
    }

    .topbar {
      background: #f4eddf;
      border: 0;
      margin-bottom: 0;
      min-height: 58px;
    }

    .navbar-brand {
      padding: 6px 15px;
    }

    .navbar-brand img {
      height: 46px;
    }

    .navbar-nav > li > a {
      color: #000;
      /*font-size: 12px;*/
      padding-top: 22px;
      padding-bottom: 18px;
    }

    .navbar-nav > li > a:hover {
      background: transparent;
      color: #8f302a;
    }

    .contact-btn {
      margin-top: 12px;
      background: #146f78;
      color: #fff !important;
      border-radius: 5px;
      padding: 10px 18px !important;
    }

    .hero {
      position: relative;
      /*min-height: 640px;
      background: url("https://windsorfreedomtrailct.org/frameworks/SimpleBootstrap/hero-walk.jpg") center center / cover no-repeat; */
      color: #fff;
    }

    .hero:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 48%;
      background: linear-gradient(to right, rgba(0,0,0,.95), rgba(0,0,0,.65), rgba(0,0,0,0));
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding-top: 210px;
      max-width: 560px;
    }

    .hero h1 {
      color: #fff;
      font-size: 56px;
      line-height: .95;
      margin-bottom: 25px;
    }

    .hero p {
      font-size: 15px;
      line-height: 1.7;
      margin-bottom: 30px;
    }

    .btn-red {
      background: #8f302a;
      color: #fff;
      border: 0;
      border-radius: 5px;
      padding: 12px 22px;
      font-family: Arial, Helvetica, sans-serif;
    }

    .btn-red:hover {
      color: #fff;
      background: #762621;
    }

    .btn-teal {
      background: #146f78;
      color: #fff;
      border: 0;
      border-radius: 5px;
      padding: 11px 20px;
      font-family: Arial, Helvetica, sans-serif;
    }

    .btn-teal:hover {
      color: #fff;
      background: #0f5960;
    }

    .btn-outline {
      background: transparent;
      color: #fff;
      border: 1px solid rgba(255,255,255,.6);
      border-radius: 5px;
      padding: 11px 22px;
      margin-left: 10px;
      font-family: Arial, Helvetica, sans-serif;
    }

    .section {
      padding: 90px 0;
    }

    .section-title {
      font-size: 38px;
      margin-bottom: 20px;
    }

    .section-intro {
      margin-bottom: 65px;
      font-size: 15px;
    }

    .event-card {
      border: 2px solid #8f302a;
      border-radius: 9px;
      padding: 18px;
      min-height: 190px;
      box-shadow: 10px 12px 18px rgba(0,0,0,.12);
      margin-bottom: 30px;
      background: #f4eddf;
    }

    .event-date {
      display: inline-block;
      background: #8f302a;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      padding: 3px 10px;
      border-radius: 8px;
      margin-bottom: 18px;
    }

    .event-time {
      font-weight: bold;
      font-size: 17px;
      margin-bottom: 18px;
    }

    .event-location {
      font-size: 12px;
      line-height: 1.5;
      margin-bottom: 18px;
    }

    .divider-red {
      border-top: 2px solid #8f302a;
    }

    .divider-teal {
      border-top: 2px solid #146f78;
    }

    .legacy-section {
      padding: 20px 0;
    }

    .legacy-copy {
      /*padding-top: 110px;*/
    }

    .legacy-copy h2 {
      font-size: 32px;
      margin-bottom: 25px;
    }

    .legacy-copy p {
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 25px;
    }

    .framed-photo {
      border: 3px solid #146f78;
      border-radius: 9px;
      max-width: 100%;
    }

    .photo-section {
      text-align: center;
      padding: 100px 0;
    }

    .photo-section h2 {
      font-size: 38px;
      margin-bottom: 18px;
    }

    .photo-section p {
      margin-bottom: 70px;
    }

    .gallery-img {
      width: 100%;
      border: 3px solid #146f78;
      border-radius: 9px;
      margin-bottom: 30px;
    }

    footer {
      padding: 70px 0 40px;
      background: #f4eddf;
    }

    .footer-logo {
      width: 78px;
      margin-bottom: 45px;
    }

    .signup input {
      height: 38px;
      border: 1px solid #8f302a;
      border-radius: 4px;
      background: transparent;
      padding: 0 14px;
      width: 260px;
      max-width: 100%;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
    }

    .signup button {
      height: 38px;
      margin-left: 8px;
      background: #8f302a;
      color: #fff;
      border: 0;
      border-radius: 5px;
      padding: 0 20px;
    }

    .footer-heading {
      color: #146f78;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      margin-bottom: 18px;
    }

    .footer-links a {
      display: block;
      color: #8f302a;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      margin-bottom: 13px;
    }

    .footer-bottom {
      margin-top: 70px;
      border-top: 1px solid #b8c4bd;
      padding-top: 25px;
    }

    @media (max-width: 767px) {
      .hero {
        min-height: 520px;
      }

      .hero:before {
        width: 100%;
        background: rgba(0,0,0,.55);
      }

      .hero-content {
        padding-top: 130px;
      }

      .hero h1 {
        font-size: 40px;
      }

      .legacy-copy {
        padding-top: 0;
        margin-bottom: 40px;
      }

      .section,
      .legacy-section,
      .photo-section {
        padding: 60px 0;
      }

      .signup button {
        margin-left: 0;
        margin-top: 10px;
      }
    }

    .caption {
      font-size:  1em !important;
    }
  </style>


  <link rel="stylesheet" href="https://windsorfreedomtrailct.org/frameworks/SimpleBootstrap/default.css"></head>

<body>

<nav class="navbar navbar-default topbar">
  <div class="container-fluid">
    <div class="navbar-header">
      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mainnav">
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </button>

      <a class="navbar-brand" href="https://windsorfreedomtrailct.org">
        <img src="https://windsorfreedomtrailct.org/frameworks/SimpleBootstrap/logo-windsor-ct-freedom-trail2_sm.png" alt="Connecticut Freedom Trail">
      </a>
    </div>

    <div class="collapse navbar-collapse" id="mainnav"><ul class="nav navbar-nav navbar-right"><li><a href="https://windsorfreedomtrailct.org">Home</a></li><li class="dropdown"><a href="https://windsorfreedomtrailct.org/about/" class="dropdown-toggle disabled" data-toggle="dropdown">About</a><ul class="dropdown-menu"><li><a href="https://windsorfreedomtrailct.org/about/history/">History</a></li><li><a href="https://windsorfreedomtrailct.org/about/tribute/">Tribute to Mr. Alfred and Mrs. Patricia Narcisse</a></li><li><a href="https://windsorfreedomtrailct.org/about/directions/">Self Guided Tour</a></li><li><a href="https://windsorfreedomtrailct.org/about/mission/">Mission Statement</a></li></ul></li><li class="dropdown"><a href="https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/" class="dropdown-toggle disabled" data-toggle="dropdown">U.S. Colored Regiments Memorial</a><ul class="dropdown-menu"><li><a href="https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/united-states-navy/">Sailors of the United States Navy</a></li><li><a href="https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/14th-rhode-island-heavy-artillery-regiment-colored/">Soldiers of the 14th Rhode Island Heavy Artillery Regiment Colored</a></li><li><a href="https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/29th-connecticut-colored-infantry-regiment/">Soldiers of the 29th Connecticut Colored Infantry Regiment</a></li><li><a href="https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/31st-united-states-colored-troops/">Soldiers of the 31st United States Colored Troops</a></li><li><a href="https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/54th-massachusetts-colored-infantry-regiment/">Soldiers of the 54th Massachusetts Colored Infantry Regiment</a></li><li><a href="https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/regiment-summaries/">Regiment Summaries</a></li><li><a href="https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/monument-unveiling/">Monument Unveiling</a></li></ul></li><li class="dropdown"><a href="https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/" class="dropdown-toggle disabled" data-toggle="dropdown">Windsor Freedom Trail Sites</a><ul class="dropdown-menu"><li><a href="https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/archer-memorial-ame-zion-church2/">Archer Memorial A.M.E. Zion Church</a></li><li><a href="https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/archer-memorial-ame-zion-church/">Archer Memorial A.M.E. Zion Church Mt. Zion Cemetery &amp; Pine Grove</a></li><li><a href="https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/joseph-rainey-house/">Joseph Rainey House </a></li><li><a href="https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/nancy-toney-graveysite-palisado-cemetery/">Nancy Toney's Gravesite</a></li><li><a href="https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/riverside-cemetery/">Riverside Cemetery</a></li><li><a href="https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/united-states-colored-regiments-memorial-monument/">United States Colored Regiments Memorial Monument</a></li><li><a href="https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/william-best-house/">William Best House</a></li></ul></li><li class="dropdown"><a href="https://windsorfreedomtrailct.org/events/" class="dropdown-toggle disabled" data-toggle="dropdown">Events</a><ul class="dropdown-menu"><li><a href="https://windsorfreedomtrailct.org/events/food-drive/">Food Drive</a></li><li><a href="https://windsorfreedomtrailct.org/events/freedome-trail-run/">Freedom Trail Run</a></li><li><a href="https://windsorfreedomtrailct.org/events/freedom-trail-walk/">Freedom Trail Walking Tour</a></li></ul></li><li><a href="https://windsorfreedomtrailct.org/mailinglist/">Email List</a></li><li class="dropdown"><a href="https://windsorfreedomtrailct.org/image-gallery/" class="dropdown-toggle disabled" data-toggle="dropdown">Image Gallery</a><ul class="dropdown-menu"><li><a href="https://windsorfreedomtrailct.org/image-gallery/2026-events/">2026 Events</a></li><li><a href="https://windsorfreedomtrailct.org/image-gallery/2025-events/">2025 Events</a></li><li><a href="https://windsorfreedomtrailct.org/image-gallery/previous-years/">Previous Years</a></li><li><a href="https://windsorfreedomtrailct.org/image-gallery/special-events/">Special Events</a></li><li><a href="https://windsorfreedomtrailct.org/image-gallery/symbolic-lantern/">Symbolic Lantern</a></li><li><a href="https://windsorfreedomtrailct.org/image-gallery/windsors-freedom-trail-quilt/">Windsor's Freedom Trail Quilt</a></li></ul></li><li><a href="https://windsorfreedomtrailct.org/videos/">Videos</a></li><li><a href="https://windsorfreedomtrailct.org/contact-us/">Contact Us</a></li></ul></div>

  </div>
</nav>

<section class="hero"><div id="myCarousel" class="carousel slide" data-ride="carousel"><ol class="carousel-indicators"><li data-target="#myCarousel" data-slide-to="0" class="active"></li><li data-target="#myCarousel" data-slide-to="1"></li><li data-target="#myCarousel" data-slide-to="2"></li><li data-target="#myCarousel" data-slide-to="3"></li><li data-target="#myCarousel" data-slide-to="4"></li></ol><div class="carousel-inner" role="listbox"><div style="background-image: url('https://windsorfreedomtrailct.org/getimage.asp?id=/homeslides/windsor/&amp;mode=12&amp;filename=test.jpg');" class="item hero-slide active"><div class="container"><div class="hero-content"><h1>Windsor <br>Freedom Trail</h1><p>Our mission is to raise awareness of the trail, share the rich history of its historically significant sites, and provide the community with educational programs and events that celebrate African American history, heritage, and achievements.</p></div></div></div><div style="background-image: url('https://windsorfreedomtrailct.org/getimage.asp?id=/homeslides/new-link2/&amp;mode=12&amp;filename=WFT_Walking_Tour_at_Palisado_Cemetery__IMG_0015-web.jpg');" class="item hero-slide"><div class="container"><div class="hero-content"><h1>A Freedom Journey</h1><p>Join Windsor's Freedom Trail and celebrate African American history through annual guided tours, community events, and stories of resilience.</p></div></div></div><div style="background-image: url('https://windsorfreedomtrailct.org/getimage.asp?id=/homeslides/new-link5/&amp;mode=12&amp;filename=Y_Or-WFT-Walking-Tour.jpg');" class="item hero-slide"><div class="container"><div class="hero-content"><h1>History That <br> Inspires Reflection</h1><p>During the annual Freedom Trial Run and Walking Tours, participants frequently say they learn valuable information about Windsor’s African American history that they never knew before.</p><a href="https://windsorfreedomtrailct.org/events/freedom-trail-walk/" class="btn btn-outline">click here</a></div></div></div><div style="background-image: url('https://windsorfreedomtrailct.org/getimage.asp?id=/homeslides/where-freedoms-path-still-walks/&amp;mode=12&amp;filename=Y_2016_WFT_Walking-Tour_Kids_w-Lantern_Curtis.jpg');" class="item hero-slide"><div class="container"><div class="hero-content"><h1>Discover Together </h1><p>Experience the Windsor Freedom Trail with family and friends. </p></div></div></div><div style="background-image: url('https://windsorfreedomtrailct.org/getimage.asp?id=/homeslides/new-link4/&amp;mode=12&amp;filename=WFT-Walking-Tour_Pink-TShirt_Participantus-Shot_IMG_0050.jpg');" class="item hero-slide"><div class="container"><div class="hero-content"><h1>All Are Welcome</h1><p>Come and discover the stories of African American history that helped shape our community.</p></div></div></div></div><a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev"><span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span><span class="sr-only">Previous</span></a><a class="right carousel-control" href="#myCarousel" role="button" data-slide="next"><span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span><span class="sr-only">Next</span></a></div></section><style>
.hero-slide {
    height: 650px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;

    background: linear-gradient(
        to right,
        rgba(0,0,0,0.50) 0%,
        rgba(0,0,0,0.42) 35%,
        rgba(0,0,0,0) 100%
    );

    z-index: 1;
    pointer-events: none;
}

.hero-slide .container {
    height: 100%;
    position: relative;
    z-index: 2;
}

.hero-slide .hero-content {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    max-width: 600px;
}
</style>

<section class="legacy-section"><div class="container"><div class="row"><div class="col-sm-12 legacy-copy"><h2>Mission Statement</h2><span class="maintext"><span class="">The mission of the Windsor Freedom Trail is to raise awareness of the trail, share the rich history of its historically significant sites, and provide the community with educational programs and events that celebrate African American history, heritage, and achievements.<br></span></span></div></div></div></section>

<section class="section"><div class="container"><h2 class="section-title">Events</h2><p class="section-intro"><span class="maintext"><span class=""></span></span></p><div class="row"><div class="col-sm-4"><div class="event-card"><div class="event-date">September 19</div><div class="event-time">5:30 AM - </div><div class="event-location"><h3>Freedom Trail Run</h3><br><b><span class="maintext"><span class="">Join us with your family and friends for the 3.9-mile Windsor Freedom Trail Run. Explore seven historic sites and learn about Windsor’s African American history and heritage, including sites associated with the Underground Railroad. A bus will accompany the runners. This event is free and open to the public.</span></span></b></div><a href="https://windsorfreedomtrailct.org/events/freedome-trail-run/" class="btn btn-teal btn-sm">Info</a><a href="https://windsorfreedomtrailct.orghttps://www.eventbrite.com/cc/windsor-freedom-trail-events-2026-4849406" class="btn btn-teal btn-sm" style="margin-left: 5px;" target="_blank">Register</a></div></div><div class="col-sm-4"><div class="event-card"><div class="event-date">September 26</div><div class="event-time">7:00 AM - 10:30 AM</div><div class="event-location"><h3>Freedom Trail Walking Tour</h3><br><b><span class="maintext"><span class="">Join us for a 3.9-mile walking tour of the Windsor Freedom Trail with your family and friends. Explore seven historic sites and learn about Windsor’s African American history and heritage, including sites associated with the Underground Railroad. A bus will accompany the walkers. This event is free and open to the public.</span></span></b></div><a href="https://windsorfreedomtrailct.org/events/freedom-trail-walk/" class="btn btn-teal btn-sm">Info</a><a href="https://windsorfreedomtrailct.orghttps://www.eventbrite.com/cc/windsor-freedom-trail-events-2026-4849406" class="btn btn-teal btn-sm" style="margin-left: 5px;" target="_blank">Register</a></div></div></div></div></section>

<section class="legacy-section"><div class="container"><div class="row"><div class="col-sm-5 col-sm-offset-1 legacy-copy"><h2>About</h2><span class="maintext"><span class="">The mission of the Windsor Freedom Trail is to raise awareness of the trail, share the rich history of its historically significant sites, and provide the community with educational programs and events that celebrate African American history, heritage, and achievements.</span></span><br><br><a href="/about/" class="btn btn-red">Learn The History</a></div><div class="col-sm-5"></div></div></div></section>

<section class="photo-section"><div class="container"><h2>Image Gallery</h2><p><span class="maintext"><span class=""></span></span></p><div class="row"><div class="col-sm-4"><a href="https://windsorfreedomtrailct.org/image-gallery/2026-events/" style="color: #8f2f29; font-size: 1.25em; font-weight: bold;"><div style="height: 300px; width: 100%; background-image: url('https://windsorfreedomtrailct.org/getimage.asp?id=/image-gallery/2026-events/&amp;mode=6&amp;filename=DSC05288-corr-1.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; margin-bottom: 10px;      border: 3px solid #146f78;       border-radius: 9px;       max-width: 100%;                        "></div><center>2026 Events</center><br><br></a></div><div class="col-sm-4"><a href="https://windsorfreedomtrailct.org/image-gallery/2025-events/" style="color: #8f2f29; font-size: 1.25em; font-weight: bold;"><div style="height: 300px; width: 100%; background-image: url('https://windsorfreedomtrailct.org/getimage.asp?id=/image-gallery/2025-events/&amp;mode=6&amp;filename=2025-Events-Link-Image.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; margin-bottom: 10px;      border: 3px solid #146f78;       border-radius: 9px;       max-width: 100%;                        "></div><center>2025 Events</center><br><br></a></div><div class="col-sm-4"><a href="https://windsorfreedomtrailct.org/image-gallery/previous-years/" style="color: #8f2f29; font-size: 1.25em; font-weight: bold;"><div style="height: 300px; width: 100%; background-image: url('https://windsorfreedomtrailct.org/getimage.asp?id=/image-gallery/previous-years/&amp;mode=6&amp;filename=20230916_071142.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; margin-bottom: 10px;      border: 3px solid #146f78;       border-radius: 9px;       max-width: 100%;                        "></div><center>Previous Years</center><br><br></a></div><div class="col-sm-4"><a href="https://windsorfreedomtrailct.org/image-gallery/special-events/" style="color: #8f2f29; font-size: 1.25em; font-weight: bold;"><div style="height: 300px; width: 100%; background-image: url('https://windsorfreedomtrailct.org/getimage.asp?id=/image-gallery/special-events/&amp;mode=6&amp;filename=logo-windsor-ct-freedom-trail.png'); background-size: cover; background-position: center center; background-repeat: no-repeat; margin-bottom: 10px;      border: 3px solid #146f78;       border-radius: 9px;       max-width: 100%;                        "></div><center>Special Events</center><br><br></a></div><div class="col-sm-4"><a href="https://windsorfreedomtrailct.org/image-gallery/symbolic-lantern/" style="color: #8f2f29; font-size: 1.25em; font-weight: bold;"><div style="height: 300px; width: 100%; background-image: url('https://windsorfreedomtrailct.org/getimage.asp?id=/image-gallery/symbolic-lantern/&amp;mode=6&amp;filename=Symbolic-Lantern-Link-Image.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; margin-bottom: 10px;      border: 3px solid #146f78;       border-radius: 9px;       max-width: 100%;                        "></div><center>Symbolic Lantern</center><br><br></a></div><div class="col-sm-4"><a href="https://windsorfreedomtrailct.org/image-gallery/windsors-freedom-trail-quilt/" style="color: #8f2f29; font-size: 1.25em; font-weight: bold;"><div style="height: 300px; width: 100%; background-image: url('https://windsorfreedomtrailct.org/getimage.asp?id=/image-gallery/windsors-freedom-trail-quilt/&amp;mode=6&amp;filename=Quilt-Main-Image-for-Link.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; margin-bottom: 10px;      border: 3px solid #146f78;       border-radius: 9px;       max-width: 100%;                        "></div><center>Windsor's Freedom Trail Quilt</center><br><br></a></div></div></div></section>

  <div class="container">
    <div class="row">
      <div class="col-sm-12">
        <url>
<loc>https://windsorfreedomtrailct.org/</loc>
<lastmod>2026-09-11</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/about/</loc>
<lastmod>2026-09-03</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/about/directions/</loc>
<lastmod>2026-08-29</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/about/history/</loc>
<lastmod>2026-08-30</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/about/mission/</loc>
<lastmod>2026-08-28</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/about/tribute/</loc>
<lastmod>2026-09-03</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/contact-us/</loc>
<lastmod>2026-09-11</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/events/</loc>
<lastmod>2026-09-08</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/events/food-drive/</loc>
<lastmod>2026-07-08</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/events/freedom-trail-walk/</loc>
<lastmod>2026-08-26</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/events/freedome-trail-run/</loc>
<lastmod>2026-08-26</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/</loc>
<lastmod>2026-09-04</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/2025-events/</loc>
<lastmod>2026-09-03</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/2025-events/run/</loc>
<lastmod>2026-09-03</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/2025-events/walk/</loc>
<lastmod>2026-09-03</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/2026-events/</loc>
<lastmod>2026-09-08</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/2026-events/30th-anniversary-reception/</loc>
<lastmod>2026-09-08</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/2026-events/us-colored-regiments-monument-ceremony-and-30th-an/</loc>
<lastmod>2026-09-08</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/previous-years/</loc>
<lastmod>2026-09-03</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/previous-years/run-and-relay-run/</loc>
<lastmod>2026-09-03</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/previous-years/walking-tour/</loc>
<lastmod>2026-09-03</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/special-events/</loc>
<lastmod>2026-09-11</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/special-events/20th-anniversary-family-day/</loc>
<lastmod>2026-09-03</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/special-events/25th-anniversary/</loc>
<lastmod>2026-09-03</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/special-events/black-inventors/</loc>
<lastmod>2026-09-03</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/special-events/concerts-on-the-green/</loc>
<lastmod>2026-09-11</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/special-events/ct-freedom-trail-quilting-bee-project/</loc>
<lastmod>2026-09-03</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/special-events/ct-river-and-roots---juneteenth/</loc>
<lastmod>2026-09-11</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/special-events/dr-warren-perry-presentation/</loc>
<lastmod>2026-09-03</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/special-events/food-drives/</loc>
<lastmod>2026-09-11</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/special-events/shad-derby-parades/</loc>
<lastmod>2026-09-03</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/special-events/windsors-quilt-blocks/</loc>
<lastmod>2026-09-03</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/special-events/wreaths-across-america-for-african-american-civil-/</loc>
<lastmod>2026-09-11</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/symbolic-lantern/</loc>
<lastmod>2026-09-03</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/image-gallery/windsors-freedom-trail-quilt/</loc>
<lastmod>2026-09-08</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/mailinglist/</loc>
<lastmod>2026-08-29</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/</loc>
<lastmod>2026-09-08</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/14th-rhode-island-heavy-artillery-regiment-colored/</loc>
<lastmod>2026-09-04</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/14th-rhode-island-heavy-artillery-regiment-colored/corp-henry-t-smith/</loc>
<lastmod>2026-08-18</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/14th-rhode-island-heavy-artillery-regiment-colored/mus-travers-c-babcock/</loc>
<lastmod>2026-08-18</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/14th-rhode-island-heavy-artillery-regiment-colored/pvt-lemuel-h-smith/</loc>
<lastmod>2026-08-23</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/14th-rhode-island-heavy-artillery-regiment-colored/pvt-seth-l-strong/</loc>
<lastmod>2026-08-24</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/14th-rhode-island-heavy-artillery-regiment-colored/pvt-timothy-f-oliver/</loc>
<lastmod>2026-08-18</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/14th-rhode-island-heavy-artillery-regiment-colored/pvt-william-sharp/</loc>
<lastmod>2026-08-18</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/29th-connecticut-colored-infantry-regiment/</loc>
<lastmod>2026-09-08</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/29th-connecticut-colored-infantry-regiment/pvt-charles-d-percy/</loc>
<lastmod>2026-08-18</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/29th-connecticut-colored-infantry-regiment/pvt-george-richards/</loc>
<lastmod>2026-08-18</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/29th-connecticut-colored-infantry-regiment/pvt-leverett-holden/</loc>
<lastmod>2026-07-14</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/29th-connecticut-colored-infantry-regiment/pvt-virgil-simmons/</loc>
<lastmod>2026-08-18</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/29th-connecticut-colored-infantry-regiment/pvt-wallace-sands/</loc>
<lastmod>2026-08-18</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/29th-connecticut-colored-infantry-regiment/pvt-william-chase/</loc>
<lastmod>2026-08-18</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/31st-united-states-colored-troops/</loc>
<lastmod>2026-09-08</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/31st-united-states-colored-troops/pvt-richard-miller/</loc>
<lastmod>2026-08-18</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/31st-united-states-colored-troops/pvt-samuel-thompson/</loc>
<lastmod>2026-08-24</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/31st-united-states-colored-troops/pvt-william-giddy/</loc>
<lastmod>2026-08-07</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/31st-united-states-colored-troops/pvt-william-harris/</loc>
<lastmod>2026-08-18</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/54th-massachusetts-colored-infantry-regiment/</loc>
<lastmod>2026-09-08</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/54th-massachusetts-colored-infantry-regiment/pvt-abraham-thompson/</loc>
<lastmod>2026-08-24</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/54th-massachusetts-colored-infantry-regiment/pvt-ralsey-r-townsend/</loc>
<lastmod>2026-08-24</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/monument-unveiling/</loc>
<lastmod>2026-05-08</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/regiment-summaries/</loc>
<lastmod>2026-09-08</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/regiment-summaries/14th-rhode-island-heavy-artillery-regiment-colored/</loc>
<lastmod>2026-09-08</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/regiment-summaries/29th-connecticut-colored-infantry-regiment/</loc>
<lastmod>2026-09-04</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/regiment-summaries/31st-united-states-colored-troops/</loc>
<lastmod>2026-09-08</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/regiment-summaries/54th-massachusetts-colored-infantry-regiment/</loc>
<lastmod>2026-09-08</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/regiment-summaries/5th-massachusetts-colored-cavalry-regiment/</loc>
<lastmod>2026-08-28</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/regiment-summaries/united-states-navy/</loc>
<lastmod>2026-09-08</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/united-states-navy/</loc>
<lastmod>2026-09-08</lastmod>
</url>


<url>
<loc>https://windsorfreedomtrailct.org/videos/</loc>
<lastmod>2026-08-31</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/</loc>
<lastmod>2026-09-08</lastmod>
</url>
<url>
<loc>https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/archer-memorial-ame-zion-church/</loc>
<lastmod>2026-08-11</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/archer-memorial-ame-zion-church2/</loc>
<lastmod>2026-08-26</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/joseph-rainey-house/</loc>
<lastmod>2026-06-10</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/nancy-toney-graveysite-palisado-cemetery/</loc>
<lastmod>2026-06-10</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/riverside-cemetery/</loc>
<lastmod>2026-09-08</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/united-states-colored-regiments-memorial-monument/</loc>
<lastmod>2026-07-30</lastmod>
</url>

<url>
<loc>https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/william-best-house/</loc>
<lastmod>2026-06-10</lastmod>
</url>



      </div>
    </div>
  </div>


<footer>
  <div class="container">
    <div class="row">
      <!--<div class="col-sm-5">
        <img src="https://windsorfreedomtrailct.org/frameworks/SimpleBootstrap/logo-windsor-ct-freedom-trail2_sm.png" alt="Connecticut Freedom Trail">

        <form class="signup">
          <input type="email" placeholder="Stay updated on events and walks.">
          <button type="submit">Subscribe</button>
        </form>

        <form method="post" name="contactus" class="contactus" action="https://windsorfreedomtrailct.org/action.asp" onSubmit="return checkfields();"><input type="hidden" name="action" value="contactus"><input type="hidden" name="ID" value="/mailinglist/"><input type="hidden" name="AdminResponse" value="True"><input type="hidden" name="AdminResponseSubject" value="Contact Form"><input type="hidden" name="EmailResponse" value="False"><input type="hidden" name="mailinglist" value="general"><input type="hidden" name="EmailResponseSubject" value="Thank You"><input type="hidden" name="EmailResponseText" value="We will respond to your inquiry as soon as possible.



"><input type="hidden" name="Topic" value="Request For More Information"><input name="email" type="email" placeholder="Stay updated on events and walks."><button type="submit">Subscribe</button><br><table><tr><td><img src="https://windsorfreedomtrailct.org/splogkey.jpg" style="width: 60px;" alt="Security Key"></td><td><input type="text" name="splogkey" size="6" id="IGCaptcha2"></td><td>Please enter the characters displayed in the box.</td></tr></table><input type="text" name="IGCaptcha01" style="color: #ff0000; position:fixed; right:-2500px;" id="IGCaptcha" tabindex="-1" title="input box"></form><SCRIPT LANGUAGE="javascript"> 

function checkfields()
{
	if (! checkfield(document.email.name)) { return false; }
	return true;
}

function checkfield(fieldname)
{

	if (fieldname.value=='')
	{
		alert ("Please enter your name and at least one of the following: email address, telephone number, complete mailing address.");
		fieldname.focus();
		return false;
	}
	else
	{
		return true;
	}
}


function checkemail(fieldname) {


	var incoming = fieldname.value;
	var emailstring = incoming;
	var ampIndex = emailstring.indexOf("@");
	var afterAmp = emailstring.substring((ampIndex + 1), emailstring.length);
		// find a dot in the portion of the string after the ampersand only
	var dotIndex = afterAmp.indexOf(".");
		// determine dot position in entire string (not just after amp portion)
	dotIndex = dotIndex + ampIndex + 1;
		// afterAmp will be portion of string from ampersand to dot
	afterAmp = emailstring.substring((ampIndex + 1), dotIndex);
		// afterDot will be portion of string from dot to end of string
	var afterDot = emailstring.substring((dotIndex + 1), emailstring.length);
	var beforeAmp = emailstring.substring(0,(ampIndex));
	var email_regex = /^[\w\d\!\#\$\%\&\'\*\+\-\/\=\?\^\_\`\{\|\}\~\.]+(\.[\w\d\!\#\$\%\&\'\*\+\-\/\=\?\^\_\`\{\|\}\~])*\@(((\w+[\w\d\-]*[\w\d]\.)+(\w+[\w\d\-]*[\w\d]))|((\d{1,3}\.){3}\d{1,3}))$/;
		// index of -1 means "not found"
	if ((emailstring.indexOf("@") != "-1") &&
		(emailstring.length > 5) &&
		(afterAmp.length > 0) &&
		(beforeAmp.length > 1) &&
		(afterDot.length > 1) &&
		(email_regex.test(emailstring)) ) {
		  return true;
	} else {
			alert("Please check your email address!");
			fieldname.focus();
			return false;
	}
}


 </SCRIPT>
      </div>-->

      <div class="col-sm-12">
        <div class="footer-heading">Quick Links</div>
        <div class="footer-links">
          <a href="https://windsorfreedomtrailct.org/about/">About</a><a href="https://windsorfreedomtrailct.org/united-states-colored-regments-memorial-project/">U.S. Colored Regiments Memorial</a><a href="https://windsorfreedomtrailct.org/windsor-freedom-trail-sites/">Windsor Freedom Trail Sites</a><a href="https://windsorfreedomtrailct.org/events/">Events</a><a href="https://windsorfreedomtrailct.org/mailinglist/">Email List</a><a href="https://windsorfreedomtrailct.org/image-gallery/">Image Gallery</a><a href="https://windsorfreedomtrailct.org/videos/">Videos</a><a href="https://windsorfreedomtrailct.org/contact-us/">Contact Us</a>
        </div>
      </div>

      <!--<div class="col-sm-3">
        <div class="footer-heading">Follow Us</div>
        <div class="footer-links">
          <a href="#">Facebook</a>
          <a href="#">Instagram</a>
          <a href="#">X</a>
          <a href="#">LinkedIn</a>
          <a href="#">YouTube</a>
        </div>
      </div>-->

    </div>

    <div class="footer-bottom"></div>
  </div>

<div class="container"><div class="row"><div class="col-sm-12">
WINDSOR CT FREEDOM TRAIL - ALL RIGHTS RESERVED<br/> 
<span class='IGLogo'>Powered by <a href='http://www.invisiblegold.com' class='IGLogo' target='_new'>Invisible Gold 3.997 </a> - 9/11/2026 - <a href='https://windsorfreedomtrailct.org/login.htm' class='IGLogo' id='IGLogo2LoginLink' onclick='top.location.href="https://windsorfreedomtrailct.org/login.htm"; return false;'>Login</a></span>
</div></div></div>


</footer>


<style>
.protected-image {
    -webkit-user-drag: none;
    user-select: none;
}
</style>

<script>
document.addEventListener('contextmenu', function(e) {
    if (e.target.classList.contains('protected-image')) {
        e.preventDefault();
    }
});

document.addEventListener('dragstart', function(e) {
    if (e.target.classList.contains('protected-image')) {
        e.preventDefault();
    }
});
</script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>

</body>
</html>