remove default content and replace with myself

This commit is contained in:
2024-08-19 21:47:37 -05:00
parent 7ef4b48b18
commit 5dfe806e6b
11 changed files with 20 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
FROM node:20.16.0-alpine3.20 AS base FROM node:20.16.0-alpine3.20 AS base
LABEL version="0.1.5" LABEL version="0.1.6"
LABEL description="Astro based website to use as a profile" LABEL description="Astro based website to use as a profile"
ENV PNPM_HOME="/pnpm" ENV PNPM_HOME="/pnpm"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

BIN
public/assets/hiking.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 188 KiB

View File

@@ -5,7 +5,7 @@ import Icon from './Icon.astro';
<aside> <aside>
<h2>Interested in working together?</h2> <h2>Interested in working together?</h2>
<CallToAction href="mailto:me@example.com"> <CallToAction href="mailto:alexander.lebens@gmail.com">
Send Me a Message Send Me a Message
<Icon icon="paper-plane-tilt" size="1.2em" /> <Icon icon="paper-plane-tilt" size="1.2em" />
</CallToAction> </CallToAction>

View File

@@ -6,15 +6,14 @@ const currentYear = new Date().getFullYear();
<footer> <footer>
<div class="group"> <div class="group">
<p> <p>
Designed & Developed in Portland with <a href="https://astro.build/">Astro</a> Designed & Developed in Minnesota with <a href="https://astro.build/">Astro</a>
<Icon icon="rocket-launch" size="1.2em" /> <Icon icon="rocket-launch" size="1.2em" />
</p> </p>
<p>&copy; {currentYear} Jeanine White</p> <p>&copy; {currentYear} Alex Lebens</p>
</div> </div>
<p class="socials"> <p class="socials">
<a href="https://twitter.com/me"> Twitter</a> <a href="https://github.com/alexlebens"> GitHub</a>
<a href="https://github.com/me"> GitHub</a> <a href="https://www.linkedin.com/in/alexanderlebens"> LinkedIn</a>
<a href="https://codepen.io/me"> CodePen</a>
</p> </p>
</footer> </footer>
<style> <style>

View File

@@ -7,8 +7,8 @@ interface Props {
} }
const { const {
title = 'Jeanine White: Personal Site', title = 'Alex Lebens: Personal Site',
description = 'The personal site of Jeanine White', description = 'The personal site of Alex Lebens',
} = Astro.props; } = Astro.props;
--- ---

View File

@@ -12,12 +12,8 @@ const textLinks: { label: string; href: string }[] = [
/** Icon links to social media — edit these with links to your profiles! */ /** Icon links to social media — edit these with links to your profiles! */
const iconLinks: { label: string; href: string; icon: keyof typeof iconPaths }[] = [ const iconLinks: { label: string; href: string; icon: keyof typeof iconPaths }[] = [
{ label: 'Twitter', href: 'https://twitter.com/me', icon: 'twitter-logo' }, { label: 'GitHub', href: 'https://github.com/alexlebens', icon: 'github-logo' },
{ label: 'Twitch', href: 'https://twitch.tv/me', icon: 'twitch-logo' }, { label: 'LinkedIn', href: 'https://www.linkedin.com/in/alexanderlebens', icon: 'codepen-logo' },
{ label: 'GitHub', href: 'https://github.com/me', icon: 'github-logo' },
{ label: 'CodePen', href: 'https://codepen.io/me', icon: 'codepen-logo' },
{ label: 'dribbble', href: 'https://dribbble.com/me', icon: 'dribbble-logo' },
{ label: 'YouTube', href: 'https://www.youtube.com/@me/', icon: 'youtube-logo' },
]; ];
--- ---
@@ -25,7 +21,7 @@ const iconLinks: { label: string; href: string; icon: keyof typeof iconPaths }[]
<div class="menu-header"> <div class="menu-header">
<a href="/" class="site-title"> <a href="/" class="site-title">
<Icon icon="terminal-window" color="var(--accent-regular)" size="1.6em" gradient /> <Icon icon="terminal-window" color="var(--accent-regular)" size="1.6em" gradient />
Jeanine White Alex Lebens
</a> </a>
<menu-button> <menu-button>
<template> <template>

View File

@@ -5,7 +5,7 @@ import ContactCTA from '../components/ContactCTA.astro';
import Hero from '../components/Hero.astro'; import Hero from '../components/Hero.astro';
--- ---
<BaseLayout title="About | Jeanine White" description="About Jeanine White Lorem Ipsum"> <BaseLayout title="About | Alex Lebens" description="About Alex Lebens">
<div class="stack gap-20"> <div class="stack gap-20">
<main class="wrapper about"> <main class="wrapper about">
<Hero <Hero
@@ -15,8 +15,8 @@ import Hero from '../components/Hero.astro';
<img <img
width="1553" width="1553"
height="873" height="873"
src="/assets/at-work.jpg" src="/assets/hiking.jpg"
alt="Jeanine White at work with a colleague" alt="Alex Lebens hiking in Texas"
/> />
</Hero> </Hero>

View File

@@ -30,8 +30,8 @@ const projects = (await getCollection('work'))
<div class="wrapper stack gap-8 lg:gap-20"> <div class="wrapper stack gap-8 lg:gap-20">
<header class="hero"> <header class="hero">
<Hero <Hero
title="Hello, my name is Jeanine White" title="Hello, my name is Alex Lebens"
tagline="I am a Creative Developer who is currently based in Portland, Oregon." tagline="I am a Cloud Engineer who is currently based in St. Paul, Minnesota."
align="start" align="start"
> >
<div class="roles"> <div class="roles">
@@ -42,7 +42,7 @@ const projects = (await getCollection('work'))
</Hero> </Hero>
<img <img
alt="Jeanine White smiling in a red plaid shirt and tortoise shell glasses" alt="Alex Lebens in Antarctica"
width="480" width="480"
height="620" height="620"
src="/assets/portrait.jpg" src="/assets/portrait.jpg"
@@ -56,7 +56,7 @@ const projects = (await getCollection('work'))
<section class="section with-background with-cta"> <section class="section with-background with-cta">
<header class="section-header stack gap-2 lg:gap-4"> <header class="section-header stack gap-2 lg:gap-4">
<h3>Selected Work</h3> <h3>Selected Work</h3>
<p>Take a look below at some of my featured work for clients from the past few years.</p> <p>Take a look below at some of my featured work from the past few years.</p>
</header> </header>
<div class="gallery"> <div class="gallery">

View File

@@ -14,8 +14,8 @@ const projects = (await getCollection('work')).sort(
--- ---
<BaseLayout <BaseLayout
title="My Work | Jeanine White" title="My Work | Alex Lebens"
description="Learn about Jeanine White's most recent projects" description="Learn about Alex Lebens's most recent projects"
> >
<div class="stack gap-20"> <div class="stack gap-20">
<main class="wrapper stack gap-8"> <main class="wrapper stack gap-8">