*/}
+
1 || !isClient ? 'portrait:items-center' : 'landscape:justify-center')}
+ style={{gridArea: '1/1'}}
+ >
+
1 || !isClient ? 'portrait:flex-col-reverse' : 'landscape:flex-col-reverse')}
+ >
+ {/*
{
+
*/}
1 && 'landscape:shadow-lg',
'md:px-6 px-4 md:py-5 py-3 rounded-l-md mb-4', isClient &&
- 'bg-vibrant-dark bg-opacity-60 backdrop-filter backdrop-blur-xl'
+ 'bg-vibrant-dark blurred-or-opaque-bg-1'
)}
>
1 || !isClient ? 'landscape:flex' : 'portrait:flex')}
+ // className="mx-auto filter drop-shadow"
+ className={classnames('mx-auto filter drop-shadow items-end', ar > 1 || !isClient ? 'portrait:flex' : 'portrait:flex')}
>
-
Chuck Dries
- Full Stack Software Engineer & Hobbyist Photographer
+ Chuck Dries
+ {/* Full Stack Software Engineer & Hobbyist Photographer
*/}
{/* {
} */}
-
+ {/*
- Software Engineer, Axosoft
- chuck@chuckdries.com/602.618.0414
-
@@ -172,12 +178,12 @@ const IndexPage = ({ data: { allFile: { edges } } }) => {
Resume [pdf]/
Medium (blog)
-
+
*/}
+
-
>);
};
@@ -199,7 +205,7 @@ export const query = graphql`
gatsbyImageData(
layout: FULL_WIDTH
placeholder: NONE
- breakpoints: [750, 1080, 1366, 1920, 2560]
+ breakpoints: [750, 1080, 1366, 1920, 2560, 3840]
)
}
fields {
diff --git a/src/styles/global.css b/src/styles/global.css
index f6a90bc..bb660c4 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -32,6 +32,20 @@
.scroll-padding-6 {
scroll-padding: theme('spacing.6');
}
+ .blurred-or-opaque-bg-1 {
+ @apply bg-opacity-80;
+ }
+ .blurred-or-opaque-bg-2 {
+ @apply bg-opacity-100;
+ }
+ @supports (backdrop-filter: blur(24px)) {
+ .blurred-or-opaque-bg-1 {
+ @apply bg-opacity-50 backdrop-filter backdrop-blur-lg;
+ }
+ .blurred-or-opaque-bg-2 {
+ @apply bg-opacity-70 backdrop-filter backdrop-blur;
+ }
+ }
@variants responsive {
.h-two-thirds-vw {
height: 67vw;