-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
127 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- documentary filmmaker | ||
- reportage photographer | ||
- art/style photographer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Anna is a prominent media professional with a focus on social and LGBTQ+ narratives in documentary filmmaking. With just a director career spanning over four years, she has been pivotal in developing the YouTube channel **"Straight talk with gay people by Karen Shainyan"**, which has become a crucial platform for discussing LGBTQ+ issues within Russia. The channel has successfully reached approximately more than 200,000 subscribers featuring interviews with notable figures and exploring various facets of queer life in Russia. | ||
|
||
## Projects | ||
|
||
### Queerography | ||
|
||
Anna broadened her impact with “Queerography” [youtube](https://www.youtube.com/watch?v=a6dean6qJHM) (English subtitles) the first documentary series dedicated to the queer community's experience across Russia: thousands of kilometres from Kaliningrad to Vladivostok. The series sheds light on the queer life amidst legal and societal challenges. | ||
|
||
### Skazhi Gordeevoi (Tell Gordeeva) | ||
|
||
Collaborating with Katerina Gordeeva [youtube](https://www.youtube.com/c/skazhigordeevoy/featured), Anna co-created the project “Skazhi Gordeevoi” for Russian independent media outlet Meduza.io. Serving as the director and DOP, Anna has been producing the very first 20 episodes that delve into a variety of compelling stories and voices forming the concept that has been thriving till today. | ||
|
||
## Highlights | ||
|
||
- Yekaterinburg, Queerography series. The film showcases the vibrant lives of Yekaterinburg's residents, from trans-activists to war veterans turned drag queens, as they navigate family, acceptance, and the right to love in a city renowned for its economic significance and cultural milestones like hosting Russia's first gay pride parades. **49m**, [youtube](https://www.youtube.com/watch?v=a6dean6qJHM) (English subtitles) | ||
- Elena Kostyuchenko, special correspondent for Novaya Gazeta about her work in the war in Ukraine, the environmental disaster in Norilsk, and also about how to live and love in Russia if you are a lesbian. **1h48m**, [youtube](https://www.youtube.com/watch?v=AAV7yPTHjyA) (English subtitles) | ||
- The investigative video delves into the harrowing plight of LGBTQ+ people in Chechnya, unearthing the stark realities behind international sanctions and societal perceptions within the Russian context. **1h09m**, [youtube](https://www.youtube.com/watch?v=tCYTKvzrUug) (English subtitles) | ||
- Billy Porter, The Kinky Boots and Pose actor, speaks about Trump, bullying, winning the red carpet game and his war on gender stereotypes. **1h03m**, [youtube](https://www.youtube.com/watch?v=FQdE7d3dtWM&t=0s) | ||
- Interviews with queer influencers: [watch here](https://www.youtube.com/playlist?list=PLgNBPM5oMiVpZmbwLrUB5qkG4G7ASPJUr) | ||
- Sci-fi series on queerness: [explore the series](https://www.youtube.com/playlist?list=PLgNBPM5oMiVpDK2tNhkbVlA0xqf_zneB_) | ||
- Other “Skazhi Gordeevoi” episodes: [Meduza project](https://www.youtube.com/c/skazhigordeevoy/videos) | ||
|
||
Anna's work not only captures the essence of contemporary queer narratives but also boldly ventures into spaces of significant social and political sensitivity. Her portfolio is a testament to her dedication to authenticity, storytelling, and the pursuit of visibility for marginalized communities. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,112 +1,91 @@ | ||
--- | ||
import Layout from "../layouts/Layout.astro"; | ||
import { Content as Description } from "../content/description.md"; | ||
import { Content as Bio } from "../content/bio.md"; | ||
--- | ||
|
||
<Layout title="Anna Shmitko"> | ||
<main class="container"> | ||
<h1 class="title">@annashmitko</h1> | ||
<header class="header"> | ||
<a | ||
class="title" | ||
href="https://www.instagram.com/annashmitko/" | ||
target="_blank" | ||
rel="noopener noreferrer"><h1>@annashmitko</h1></a | ||
> | ||
<div class="bio"><Bio /></div> | ||
</header> | ||
<div class="description"> | ||
<Description /> | ||
</div> | ||
<div class="desc"> | ||
<ul class="desc__roles"> | ||
<li>documentary filmmaker</li> | ||
<li>reportage photographer</li> | ||
<li>art/style photographer</li> | ||
</ul> | ||
<div class="desc__heading">contact:</div> | ||
<div class="desc__contact"> | ||
<a class="link" href="mailto:annashmitko@gmail.com" | ||
>annashmitko@gmail.com</a | ||
<a | ||
class="link" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
href="mailto:annashmitko@gmail.com">annashmitko@gmail.com</a | ||
><br /> | ||
<a class="link" href="https://www.instagram.com/annashmitko/" | ||
>instagram</a | ||
<a | ||
class="link" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
href="https://www.instagram.com/annashmitko/">instagram</a | ||
> | ||
</div> | ||
</div> | ||
|
||
<div class="pic"></div> | ||
</main> | ||
</Layout> | ||
|
||
<style> | ||
<style is:inline> | ||
.container { | ||
position: relative; | ||
margin: 0 auto; | ||
height: 100vh; | ||
max-width: 640px; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
flex-direction: column; | ||
/* text-align: center; */ | ||
margin: 0 auto; | ||
} | ||
|
||
.title { | ||
display: block; | ||
font-weight: 800; | ||
font-size: 100px; | ||
color: #000; | ||
/* color: rgb(255, 0, 0); */ | ||
letter-spacing: 1px; | ||
transform: rotate(-90deg); | ||
position: absolute; | ||
transform-origin: right top; | ||
top: 0; | ||
right: 100%; | ||
.header { | ||
padding-top: 64px; | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
margin-bottom: 36px; | ||
} | ||
|
||
.desc { | ||
color: #858585; | ||
padding-bottom: 400px; | ||
padding-left: 100px; | ||
.bio { | ||
} | ||
|
||
.desc__roles { | ||
.bio ul { | ||
list-style: none; | ||
padding: 0; | ||
margin-bottom: 36px; | ||
margin: 0; | ||
} | ||
|
||
.desc__contact { | ||
.description li { | ||
margin-bottom: 8px; | ||
} | ||
|
||
.desc__heading { | ||
font-weight: bolder; | ||
font-size: 14px; | ||
.description { | ||
padding-bottom: 20px; | ||
} | ||
|
||
.link { | ||
.title { | ||
display: block; | ||
font-weight: 800; | ||
font-size: 24px; | ||
color: var(--heading-color); | ||
text-decoration: none; | ||
color: #858585; | ||
/* letter-spacing: 1px; */ | ||
} | ||
|
||
.pic { | ||
height: 400px; | ||
position: absolute; | ||
bottom: 0; | ||
z-index: -1; | ||
background-image: url("/portrait.png"); | ||
background-size: contain; | ||
width: 100%; | ||
animation: pic-slide 300s ease-in-out infinite; | ||
.title h1 { | ||
margin: 0; | ||
} | ||
|
||
.subtitle { | ||
font-weight: 300; | ||
font-size: 42px; | ||
color: #526488; | ||
word-spacing: 5px; | ||
padding-bottom: 15px; | ||
.desc { | ||
padding-bottom: 64px; | ||
} | ||
|
||
.links { | ||
padding-top: 15px; | ||
} | ||
|
||
@keyframes pic-slide { | ||
0% { | ||
background-position-x: 0; | ||
} | ||
100% { | ||
background-position-x: 100000%; | ||
} | ||
} | ||
</style> |