const about = {
name: "Ben Morrison",
handle: "7harlot",
role: "Software Developer",
passion: "Building clean, efficient solutions",
interests: [
"Web development",
"Problem solving",
"Continuous learning",
"Clean code architecture"
],
philosophy: "Code should be readable, maintainable, and purposeful."
};
const projects = {
portfolio: {
name: "7harlot Directory",
description: "Minimalist developer portfolio",
tech: ["HTML", "CSS", "JavaScript"],
status: "In development"
},
// More projects coming soon...
future: "Always building something new"
};
const contact = {
email: "your.email@example.com",
github: "github.com/7harlot",
linkedin: "linkedin.com/in/benmorrison",
availability: "Open to opportunities",
responseTime: "Usually within 24 hours"
};
// Feel free to reach out!