Case Studies
Below are three case studies that highlight my relevant work.
Video
Videos are an often underutilized tool in Web3 and tech startup marketing. Below, you'll find examples showcasing my experience in various video projects, where I took on roles such as Director, Producer, Creative Director, and Editor.
Spec Commercial for Levi’s- Director, Editor and Producer
Consensus Hong Kong 2025 - Executive Producer and Creative Director
Filecoin FVM Hackathon
Zora Metabolism Hackathon- Director, Editor and Producer
.hover-item {
position: relative;
cursor: pointer;
}
.hover-item media-item {
position: absolute;
top: 20%;
left: 0%;
width: 30vw;
pointer-events: none;
opacity: 0;
transition: opacity 0.1s ease-in;
}
.hover-item:hover media-item {
opacity: 1;
}
body.mobile .hover-item media-item{
display: none;
}
---books---
.hover-book {
position: fixed;
cursor: pointer;
}
.hover-book media-item {
position: fixed;
top: -100%;
left: 30%;
width: 50vw;
pointer-events: none;
opacity: 0;
transition: opacity 0.1s ease-in;
}
.hover-book:hover media-item {
opacity: 1;
}
body.mobile .hover-book media-item{
display: none;
}
----boooks ----
[id="F1836741996"] bodycopy {
}
[id="F1836741996"].page {
background-color: #f5f5f5;
min-height: var(--viewport-height);
}
[id="F1836741996"] .backdrop {
}
.mobile [id="F1836741996"] .backdrop {
}
.mobile [id="F1836741996"] .page-layout {
}
[id="F1836741996"] .page-content {
width: 100%;
background-color: #f5f5f5;
align-items: flex-start;
}