update artist statement/bio
All checks were successful
Hugo / build (push) Successful in 10s

This commit is contained in:
brooke 2024-07-31 21:52:45 -04:00
parent e8bcbd0618
commit 1212eb7521
8 changed files with 138 additions and 7 deletions

View file

@ -65,8 +65,8 @@ menus:
url: /catalog/ url: /catalog/
weight: 1 weight: 1
- identifier: Art - identifier: Art
name: Art name: The Artist
url: /art/ url: /artist/
weight: 2 weight: 2
- identifier: FAQ - identifier: FAQ
name: FAQ name: FAQ

View file

@ -0,0 +1,29 @@
---
title: Ian Gallo
buttons:
- text: Contact Artist
url: '/contact'
---
### Artist Bio
Ian Gallo's artistic journey is a tale of unexpected detours and transformative moments. In 2018, the art community was ignited by his debut at Okeechobee Music Festival with his 8ft interactive dragonfly kaleidoscope, captivating 32,000 attendees with his artwork. Since then, Ian has swiftly garnered attention for his large-scale art inspired by nature and human form, showcasing his creations at prominent art festivals and galleries.
In pursuit of a steady income, Ian was on track to becoming a successful pipeline welder after his graduation from Lively Tech's Advanced Welding Program in 2019. Accompanied by a multitude of nationally recognized AWS certifications, he found himself moving to Atlanta with his fiancé to join UA Local Union 72. After feeling a lack of creative expression, Ian took a risk and established his own company with a bold vision to address the diverse welding needs of the local community. His services extended to a wide array of commercial and residential fabrication and restoration projects, ranging from handrails, ladder racks, and car haulers to undertaking intricate construction jobs involving multi-story buildings with beams and columns.
His perspective was transformed in 2021 after fabricating and wiring a gorgeous, illuminated backdrop for his own wedding. After the celebration, their florist suggested future collaborations involving that structure. This pivotal experience not only reshaped the direction of his business, sparking numerous artistic collaborations with a diverse range of partners including designers, event planners, venue owners, and wedding florists but also solidified his commitment to the continued success and growth of his venture.
After years of learning new art techniques and mediums working in the wedding industry, Ian was ready to re-emerge into the large-scale installation art scene. Working within his self-made shipping container studio outside of Atlanta, Ian single-handedly sculpted his most stunning art installation to date. Inspired by the Yoruba goddess of storms, “Oyá” is a 14ft tall warrior goddess made entirely of hand-crafted aluminum. After years of planning with the site developer, “Oyá” is installed and scheduled to be debuted in Tallahassee, FL in the fall of 2024.
Ian was 1 of 16 artists chosen from a large pool of applicants to participate in Atlanta's 2024 Beltline Business Ventures program. Guided by Tiffany LaTrice and Aisha White of TILA Studios, this prestigious program offers a comprehensive curriculum to empower locally recognized artists by bolstering their business acumen. Noteworthy collaborations with distinguished artists and curators like Autumn Breon, Tony Loadholt, Ellex Swavoni, Oshun Layne, and Tisha Smith contribute to enriching this transformative growth opportunity.
Ians art resonates with a unique blend of strength and vulnerability, where elements of his world intersect and converse within his sculptures. With his talent, determination, and a growing network of artist connections, Ians artistic journey is only just beginning.
### Artist Statement
“In my creative journey, I explore the intertwining of nature and humanity. Through metal sculptures, I seek to unravel how people connect with their changing environment and navigate cultural and economic disparities.
Inspired by the rugged allure of industrial design, my creations embody a marriage of robust materials and intricate detailing. Each sculpture is a testament to the delicate dance between form and function, where graceful curves and dynamic lines converge with knowledge of structural stability.
Each weld is more than just a joining of materials. It also serves as a testament to the strength and vulnerability inherent in societal existence. Just as welding requires skill, knowledge, and the right tools to create a strong bond, society relies on economic stability, social cohesion, political governance, and cultural values working in harmony. Weaknesses in these areas can cause societal breakdowns, akin to a weak weld causing structural failures. However, as a skilled welder brings pieces together, societies can overcome challenges by being adaptable and resilient, striving for inclusivity, flexibility, and sustainability. My sculptures stand as catalysts for introspection, encouraging viewers to reassess the values they hold and the narratives they perpetuate.
Through my work, I aspire to challenge perceptions and spark conversations. Ultimately, I advocate for a more decorated, inclusive, and equitable society where love and community building resources are accessible to all, regardless of economic means.”

View file

