<!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>











  <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>