From c81b0f8a7bad439e3379726d23a1ca85a9775312 Mon Sep 17 00:00:00 2001 From: ebrima Date: Thu, 21 Apr 2022 18:22:52 -0700 Subject: [PATCH] more WIP --- src/components/Comics/ComicView.tsx | 28 +----- src/images/tiktok-logo-4500.png | Bin 0 -> 1211 bytes src/pages/about.tsx | 133 +--------------------------- src/pages/studio.tsx | 39 +++----- 4 files changed, 15 insertions(+), 185 deletions(-) create mode 100644 src/images/tiktok-logo-4500.png diff --git a/src/components/Comics/ComicView.tsx b/src/components/Comics/ComicView.tsx index c0ef85f..fc32b5b 100644 --- a/src/components/Comics/ComicView.tsx +++ b/src/components/Comics/ComicView.tsx @@ -10,6 +10,7 @@ import { } from "../../utils/styles" import { MainButton } from "../../layouts/styles" import styled from "@emotion/styled" +import Subscribe from "../subscribe" const ComicView = () => { const { firstCover, secondCover } = useStaticQuery( graphql` @@ -34,30 +35,6 @@ const ComicView = () => { ` ) - const Button = styled.button` - margin-left: auto; - margin-right: auto; - width: 50%; - text-align: center; - font-family: "Gunterz-Medium"; - display: block; - top: auto; - left: auto; - border-color: black; - - &:hover { - background-color: #01ff8f; - } - font-size: 2.5rem; - background-color: #9fedff; - padding: 0.5rem 1rem; - border-width: 0.08em; - border-style: solid; - @media (max-width: ${breakpoints.m}px) { - width: 100%; - font-size: 1.5rem; - } - ` return ( @@ -69,6 +46,8 @@ const ComicView = () => { */} {/* */} + + Meet Dare Dollz, the young, stylish social media mavens who hold all the keys to the futuristic city of Carnado. Xio, Paris, Chanel, and @@ -88,7 +67,6 @@ const ComicView = () => { their most powerful opponent while keeping up with their super famous alter egos. - ) diff --git a/src/images/tiktok-logo-4500.png b/src/images/tiktok-logo-4500.png new file mode 100644 index 0000000000000000000000000000000000000000..29558b4d89993aec2e3402d7c146b0a5751f09bd GIT binary patch literal 1211 zcmV;s1VsCZP)Px(bxA})R9HvFmVZoDWf;dl?xacsYk`imD4S-#S+@SlOt_>i=Bz7|YK;*r2oS-AkZ`UD_X;K4?m6vTxYw)vxc3_9 z+0OanJIhtnk6vUwPyriCks#Qq&0j5 zIqurJdkrCg zP1yx(bczWs(_?B@Vz<9In!XAnQviVSC}=jFqHlc_y%(#HMxyYS-Iu^3Jq~}lbx zy?SIh$hDT<0(jmD`_E_L<1>1^E=;PU`>$maIeQ2&ATVTmcN$ux8X%q0y6A7@^Fc8qq>g67kz)Jwjg?y09X>M&`MaEKxxF4D`Kaoi?L3fXh4FKJs9Cot? zyac!;?Lc8Ci&K8#&vW+0ra_o&tO*+v?ghM=}1J|>D?~4B>l$ouMALj(0RAZB;>?N?gLB#w<28R}@|8@BNdY;@=5bBZpn&$v&6T1A*x9FpNfmsemA%tafRCe`&vp-y! zjoI`78uQUdS^2F$<{0zbr91VRT&4QT2?ZV*)VUXQry Z^B+QM7(d7P&K>{&002ovPDHLkV1iYiJYfI; literal 0 HcmV?d00001 diff --git a/src/pages/about.tsx b/src/pages/about.tsx index 5faaac1..e5327c2 100644 --- a/src/pages/about.tsx +++ b/src/pages/about.tsx @@ -306,138 +306,7 @@ const AboutPage = () => { {/* */} - - - -
Recent Work:
-
- - {videos.edges.map(curr => { - return ( - - - - {curr.node.title} - - - ) - })} - - -
Press and Clients:
- - Puma - Vice - Office Magazine - Paper - The Fader - Source - Bubblegum Club - Redbull Radio - EverPress - Naveszn - -
- -
Socials:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- + To business inquires shoot us an email at{" "} diff --git a/src/pages/studio.tsx b/src/pages/studio.tsx index 4311cb2..211ffb6 100644 --- a/src/pages/studio.tsx +++ b/src/pages/studio.tsx @@ -245,7 +245,7 @@ const AboutPage = () => { }) } - const { creatorz, darius, videos } = useStaticQuery(graphql` + const { creatorz, darius, videos, tiktok } = useStaticQuery(graphql` { creatorz: file(relativePath: { in: "creatorz.jpg" }) { id @@ -255,6 +255,14 @@ const AboutPage = () => { } } } + tiktok: file(relativePath: { in: "tiktok-logo-4500.png" }) { + id + childImageSharp { + fluid { + ...GatsbyImageSharpFluid + } + } + } darius: file(relativePath: { in: "Darius.jpg" }) { id childImageSharp { @@ -418,33 +426,8 @@ const AboutPage = () => { - - - - - - + +