Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Trending
  • NEWS
  • Blogs
  • Tips & Tricks
  • Website & Apps
  • Tech Tips
  • Tech Blogs
  • ChatGPT Blogs
  • Tech News
  • AI News
  • ChatGPT News
  • ChatGPT Tutorial
Open In App
Next Article:
How to create and deploy your portfolio in under 10 minutes
Next article icon

How to create and deploy your portfolio in under 10 minutes

Last Updated : 14 Feb, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Creating and hosting a portfolio is what every modern day programmer has to do. I did it a few days back and faced a few issues. At first, I didn’t know anything about the matter at hand. I did some research and was able to find a way that is super fast. I thought to myself so why not make this tedious process an easy one? Within the next 10 minutes we are going to deploy a static website (a portfolio) with a domain name of our choice and host it through github-pages . We are going to do all that for free! This guide will help beginner programmers to develop and deploy their portfolio’s easily. So let’s get started !! The first thing you would need is an account on Github . Head out to Github and create one. Now you need to develop your portfolio website. You can easily download a portfolio template from the web and change it according to your demands. You can get one from here easily. Open the link and just click on fork and the project will be available on your github account. You would just need to make minor changes in the index.html file like adding your name, image etc which you can easily do if you have some basic html knowledge. Note that if you don’t want to download a template and want to create a portfolio on your own, it would take time. I created my portfolio all by myself using MaterializeCSS. MaterializeCSS is amazing and is one of the most used CSS framework when it comes to responsive design. After doing all this, you'll have a portfolio ready but it's not yet live. Do the following steps to publish your portfolio on web:

  • Open your repository that you got after forking the project (if you wrote the code yourself then do create a repo on Github) and click on settings.
  • Now navigate to Github Pages and select the branch where you have all your code. Choose master if you have not created any new branch and have just forked the repository from the link above.
  • Now just visit this link: 'yourusername'.github.io/'yourprojectname' .

Voila! Your website is live. You might be thinking the author talked about custom domain for free. Don't worry, I don't make fake promises! Here is how to do that! We all can agree that this domain name doesn't look good so we are going to get a cool domain name .

Freenom

is a great place to get domain names that end with .tk, a top level domain that is available for free. So just visit the link and get a domain name. Since we are hosting a portfolio so it is advised to get a domain that has your name in it. Like in my case, my name is not so common and I was able to get a domain that has my complete name in it. If your name is pretty common and you can't get a domain name of your choice then you can curse your parents! They are responsible for that !! Jokes apart, just get the domain name that is available :) So now we have a domain name and we just need to link this domain name with our github repository. Perform the following tasks in order to do that:

  • First of all visit your Repository. Click Settings .

  • Now, Under GitHub Pages Section, enter your custom domain name (the one we bought from freenom.com) and click Save.
  • Visit your Domain Provider. In this guide, we have chosen Freenom.com that provide free domain names.
  • Now, Find Something Like, 'DNS', 'DNS Management', 'DNS Configuration', etc. where there is an option to add 'A' or 'CNAME' records.

  • Just ensure that the configuration looks like one below, by adding them. So after doing all this, we can visit our portfolio website at the domain name that we bought. I purchased a domain myself and my portfolio is live here, and source code. I have also shared this article on Medium. You can follow me on Twitter/geekypunjabi, and on Instagram/pndrgrewal.
  • Follow the given link to Build and Host your own portfolio website using HTML,CSS and JavaScript.

Next Article
How to create and deploy your portfolio in under 10 minutes

P

PushpinderSinghGrewal
Improve
Article Tags :
  • Websites & Apps
  • Technical Scripter 2018

Similar Reads

    What is Basecamp Tool and How to Use it?
    Basecamp tool is a project management software that helps various companies and organizations to successfully deliver their products. It is necessary to give an effective project to the clients. But now the question arises, how effectively is the project managed? An effective project is managed by a
    8 min read
    Portfolio Design - A Complete Overview
    Portfolio design is not just about showcasing a collection of works; it's a strategic craft that combines aesthetics with functionality, offering a compelling narrative about one's expertise, style, and personality. Whether it's for a graphic designer, photographer, or architect, the design of a por
    3 min read
    Creating and Hosting E Portfolio Website from Scratch | Portfolio Website Project
    Creating Personal Portfolio Website is one of the most common project in Software Development. A well-crafted portfolio website serves as a digital resume, showcasing your skills, creativity, and accomplishments that define an individual or a brand in the online landscape. In the following Article w
    15+ min read
    How to Make a Graphic Designer Portfolio?
    your portfolio is the most important thing when you are looking for a job, it is even more important than your resume since most recruiters look at your resume after they complete looking at your portfolio and decide to go ahead with you. According to a survey, more than 80% of hiring managers consi
    6 min read
    How Do I Create a Portfolio Website ?
    You Can Create Your own portfolio by using your knowledge of HTML, CSS and JavaScript or you can use some portfolio creation websites like Siter.io , Adobe Portfolio , YouPic , WordPress , Pixpa etc. You can follow the post Portfolio Website Project to build your own website using HTML, CSS and Java
    2 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences