Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data/biography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const biography = {
overview:
'Aleksandar Kitipov is a creator and lifelong learner building an English portfolio around web publishing, algorithm practice, and AI-assisted creative media.',
shortBio:
'From Plovdiv to the web, Aleksandar turns learning notes, experiments, and community prompts into clear digital experiences. His work balances structured engineering habits with a poetic signature: knowledge as a daily ritual.',
'Architect of Algorithm of the Day. Turning technical notes, experiments, and community prompts into living media rituals. From Plovdiv to the web, balancing structured engineering with a poetic signature.',
role: 'He creates the structure, vision, and rituals that turn technical elements into a living educational media format.',
background:
'Born in Plovdiv, Bulgaria, Aleksandar completed his primary and secondary education there before moving his curiosity into practical digital projects. The current portfolio preserves the spirit of the original static website while presenting the work through a modern React application.',
Expand Down
2 changes: 1 addition & 1 deletion src/data/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const site = {
language: 'en',
defaultTitle: 'Aleksandar Kitipov | Algorithm of the Day',
defaultDescription:
'Portfolio for Aleksandar Kitipov featuring Algorithm of the Day, React projects, learning notes, skills, and safe public contact links.',
'Official portfolio of Aleksandar Kitipov, architect of Algorithm of the Day. Exploring the intersection of web publishing, algorithm practice, and AI-assisted creative media.',
defaultImagePath: '/og-image.svg',
} as const;

Expand Down
9 changes: 4 additions & 5 deletions src/data/socialLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,11 @@ export const socialLinks: readonly SocialLink[] = [
description: 'Editor used in the legacy site origin story.',
},
{
label: 'Facebook profile name',
url: 'https://www.facebook.com/',
label: 'Facebook Profile',
url: 'https://www.facebook.com/aleksandar.kitipov',
kind: 'facebook',
isPublic: false,
description:
'Legacy content listed the name “Aleksandar Kitipov”; no profile URL is published until confirmed.',
isPublic: true,
description: 'Official Facebook profile for professional and creative updates.',
},
{
label: 'Legacy archive',
Expand Down
Loading