Site text
Edit the name, title, and written sections shown on the site.
Shown under your title on the homepage.
Skills
Shown as progress cards on the homepage.
Projects
Each project shows a View Code and Live Demo button.
Publish / Export
Make your edits permanent so they show up when you upload to GitHub.
Everything you edit here is saved only in this browser. To make it show up on your
live site, copy the code block below and paste it over the DEFAULT_DATA object
near the top of both script.js and admin.js in your
project folder — then commit and push to GitHub again.
- Click Copy Code below.
- Open
script.jsin your code editor. - Select the whole
const DEFAULT_DATA = { ... };block and replace it with what you copied. - Do the same in
admin.js(it has its own copy ofDEFAULT_DATA). - Save, commit, and push to GitHub. Your live site will now start with these values for every visitor.
Reset data
Restore the site to its original default content.
This clears everything you've edited — name, about text, skills, and projects — and restores the original placeholder content. This can't be undone.