aboutsummaryrefslogtreecommitdiff
path: root/src/components/Sections/Welcome.astro
blob: acbeeac70b4c1e6fa75e4d1a6363a642cf44ac61 (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>