@ -1,6 +1,9 @@
--- ---
title: The Artist title: The Artist
date: 2024-05-22T12:47:43-04:00 date: 2024-05-22T12:47:43-04:00
buttons:
- text: Full Artist Bio & Statement
url: '/artist/bio'
art: art:
- main: /img/art/thumb/oya.webp - main: /img/art/thumb/oya.webp
title: Oyá title: Oyá

View file

@ -1,6 +1,7 @@
--- ---
date: '2024-05-22T12:47:43-04:00' date: '2024-05-22T12:47:43-04:00'
title: 'Contact Us' title: |
Let's Chat!
contact: true contact: true
frame: | frame: |
<div class="hb-p-63600b340347a10007ba5bcb-1"></div> <div class="hb-p-63600b340347a10007ba5bcb-1"></div>
@ -28,4 +29,6 @@ frame: |
"63600b340347a10007ba5bcb" "63600b340347a10007ba5bcb"
); );
</script> </script>
--- ---
Enter your details below and we will be in touch

View file

@ -2,7 +2,7 @@
<div class="flex justify-center px-2 sm:px-16 pt-16 bg-white text-black min-h-[700px]"> <div class="flex justify-center px-2 sm:px-16 pt-16 bg-white text-black min-h-[700px]">
<div class="mb-24 w-full max-w-[1200px] h-full"> <div class="mb-24 w-full max-w-[1200px] h-full">
<div class="flex flex-col"> <div class="flex flex-col">
<h1 class="text-4xl font-bold">{{ .Title }}</h1> <p class="text-4xl font-bold">{{ .Title }}</p>
<p class="text-lg">{{ .Params.subTitle }}</p> <p class="text-lg">{{ .Params.subTitle }}</p>
{{ partial "metadata.html" . }} {{ partial "metadata.html" . }}
<div class="mt-2 flex flex-col gap-4">{{ .Content }}</div> <div class="mt-2 flex flex-col gap-4">{{ .Content }}</div>

View file

@ -1,10 +1,12 @@
{{ if .Date }}
{{ $dateTime := .PublishDate.Format "2006-01-02" }} {{ $dateFormat := {{ $dateTime := .PublishDate.Format "2006-01-02" }} {{ $dateFormat :=
.Site.Params.dateFormat | default "Jan 2, 2006" }} .Site.Params.dateFormat | default "Jan 2, 2006" }}
<time class="text-xs text-slate-400" datetime="{{ $dateTime }}" <time class="text-xs text-slate-400" datetime="{{ $dateTime }}"
>Last Updated: {{ .PublishDate.Format $dateFormat }}</time >Last Updated: {{ .PublishDate.Format $dateFormat }}</time
> >
{{ end }}
{{ partial "social.html" . }} {{ with .Params.tags }} {{ partial "social.html" . }} {{ with .Params.tags }}
<i data-feather="tag"></i> <i data-feather="tag"></i>
{{ range . }} {{ $href := print (absURL "tags/") (urlize .) }} {{ range . }} {{ $href := print (absURL "tags/") (urlize .) }}
<a class="btn btn-sm btn-outline-dark tag-btn" href="{{ $href }}">{{ . }}</a> <a class="btn btn-sm btn-outline-dark tag-btn" href="{{ $href }}">{{ . }}</a>
{{ end }} {{ end }} {{ end }} {{ end }}

View file

@ -50,4 +50,98 @@
transform: skew(-30deg); transform: skew(-30deg);
transform-origin: top; transform-origin: top;
} }
h1 {
font-size: 24px;
color: #333;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
h2 {
font-size: 20px;
color: #666;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
}
h3,
h4,
h5,
h6 {
font-size: 18px;
color: #999;
}
strong,
b {
font-weight: bold;
color: #666;
}
em,
i {
font-style: italic;
color: #666;
}
ul,
ol {
list-style-position: inside;
margin-left: 20px;
}
li {
padding-bottom: 5px;
}
ul li {
list-style-type: disc;
}
ol li {
list-style-type: decimal;
}
table {
border-collapse: collapse;
width: 100;
}
th,
td {
border: 1px solid #ddd;
padding: 5px;
text-align: left;
}
th {
font-weight: bold;
}
blockquote {
background-color: #f7f7f7;
padding: 10px;
margin-bottom: 20px;
border-left: 5px solid #ccc;
}
blockquote p {
font-size: 14px;
color: #666;
}
code,
pre {
font-family: monospace;
background-color: #f0f0f0;
padding: 10px;
border: 1px solid #ddd;
}
code {
display: inline-block;
font-size: 12px;
margin-bottom: 5px;
}
} }

File diff suppressed because one or more lines are too long