aboutsummaryrefslogtreecommitdiff
path: root/src/components/Sections/Welcome.astro
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-06-11 19:34:34 +0300
committerValentin Popov <valentin@popov.link>2025-06-11 19:34:34 +0300
commit604e507b311171f0f5d914ce28a3d42a2281a5e6 (patch)
tree43395e26f5ddf6dd8ae6c83ba864aeba0e339715 /src/components/Sections/Welcome.astro
parent3d6aedd272a2c73d65ce79036d63e6916e8f71b5 (diff)
downloadpopov.link-604e507b311171f0f5d914ce28a3d42a2281a5e6.tar.xz
popov.link-604e507b311171f0f5d914ce28a3d42a2281a5e6.zip
refactor: update blog layout and components
- Removed the PostSummary component and replaced it with a new PostElement component for better post display. - Introduced SocialLinks and Welcome sections to enhance the homepage layout. - Updated the index page to utilize the new sections, improving overall structure and user experience.
Diffstat (limited to 'src/components/Sections/Welcome.astro')
-rw-r--r--src/components/Sections/Welcome.astro10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/Sections/Welcome.astro b/src/components/Sections/Welcome.astro
new file mode 100644
index 0000000..5d64206
--- /dev/null
+++ b/src/components/Sections/Welcome.astro
@@ -0,0 +1,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>