ServicesWorkInspirationBlogAbouthello@optimaflow.id
← All components

Timeline

free

Timeline 04

Alternating left-right timeline with a center connector line, mint nodes and serif headline on deep forest — for sustainability journeys.

Preview

Our Regeneration Journey

From bare soil to living forest

A decade of patient, measurable work — restoring watersheds, rebuilding topsoil, and returning native canopy to the land.

  • 2015

    Reading the land

    We mapped 1,200 hectares of degraded pasture — testing soil carbon, tracing old creek beds, and listening to the families who farmed here for generations.

  • Rows of native seedlings across restored farmland

    2017

    First 40,000 trees

    Working alongside local nurseries, we planted 63 native species chosen for the microclimate — prioritising pioneers that shade and feed the soil below.

  • 2020

    The water returns

    Restored canopy slowed the runoff. Two seasonal creeks began flowing year-round again, and beekeepers recorded the first wild swarms in a decade.

  • 2025 — Today

    A verified living forest

    340,000 trees, 41,000 tonnes of carbon drawn down, and independent audits confirming thriving biodiversity. The next decade begins now.

    Read the impact report

Copy the code

paste-ready → Designer
<!-- Paste markup into an Embed, or recreate as native elements.
     Styles below map 1:1 to the class names above. -->
<section class="timeline_component">
  <div class="timeline_glow"></div>
  <div class="timeline_header">
    <p class="timeline_eyebrow">Our Regeneration Journey</p>
    <h2 class="timeline_title">From bare soil to living forest</h2>
    <p class="timeline_subtitle">A decade of patient, measurable work — restoring watersheds, rebuilding topsoil, and returning native canopy to the land.</p>
  </div>
  <div class="timeline_track">
    <div class="timeline_line"></div>
    <ul class="timeline_list">
      <li class="timeline_item">
        <div class="timeline_node"></div>
        <div class="timeline_card">
          <p class="timeline_year">2015</p>
          <h3 class="timeline_heading">Reading the land</h3>
          <p class="timeline_text">We mapped 1,200 hectares of degraded pasture — testing soil carbon, tracing old creek beds, and listening to the families who farmed here for generations.</p>
        </div>
      </li>
      <li class="timeline_item">
        <div class="timeline_node"></div>
        <div class="timeline_card">
          <img class="timeline_image" src="https://pub-8060008fc1ab494c98adf87ab62286c4.r2.dev/assets/inspiration/timeline-forest-organic-04-1-12.webp" alt="Rows of native seedlings across restored farmland" />
          <div class="timeline_cardbody">
            <p class="timeline_year">2017</p>
            <h3 class="timeline_heading">First 40,000 trees</h3>
            <p class="timeline_text">Working alongside local nurseries, we planted 63 native species chosen for the microclimate — prioritising pioneers that shade and feed the soil below.</p>
          </div>
        </div>
      </li>
      <li class="timeline_item">
        <div class="timeline_node"></div>
        <div class="timeline_card">
          <p class="timeline_year">2020</p>
          <h3 class="timeline_heading">The water returns</h3>
          <p class="timeline_text">Restored canopy slowed the runoff. Two seasonal creeks began flowing year-round again, and beekeepers recorded the first wild swarms in a decade.</p>
        </div>
      </li>
      <li class="timeline_item">
        <div class="timeline_node"></div>
        <div class="timeline_card">
          <p class="timeline_year">2025 — Today</p>
          <h3 class="timeline_heading">A verified living forest</h3>
          <p class="timeline_text">340,000 trees, 41,000 tonnes of carbon drawn down, and independent audits confirming thriving biodiversity. The next decade begins now.</p>
          <a class="timeline_link" href="#impact">Read the impact report</a>
        </div>
      </li>
    </ul>
  </div>
</section>

<style>
.timeline_component {
  position:relative;
  width:100%;
  background-color:#07221d;
  padding:120px 24px;
  overflow:hidden;
  font-family:Georgia,'Times New Roman',serif;
  box-sizing:border-box;
}

.timeline_glow {
  pointer-events:none;
  position:absolute;
  top:-128px;
  left:50%;
  transform:translateX(-50%);
  height:520px;
  width:520px;
  border-radius:9999px;
  background-color:#8fe388;
  opacity:0.08;
  filter:blur(120px);
}

.timeline_header {
  position:relative;
  margin:0 auto 90px auto;
  max-width:720px;
  text-align:center;
}

.timeline_eyebrow {
  margin:0 0 20px 0;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:13px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:0.28em;
  color:#8fe388;
}

.timeline_title {
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:46px;
  font-weight:300;
  line-height:1.1;
  color:#f3f7f1;
  letter-spacing:-0.01em;
}

.timeline_subtitle {
  margin:24px auto 0 auto;
  max-width:520px;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:17px;
  line-height:1.7;
  color:#a9c3b4;
}

.timeline_track {
  position:relative;
  margin:0 auto;
  max-width:960px;
}

.timeline_line {
  pointer-events:none;
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:2px;
  transform:translateX(-50%);
  background:linear-gradient(to bottom,rgba(143,227,136,0) 0%,rgba(143,227,136,0.55) 12%,rgba(143,227,136,0.55) 88%,rgba(143,227,136,0) 100%);
}

.timeline_list {
  position:relative;
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:70px;
}

.timeline_item {
  position:relative;
  display:flex;
  width:100%;
  align-items:center;
  justify-content:flex-start;
}

.timeline_node {
  position:absolute;
  left:50%;
  top:50%;
  z-index:10;
  height:18px;
  width:18px;
  transform:translate(-50%,-50%);
  border-radius:9999px;
  border:3px solid #07221d;
  background-color:#8fe388;
  box-shadow:0 0 0 4px rgba(143,227,136,0.18);
}

.timeline_card {
  margin-right:auto;
  width:calc(50% - 46px);
  border-radius:20px;
  border:1px solid #1c4038;
  background-color:#0b2c25;
  padding:32px;
  box-sizing:border-box;
}

.timeline_year {
  margin:0;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:14px;
  font-weight:600;
  letter-spacing:0.18em;
  color:#8fe388;
}

.timeline_heading {
  margin:12px 0 12px 0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:26px;
  font-weight:400;
  line-height:1.25;
  color:#f3f7f1;
}

.timeline_text {
  margin:0;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:16px;
  line-height:1.7;
  color:#a9c3b4;
}

.timeline_image {
  display:block;
  height:180px;
  width:100%;
  object-fit:cover;
}

.timeline_cardbody {
  padding:32px;
}

.timeline_link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:9999px;
  background-color:#8fe388;
  padding:12px 24px;
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:15px;
  font-weight:600;
  color:#07221d;
  text-decoration:none;
}
</style>

One email unlocks copying across the whole library — that's the only ask.

Want the whole site built for you?

Book a free call