aboutsummaryrefslogtreecommitdiff
path: root/src/components/Sections/Welcome.astro
blob: 15ae0a3073ac168d95605932fb02f1b5c0ff2a2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<section>
	<div>
		<h1>Hi, I'm Valentin Popov 👋</h1>
		<p>
			I'm a professional software developer currently working as a project manager and team lead. On my personal
			website, I share thoughts on tech, leadership, and digital life.
		</p>
		<p>Welcome, and feel free to explore!</p>
	</div>
</section>