remove default content and replace with myself
This commit is contained in:
@@ -5,7 +5,7 @@ import ContactCTA from '../components/ContactCTA.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">
|
||||
<main class="wrapper about">
|
||||
<Hero
|
||||
@@ -15,8 +15,8 @@ import Hero from '../components/Hero.astro';
|
||||
<img
|
||||
width="1553"
|
||||
height="873"
|
||||
src="/assets/at-work.jpg"
|
||||
alt="Jeanine White at work with a colleague"
|
||||
src="/assets/hiking.jpg"
|
||||
alt="Alex Lebens hiking in Texas"
|
||||
/>
|
||||
</Hero>
|
||||
|
||||
|
@@ -30,8 +30,8 @@ const projects = (await getCollection('work'))
|
||||
<div class="wrapper stack gap-8 lg:gap-20">
|
||||
<header class="hero">
|
||||
<Hero
|
||||
title="Hello, my name is Jeanine White"
|
||||
tagline="I am a Creative Developer who is currently based in Portland, Oregon."
|
||||
title="Hello, my name is Alex Lebens"
|
||||
tagline="I am a Cloud Engineer who is currently based in St. Paul, Minnesota."
|
||||
align="start"
|
||||
>
|
||||
<div class="roles">
|
||||
@@ -42,7 +42,7 @@ const projects = (await getCollection('work'))
|
||||
</Hero>
|
||||
|
||||
<img
|
||||
alt="Jeanine White smiling in a red plaid shirt and tortoise shell glasses"
|
||||
alt="Alex Lebens in Antarctica"
|
||||
width="480"
|
||||
height="620"
|
||||
src="/assets/portrait.jpg"
|
||||
@@ -56,7 +56,7 @@ const projects = (await getCollection('work'))
|
||||
<section class="section with-background with-cta">
|
||||
<header class="section-header stack gap-2 lg:gap-4">
|
||||
<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>
|
||||
|
||||
<div class="gallery">
|
||||
|
@@ -14,8 +14,8 @@ const projects = (await getCollection('work')).sort(
|
||||
---
|
||||
|
||||
<BaseLayout
|
||||
title="My Work | Jeanine White"
|
||||
description="Learn about Jeanine White's most recent projects"
|
||||
title="My Work | Alex Lebens"
|
||||
description="Learn about Alex Lebens's most recent projects"
|
||||
>
|
||||
<div class="stack gap-20">
|
||||
<main class="wrapper stack gap-8">
|
||||
|
Reference in New Issue
Block a user