From 0ddc1944818257dc9ecbc146cd0641f714559b70 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Fri, 16 Jul 2021 16:36:29 -0700 Subject: [PATCH] hook up nav links --- src/pages/index.js | 170 ++++++++++++++++++++++++++------------------- 1 file changed, 99 insertions(+), 71 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 4b487ff..0f37dae 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -25,6 +25,55 @@ const getDifferentRand = (range, lastNs, iterations = 0) => { return n; }; +const ImageButtons = ({ isClient, image, shuffleImage }) => ( +
+
+ + + + + + +
+ + Gallery + +
+); + const IndexPage = ({ data: { allFile: { edges }, @@ -152,55 +201,55 @@ const IndexPage = ({ )} style={{ gridArea: "1/1" }} > - {/* CQ change based on sampling of picture? add background? */} - {/*
-
- - Photography Gallery - - -
-
*/} +

-
1 || !isClient ? "" : "" - )} - > -
-

- Full Stack Software Engineer & Hobbyist Photographer -

-
- {/* {
} */} - - {/*
    -
  • Software Engineer, Axosoft
  • -
  • chuck@chuckdries.com/602.618.0414
  • -
  • - Github/ - LinkedIn/ - Devpost/ - Resume [pdf]/ - Medium (blog) -
  • -
*/} +
+

+ Full Stack Software Engineer & Hobbyist Photographer +