remove default content and replace with myself
This commit is contained in:
		@@ -5,7 +5,7 @@ import Icon from './Icon.astro';
 | 
			
		||||
 | 
			
		||||
<aside>
 | 
			
		||||
	<h2>Interested in working together?</h2>
 | 
			
		||||
	<CallToAction href="mailto:me@example.com">
 | 
			
		||||
	<CallToAction href="mailto:alexander.lebens@gmail.com">
 | 
			
		||||
		Send Me a Message
 | 
			
		||||
		<Icon icon="paper-plane-tilt" size="1.2em" />
 | 
			
		||||
	</CallToAction>
 | 
			
		||||
 
 | 
			
		||||
@@ -6,15 +6,14 @@ const currentYear = new Date().getFullYear();
 | 
			
		||||
<footer>
 | 
			
		||||
	<div class="group">
 | 
			
		||||
		<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" />
 | 
			
		||||
		</p>
 | 
			
		||||
		<p>© {currentYear} Jeanine White</p>
 | 
			
		||||
		<p>© {currentYear} Alex Lebens</p>
 | 
			
		||||
	</div>
 | 
			
		||||
	<p class="socials">
 | 
			
		||||
		<a href="https://twitter.com/me"> Twitter</a>
 | 
			
		||||
		<a href="https://github.com/me"> GitHub</a>
 | 
			
		||||
		<a href="https://codepen.io/me"> CodePen</a>
 | 
			
		||||
		<a href="https://github.com/alexlebens"> GitHub</a>
 | 
			
		||||
		<a href="https://www.linkedin.com/in/alexanderlebens"> LinkedIn</a>
 | 
			
		||||
	</p>
 | 
			
		||||
</footer>
 | 
			
		||||
<style>
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@ interface Props {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const {
 | 
			
		||||
	title = 'Jeanine White: Personal Site',
 | 
			
		||||
	description = 'The personal site of Jeanine White',
 | 
			
		||||
	title = 'Alex Lebens: Personal Site',
 | 
			
		||||
	description = 'The personal site of Alex Lebens',
 | 
			
		||||
} = Astro.props;
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -12,12 +12,8 @@ const textLinks: { label: string; href: string }[] = [
 | 
			
		||||
 | 
			
		||||
/** Icon links to social media — edit these with links to your profiles! */
 | 
			
		||||
const iconLinks: { label: string; href: string; icon: keyof typeof iconPaths }[] = [
 | 
			
		||||
	{ label: 'Twitter', href: 'https://twitter.com/me', icon: 'twitter-logo' },
 | 
			
		||||
	{ label: 'Twitch', href: 'https://twitch.tv/me', icon: 'twitch-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' },
 | 
			
		||||
	{ label: 'GitHub', href: 'https://github.com/alexlebens', icon: 'github-logo' },
 | 
			
		||||
	{ label: 'LinkedIn', href: 'https://www.linkedin.com/in/alexanderlebens', icon: 'codepen-logo' },
 | 
			
		||||
];
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
@@ -25,7 +21,7 @@ const iconLinks: { label: string; href: string; icon: keyof typeof iconPaths }[]
 | 
			
		||||
	<div class="menu-header">
 | 
			
		||||
		<a href="/" class="site-title">
 | 
			
		||||
			<Icon icon="terminal-window" color="var(--accent-regular)" size="1.6em" gradient />
 | 
			
		||||
			Jeanine White
 | 
			
		||||
			Alex Lebens
 | 
			
		||||
		</a>
 | 
			
		||||
		<menu-button>
 | 
			
		||||
			<template>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user