aboutsummaryrefslogtreecommitdiff
path: root/src/components/Sections/Welcome.astro
blob: 5d64206397db017f1e0bbf0645ca79e3a7c8dd1a (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 insights, ideas, and articles on software development, leadership, and the digital world.
		</p>
		<p>Welcome, and feel free to explore!</p>
	</div>
</section>