narrow list of backgrounds for landing page
This commit is contained in:
parent
de6a4f04a7
commit
9bc1aa83a7
@ -26,7 +26,7 @@ const getDifferentRand = (range, lastNs, iterations = 0) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const ImageButtons = ({ isClient, image, shuffleImage }) => (
|
const ImageButtons = ({ isClient, image, shuffleImage }) => (
|
||||||
<div className="flex mx-6 mb-4">
|
<div className="flex mx-6 mb-6">
|
||||||
<Link
|
<Link
|
||||||
className={classnames(
|
className={classnames(
|
||||||
"z-20 rounded-md text-md inline-block px-3 py-2 my-1 mr-2 text-md",
|
"z-20 rounded-md text-md inline-block px-3 py-2 my-1 mr-2 text-md",
|
||||||
@ -207,7 +207,7 @@ const IndexPage = ({
|
|||||||
)}
|
)}
|
||||||
style={{ zIndex: 100 }}
|
style={{ zIndex: 100 }}
|
||||||
>
|
>
|
||||||
<ul className="flex flex-wrap justify-between">
|
<ul className="flex flex-wrap justify-around">
|
||||||
<li>
|
<li>
|
||||||
<HeroA
|
<HeroA
|
||||||
href="/CharlesDriesResumeCurrent.pdf"
|
href="/CharlesDriesResumeCurrent.pdf"
|
||||||
@ -262,7 +262,7 @@ const IndexPage = ({
|
|||||||
<div
|
<div
|
||||||
className={classnames(
|
className={classnames(
|
||||||
ar > 1 && "landscape:shadow-lg",
|
ar > 1 && "landscape:shadow-lg",
|
||||||
"z-20 mb-4 inline-block",
|
"z-20 mb-4 inline-block mx-2",
|
||||||
isClient && "bg-vibrant-dark blurred-or-opaque-bg-1"
|
isClient && "bg-vibrant-dark blurred-or-opaque-bg-1"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
@ -296,18 +296,16 @@ export const query = graphql`
|
|||||||
filter: {
|
filter: {
|
||||||
sourceInstanceName: { eq: "gallery" }
|
sourceInstanceName: { eq: "gallery" }
|
||||||
base: {
|
base: {
|
||||||
nin: [
|
in: [
|
||||||
"DSC4180.jpg"
|
"20160530-DSC09108.jpg"
|
||||||
"DSC00887.jpg"
|
"20180424-DSC07948.jpg"
|
||||||
"DSC00879.jpg"
|
"20200215-DSC02694.jpg"
|
||||||
"DSC02233.jpg"
|
"DSC00201.jpg"
|
||||||
"DSC00340.jpg"
|
"DSC01699.jpg"
|
||||||
"_DSC4949.jpg"
|
"DSC04905.jpg"
|
||||||
"_DSC4155.jpg"
|
"DSC05761.jpg"
|
||||||
"_DSC4830.jpg"
|
"DSC05851.jpg"
|
||||||
"_DSC4792.jpg"
|
"DSC06245.jpg"
|
||||||
"20200215-DSC02584.jpg"
|
|
||||||
"DSC07463.jpg"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user