From 7007be7d17350756b01a315476661f2ace82a30f Mon Sep 17 00:00:00 2001 From: Dan Kraus Date: Thu, 19 Oct 2023 21:24:32 -0400 Subject: [PATCH] Make About page the index for the time being until other pages are fleshed out --- src/components/Header.astro | 4 +-- src/pages/{index.astro => -index.astro} | 0 src/pages/index.mdx | 45 +++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 2 deletions(-) rename src/pages/{index.astro => -index.astro} (100%) create mode 100644 src/pages/index.mdx diff --git a/src/components/Header.astro b/src/components/Header.astro index 9ae2e8e..68cb757 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -3,8 +3,8 @@ diff --git a/src/pages/index.astro b/src/pages/-index.astro similarity index 100% rename from src/pages/index.astro rename to src/pages/-index.astro diff --git a/src/pages/index.mdx b/src/pages/index.mdx new file mode 100644 index 0000000..2be5a26 --- /dev/null +++ b/src/pages/index.mdx @@ -0,0 +1,45 @@ +--- +layout: "@layouts/MarkdownPageLayout.astro" +title: About Dan Kraus +pubDate: 2023-01-15 +--- + +import Polaroid from "@components/Polaroid.astro"; +import chicagoBean from "@images/about/kraus-chicago-bean.jpg"; +import lloyd from "@images/about/lloyd.jpg"; +import clambake from "@images/about/clambake.jpg"; +import danr2d2 from "@images/about/dan-r2d2.jpg"; +import alexisonfire from "@images/about/alexisonfire.jpg"; +import stairs from "@images/about/stairs.jpg"; + +Hey. I'm a maker of scale models and miniatures, prop replicas, and software. I pride myself as a generalist that gets interested and excited about a wide range of topics. This site exists to collect my projects or musings in one place. + +## Professional + +My day-job is in Software Engineering where I've worked on industrial 3d printing systems, online gambling, mortgage/real-estate marketing platforms, ecommerce apparel and chocolate, and a bunch of others. I primarily work in web applications but have done some mobile work as well. As a self-described generalist, I've always been drawn to working on the full stack. As an engineering manager, I get great satisfaction working with stakeholders across the business, coaching and mentoring developing engineers, and shipping valuable products and solving business problems. + +## Personal + +I call the Boston, MA, USA area home with roots in St. Louis, MO and Long Island, NY. + +You can find me spending time with my wife and dog relaxing on a couch, cooking, eating local seafood, enjoying a brewery or cocktail bar, trying to take a decent photo, or seeing some live music. I'm a hockey fan rooting for the St. Louis Blues. + +A lot of my free time is spent building and painting models and prop replicas from my favorite movies and TV shows (ok, almost entirely just Star Wars to be honest). Ships, droids, lightsabers, blasters, helmets, miniature figures, etc. This site will be a place to document my in-progress and completed projects. I've learned a lot from other others have published on the internet and so I'd like to contribute back. If you have a question or want to chat about anything I'm working on, drop me a note on any of my socials. + +### About This Site + +I decided to re-establish my place on the web after wistfully remembering the former diverse personal home pages, fan sites, and special interest sites that were so prevalent on the web like Geocities, Tripod, Angelfire, and so many others in my formative years on the internet. So much of what we publish online is now only in the hands of a few mega-corporations where we exist as a product to be monetized at the whims of billionaires. This site was built with [Astro](https://astro.build/), as a statically generated site. + +_"Somewhere, something incredible is waiting to be known." - Carl Sagan_ + +
+ + + + + + +