Hello! Here is my personal portfolio website based on this template.
Even though it was based on an open-source implementation, my version has undergone rigorous testing, UI/UX improvements and near-perfect mobile responsiveness. To use my template, look at this section below.
Feel free to reach out to me via the information provided in the website or linkedin.
- Visit my repository.
- Fork the repository by clicking on the Fork button
- Install git
- Visit the repository
- Copy the link
https://github.com/fairyinabottle4/website-development.gitof the repository by clicking on the clone button - Open terminal
- Type
git clone https://github.com/fairyinabottle4/website-development.git
Images
- Images are organised under
assets/images - For a start, add your profile picture to
assets/images - Open index.html
- Change the
<img src="">to your image path, do take note that image file names are case-sensitive - This changes the picture in the home page
Social Media Links
- Home Page
- Under
index.html, search forsocialiconand change the links
- Under
- Footer
- Under
js/app.js, search forsocial-buttonand change the links
- Under
Contact Form
- Under
js/app.js, search forform actionand replace the random string of characters with your email- For example,
<form action="https://formsubmit.co/myemail@dot.com" method="POST">
- For example,
- Submit a test form and follow the instructions to activate the API
Website Signature
- Under
js/app.js, search fornavbar-brandand change the words to your desired signature
Home Page
- To change the name on the home page
- Open
index.html - Change all instances of
Keith Lowto your Name
- Open
- To change the interests displayed
- Open
index.html - Search for
data-wordsand change the list of words
- Open
Experience
- Add your work experience images to
assets/images/experience-page - To change the technical experience details
- Open
experience.html - Search for
technical-experience-cards- Change the current title to your position inside
title - Change the current image path to your image path inside
img src="" - Change the current place to your industry/company name inside
pre-heading - Change the current time to your duration of work inside
author - Change the current description to your job description inside
<ol>""</ol>
- Change the current title to your position inside
- Open
- To change the work experience details
- Open
experience.html - Search for
work-experience-cards- Change the current title to your position inside
title - Change the current image path to your image path inside
img src="" - Change the current place to your industry/company name inside
pre-heading - Change the current time to your duration of work inside
author - Change the current description to your job description inside
<ol>""</ol>
- Change the current title to your position inside
- Open
Projects
- Add your project images to
assets/images/project-page - To change the project details
- Open
project.html - Search for
projectcards- Change the current title to your project name inside
title - Change the current image path to your project image path inside
wrapper - Change the current description to your project description inside
subtitle - Add the preview link and github link inside
menu-content
- Change the current title to your project name inside
- Open
Research
- Add your research images to
assets/images/research-page - To change the research details
- Open
research.html - Search for
researchDetailsTable- Change the current title to your research paper title inside
paperTitle - Change the current authors to your research paper authors inside
authors - Change the current conferences to your research conferences inside
rConferences - Change the current research year to your research year inside
researchYr - Change the current image path to your image path inside
<img src=""> - Change the current abstract to yours inside vancouver
ABSTRACT - Change the current citation to yours inside bibtex
CITATION
- Change the current title to your research paper title inside
- Open
Education
- Add your institute and MOOC images to
assets/images/education-page - To change the formal education details
- Open
education.html - Search for
edSection- Change the institute name, subheading and duration of study inside
qual - Change the current image path to your image path inside
<img src=""> - Change the current description to yours inside
<p>""</p>
- Change the institute name, subheading and duration of study inside
- Open
- To change the MOOC details
- Open
education.html - Search for
moocs- Change the current title to your course name inside
mooc-title - Change the current image path to your course image path inside
<img src=""> - Change the current MOOC link to yours inside
<a href="">
- Change the current title to your course name inside
- Open
Search Engine Optimisation and Miscellaneous
-
Search for
site_name&siteand update it to the link to your portfolio -
Search for
titleand update it fromKeith Low | HometoYour Name | Home -
Search for
keywords&descriptionand update by writing something about yourself -
Search for
urland update it to the link to your portfolio -
Search for
application-nameand update it fromKeith Low | HometoYour Name | Home -
Search for
apple-mobile-web-app-titleand update it fromKeith Low | HometoYour Name | Home -
Search for
summaryand update it by writing somthing about yourself -
Add your preview image to to
assets/imagesand upload the same image to an image hosting website running on HTTPS, such as IMGUR. -
Search for
og:imageand update it to the image path of your preview image -
Search for
og:image:secure_urland update it to the IMGUR link of your preview image
-
Save the changes you have made till now
-
Open terminal in the file you made the changes
-
Type
git add . -
Type
git commit -m "Your commit message" -
Type
git push origin master -
In your Github repository e.g.
https://github.com/fairyinabottle4/website-development, click onSettingsand navigate toPageson the left sidebar -
Build your website by choosing
Branch: master, folder/ (root)and click save. -
Your website is now up and running!
Many thanks and all credit goes to my good friend Ray who made this template.
