Create a contact.js file and include it in your contact.html file.
Build a database object to store the pertinent information about each of your social media profiles.
Stringify the database object and store it in local storage.
The first step is to design what each object's properties should be - name of service, your name/handle, URL to profile, perhaps the icon of the service. Each object should have those properties.
contact.js
file and include it in yourcontact.html
file.The first step is to design what each object's properties should be - name of service, your name/handle, URL to profile, perhaps the icon of the service. Each object should have those properties.