Customizing the content of your portfolio involves updating text, links, and personal information across various components. This guide shows you exactly where to make these changes.
<div className={styles.tagline}> <p className={styles.role}>Frontend Developer</p> <p className={styles.location}>BASED IN SAN FRANCISCO, CA</p></div>
3
Update Headline
Modify the main headline:
Hero.jsx
<h1 className={styles.headline}> BUILDING <br /> <span className={styles.outlineWord}>ROBUST</span> <br /> SYSTEMS.</h1>
4
Update Description
Change the description box content:
Hero.jsx
<div className={styles.descBox}> <p> I craft high-performance digital experiences with brutal efficiency. Specializing in scalable architecture, clean code, and user-centric interfaces. </p></div>
<h2 className={styles.headline}> PURE <br />CODE. <br />NO FLUFF.</h2><p className={styles.body}> I don't just write code; I engineer solutions. My approach is rooted in mathematical precision and creative problem-solving. I believe in software that is fast, reliable, and accessible.</p>
Customize to reflect your philosophy:
<h2 className={styles.headline}> CREATIVE <br />DEVELOPER. <br />CLEAN CODE.</h2><p className={styles.body}> I'm passionate about creating beautiful, performant web experiences. My focus is on modern frameworks, responsive design, and writing maintainable code that scales.</p>
<img src="https://images.unsplash.com/photo-1555066931-4365d14bab8c?q=80&w=800&auto=format&fit=crop" alt="Minimalist laptop setup on a wooden desk" className={styles.photo}/>
Replace with your own image:
<img src="/workspace-photo.jpg" alt="My development workspace" className={styles.photo}/>
Update the contact section heading and subtitle in src/components/Contact/Contact.jsx:
Contact.jsx
<h2 className={styles.title}>READY TO SCALE?</h2><p className={styles.subtitle}> Currently available for freelance projects and open to full-time opportunities. Let's build something that breaks the internet (in a good way).</p>
Customize the messaging:
<h2 className={styles.title}>LET'S WORK TOGETHER</h2><p className={styles.subtitle}> I'm available for freelance projects and collaborations. Reach out to discuss how we can build something amazing.</p>