Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 1.19 KB

index.md

File metadata and controls

61 lines (49 loc) · 1.19 KB

+++ title = "Freedom Classics" tags = ["about"] +++

\figalt{freedom-classics-llc}{/_assets/logo/FreedomClassicsWeb_BlueText.png}

Welcome to Freedom Classics!

\tableofcontents

Events

We host exciting events with classic cars!

Click HERE to see what's next!

About Us

#hideall
team = [
    (
        name="Buster Tankersley",
        pic="buster",
        title="CEO & Founder",
        vitae="Cushman golf cart extraordinaire",
        email="[email protected]"
    ),
    (
        name="Craig Tankersley",
        pic="craig",
        title="Founder",
        vitae="CEO & Founder of Freedom Trans USA",
        email="[email protected]"
    ),
    (
        name="Madison Vaverka",
        pic="madison",
        title="Dedicated racing driver",
        vitae="If you ain't first you're last",
        email="[email protected]"
    ),
]

"@@cards @@row" |> println
for person in team
  """
  @@column
    \\card{$(person.name)}{$(person.pic)}{$(person.title)}{$(person.vitae)}{$(person.email)}
  @@
  """ |> println
end
println("@@ @@") # end of cards + row

\textoutput{teamcards}

Contact

Get in touch with us HERE!