Skip to content

Commit

Permalink
Make About page the index for the time being until other pages are fl…
Browse files Browse the repository at this point in the history
…eshed out
  • Loading branch information
dankraus committed Oct 20, 2023
1 parent cf2adc2 commit 7007be7
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<nav>
<div class="nav-links">
<a href="/">Home</a>
<a href="/about/">About</a>
<a href="/projects/">Projects</a>
<!-- <a href="/about/">About</a> -->
<!-- <a href="/projects/">Projects</a> -->
<!-- <a href="/blog/">Blog</a> -->
</div>
</nav>
Expand Down
File renamed without changes.
45 changes: 45 additions & 0 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -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_

<div class="about-images">
<Polaroid imagePath={chicagoBean} title="Selfie at the Chicago Bean" />
<Polaroid imagePath={lloyd} title="lloyd" />
<Polaroid imagePath={clambake} title="Clambake" />
<Polaroid imagePath={danr2d2} title="Dan and his R2-D2" />
<Polaroid
imagePath={alexisonfire}
title="Alexisonfire at Roadrunner in Boston"
/>
<Polaroid imagePath={stairs} title="Stairs" />
</div>

0 comments on commit 7007be7

Please sign in to comment.