Skip to content

Commit

Permalink
Minor changes and code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanlambrecht committed Apr 1, 2022
1 parent 9e883a0 commit da7694a
Show file tree
Hide file tree
Showing 33 changed files with 35 additions and 17 deletions.
1 change: 0 additions & 1 deletion _people/abby-hall.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ details:
moon: scorpio
socials:
instagram: https://www.instagram.com/abbyehall/
linkedin: https://linkedin.com
# facebook:
# spotify:
# twitter:
Expand Down
4 changes: 2 additions & 2 deletions _people/johnny-redd.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ socials:
# facebook: Url
# spotify: Url
# twitter: Url
# personalWebsite: https://www.johnny-redd.com/
# etsy: https://www.etsy.com/shop/johnnyreddpdf
personalWebsite: https://www.johnny-redd.com/
etsy: https://www.etsy.com/shop/johnnyreddpdf
photos:
headshotSerious: /img/team/pixel-bakery-johnny-redd-serious.jpg
headshotSmiling: /img/team/pixel-bakery-johnny-redd-smiling.jpg
Expand Down
4 changes: 2 additions & 2 deletions _people/jordan-lambrecht.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ details:
moon: cancer
socials:
instagram: https://instagram.com/jlambrecht265
# linkedIn: Url
linkedIn: https://www.linkedin.com/in/jordan-lambrecht-41393a80/
# facebook: Url
# spotify: Url
spotify: https://open.spotify.com/user/1237293482?si=87ea482a32484038
# twitter: Url
# personalWebsite: Url
# etsy: Url
Expand Down
8 changes: 6 additions & 2 deletions components/nav/Nav_HamWrapper.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import { useState } from 'react'
import Nav_FullscreenMenu from './Nav_FullscreenMenu'
import Nav_HamburgerNav from './Nav_HamburgerMenu'

const Nav_HamWrapper = () => {
const [isHamActive, setHamToggle] = useState(false)
return (
<div className=' fixed right-0 top-0 mr-6 mt-6 z-50'>
<Nav_HamburgerNav />
<div className=' fixed right-0 top-0 mr-6 mt-6 z-50 md:hidden'>
<Nav_HamburgerNav isActive={isHamActive} onModalUpdate={setHamToggle} />
<Nav_FullscreenMenu isActive={isHamActive} onModalUpdate={setHamToggle} />
</div>
)
}
Expand Down
2 changes: 1 addition & 1 deletion components/nav/Nav_HamburgerMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import cn from 'classnames'

function Nav_HamburgerMenu({ isActive, onModalUpdate }) {
// const el = useRef()
// const [hamToggle, setHamToggle] = useState(false)

const hamRef = useRef(null)

const updateModal = () => {
Expand Down
10 changes: 3 additions & 7 deletions components/nav/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@ export default function Navbar() {
function handleMouseEnterLogo(e) {
if (e.target) {
gsap.to(line1.current, { scale: 1.05, ease: 'power2.out', duration: 0.17 })
gsap.to(line2.current, { scale: 0.8, ease: 'power2.out', duration: 0.17 }, '<75%')
gsap.to(line1.current, { scale: 1, ease: 'power2.in', duration: 0.17, delay: 0.06 }, '<33%')
gsap.to(
line2.current,
{ scale: 0.75, ease: 'power2.in', duration: 0.17, delay: 0.06 },
'<25%',
)
gsap.to(line2.current, { scale: 0.8, ease: 'power2.out', duration: 0.17 })
gsap.to(line1.current, { scale: 1, ease: 'power2.in', duration: 0.17, delay: 0.06 })
gsap.to(line2.current, { scale: 0.75, ease: 'power2.in', duration: 0.17, delay: 0.06 })
} else return
}

Expand Down
22 changes: 21 additions & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,28 @@ class MyDocument extends Document {
description:
'Pixel Bakery is a multi-disciplinary production studio focused on animation, motion design, and commercial film production.',
locale: 'en_IE',
url: 'https://pixelbakery.com/',
url: 'pixelbakery.com',
site_name: 'Pixel Bakery Design Studio',
images: [
{
url: 'https://pixelbakery.com/img/pixelbakery-thumbnail.jpg',
width: 1200,
height: 900,
alt: 'Pixel Bakery Design Studio is a multi-disciplinary production studio focused on animation, motion design, and commercial film production.',
},
{
url: 'https://pixelbakery.com/img/pixel-bakery-office.jpeg',
width: 1080,
height: 810,
alt: 'Pixel Bakery Design Studio is a multi-disciplinary production studio focused on animation, motion design, and commercial film production.',
},
{
url: 'https://pixelbakery.com/img/pixel-bakery-samee-dan-1200x900.png',
width: 1080,
height: 810,
alt: 'Daniel Hinz and Samee Callahan, two Pixel Bakery employees in Lincoln, Nebraska',
},
],
}}
/>
<Head>
Expand Down
Binary file removed public/attachment.pdf
Binary file not shown.
Binary file not shown.
Binary file removed public/img/author.png
Binary file not shown.
Binary file removed public/img/author2.png
Binary file not shown.
File renamed without changes
File renamed without changes.
Binary file added public/img/pixel-bakery-samee-dan-1200x900.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/pixelbakery-thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/pixelbakery_client_ASA.psd
Binary file not shown.
1 change: 0 additions & 1 deletion public/img/pixelbakery_client_ASA.svg

This file was deleted.

Binary file removed public/img/pixelbakery_client_firespring.png
Binary file not shown.
Binary file removed public/img/pixelbakery_client_firespring.psd
Binary file not shown.
Binary file removed public/img/pixelbakery_client_kodiaccakes.png
Binary file not shown.
Binary file removed public/img/pixelbakery_client_kodiakcakes.png
Binary file not shown.
Binary file removed public/img/pixelbakery_client_kodiakcakes.psd
Binary file not shown.
Binary file removed public/img/pixelbakery_client_nelnet.psd
Binary file not shown.
Binary file removed public/img/placeholder01.png
Binary file not shown.
Binary file removed public/img/placeholder02.png
Binary file not shown.
Binary file removed public/img/placeholder03.png
Binary file not shown.
Binary file removed public/img/placeholder04.png
Binary file not shown.
Binary file removed public/img/placeholder05.png
Binary file not shown.
Binary file removed public/img/placeholder06.png
Binary file not shown.
Binary file removed public/img/placeholder07.png
Binary file not shown.
Binary file removed public/img/placeholder08.png
Binary file not shown.
Binary file removed public/img/placeholder09.png
Binary file not shown.
Binary file removed public/img/placeholderr08.png
Binary file not shown.

0 comments on commit da7694a

Please sign in to comment.