Exact-style frontend portfolio (inspired by protasevich.com).
Open index.html, find the CONFIG object near the bottom <script>:
const CONFIG = {
email: 'rahul@example.com', // your email
linkedin: 'https://linkedin.com/in/...',
resume: 'resume.pdf',
resumeDownloadName: 'Rahul_Pandey_Frontend_Developer.pdf',
status: 'Available',
location: 'Dehradun',
country: 'India',
timezone: 'Asia/Kolkata',
chatName: 'rahul_copy.hmm',
};Put your PDF in this folder as resume.pdf.
Overwrite files in shots/:
shoply-1.jpg(hero 16:10),shoply-2.jpg,shoply-3.jpgmetrics-1.jpg,metrics-2.jpg,metrics-3.jpgflowkit-1.jpg,flowkit-2.jpg,flowkit-3.jpg
In each case study block, change the two href="#" on the Live demo and GitHub buttons.
Replace avatar.jpg (square crop works best, ~400×400).
Edit the case study text under each #case-shoply, #case-metrics, #case-flowkit.
Open index.html in a browser. No build step.