diff --git a/public/index.html b/public/index.html index 88615f0..9803008 100644 --- a/public/index.html +++ b/public/index.html @@ -451,6 +451,59 @@ margin-bottom: 1rem; } + /* AWARDS */ + .awards-section { + background: var(--midnight); + color: var(--sand); + } + + .awards-section .section-label { color: var(--gold-light); } + .awards-section .section-title { color: var(--sand); } + + .awards-grid { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 1.5rem; + margin-top: 2.5rem; + } + + .award-card { + padding: 1.5rem; + border: 1px solid rgba(198, 139, 63, 0.2); + border-left: 3px solid var(--gold); + background: rgba(255, 255, 255, 0.03); + } + + .award-card h4 { + font-family: 'Bebas Neue', sans-serif; + font-size: 1.1rem; + letter-spacing: 0.04em; + color: var(--gold); + margin-bottom: 0.4rem; + } + + .award-card .award-detail { + font-size: 0.85rem; + color: rgba(245, 237, 224, 0.7); + line-height: 1.6; + } + + .award-card .award-project { + font-family: 'Cormorant Garamond', serif; + font-style: italic; + font-size: 0.85rem; + color: var(--gold-light); + margin-top: 0.4rem; + } + + .award-card .award-year { + font-size: 0.65rem; + letter-spacing: 0.1em; + text-transform: uppercase; + color: rgba(245, 237, 224, 0.4); + margin-top: 0.5rem; + } + /* DSS / DESIGN SCIENCE */ .dss-section { background: var(--green-dark); @@ -861,6 +914,10 @@ grid-template-columns: 1fr; } + .awards-grid { + grid-template-columns: 1fr; + } + .dss-grid { grid-template-columns: 1fr; gap: 2rem; @@ -1057,6 +1114,61 @@ + +
+
+
+ +

Awards & Honors

+
+
+
+

NAACP Image Award

+

Best Live Action Short Film

+
+
+

Best Writer

+

Diversity in Cannes Award

+
+
+

Film Independent Project Involve

+

2019

+
+
+

Outfest Screenwriting Lab

+

2018

+
+
+

NYTVF Notable Writer

+

New York Television Festival

+

2018

+
+
+

Best Trans US Short Film

+

North Carolina Gay & Lesbian Film Festival

+

Missed Connections

+

2019

+
+
+

Audience Award

+

TranScreen Amsterdam Transgender Film Festival

+

Missed Connections

+

2019

+
+
+

Audience Award

+

Outfest Los Angeles LGBTQ+ Film Festival

+

Missed Connections

+

2017

+
+
+

RAW: Natural Born Artists

+

Recognized by Chicago and Madison chapters of the national arts organization

+
+
+
+
+