Yahoo India Web Search

Search results

  1. Browse public repositories on GitHub that contain source code for portfolio websites. Find templates, themes, and examples for various languages, frameworks, and styles.

    • Html 5,668

      Html 5,668 - portfolio-website · GitHub Topics · GitHub

    • Vue 341

      Vue 341 - portfolio-website · GitHub Topics · GitHub

    • Php 143

      Php 143 - portfolio-website · GitHub Topics · GitHub

    • Most Forks

      Most Forks - portfolio-website · GitHub Topics · GitHub

    • Most Stars

      Most Stars - portfolio-website · GitHub Topics · GitHub

  2. Sep 22, 2022 · Find public repositories on GitHub that contain code for responsive portfolio websites built with HTML, CSS, JavaScript, React, and other technologies. Compare and explore different designs, features, and templates for your own portfolio website.

  3. Oct 10, 2022 · I’ll go through a few advantages of setting up a portfolio website in this article. Then, using HTML and CSS, I’ll demonstrate how you can build a stunning responsive portfolio website for yourself. We’ve also provided the free Source Code for the Portfolio Website. How To Create a Responsive Portfolio Using HTML & CSS?

    • Table of Contents
    • Benefits of Having A Portfolio Website
    • What Is Bootstrap?
    • Folder Structure
    • How to Add A Navigation Menu to Your Portfolio
    • How to Add A Hero Header to The Portfolio
    • How to Make The About Section
    • How to Make The Services Section
    • How to Add Dark Background Color to Navbar on Page Scroll
    • How to Build The Portfolio Section

    Having a portfolio website has several benefits, including: 1. it provides a platform to showcase your relevant skills and experience 2. it shows your personality 3. it lets hiring managers find you instead of you reaching out to them 4. you are easily searchable on search engines like Google

    Bootstrap is a popular front-end CSS framework which is used to develop responsive and mobile friendly websites. The latest release of Bootstrap is version 5. You can find the official documentation of Bootstrap 5 here.

    We will now start working on creating the portfolio website. First, let's create the folder structure. You can get the project starter files on GitHub. Also, you can visit hereto see the live demo of this project. The folder structure consists of index.html, style.css, and script.js files and an images folder. We'll write all CSS in the style.css f...

    Now, let's work on adding a navigation menu in our project. It will help visitors find the relevant info they're looking for. We will use Bootstrap's fixed-top class in nav element to keep the navbar at the top of the page. The navbar also has a navbar-brandclass where we keep the name of the person as a brand. The navbar has the following features...

    Now, we will be adding a hero image with some text in the center. A hero image is a web design term which refers to a high quality full width image that displays the company or individual's main goals, a representative image, photo, or other eye-catching elements. It helps attract users to your site. Also, let's add the CSS for the above code in th...

    The About page contains important information about you and your background. Visitors to your portfolio site can get to know you through the information you provide in this page. We will be adding an image to the left side of the row, and on the right side we will add our quick introduction in this section. Let's demonstrate it using the code below...

    This section helps convert website visitors into potential clients. This is where you explain what specific services you offer, and where you niche downyour offered services. Let's add the code for this section and describe it below: Since this website is targeted towards web developers and designers, I've included some of the services which a web ...

    If you look into the above gif properly you will see that the navbar is transparent throughout the page which causes readability issues. So let's work on fixing this issue. We will write some JavaScript and CSS in order to resolve this problem. We will add a navbarDarkclass in order to show a dark background color for the navbar on page scroll. For...

    This section includes your best work. People can see what you are capable of doing, and showcasing strong past work will definitely attract more potential clients or recruiters. So only add your best work in this section. We will use Bootstrap cards to display the portfolio projects. There will be 2 rows and each row will have 3 columns of cards. T...

  4. Mar 17, 2021 · Learn how to create a personal portfolio website using HTML CSS and JavaScript with this free source code. See the demo, video tutorial and download the code for each page of the portfolio website.

  5. May 7, 2021 · Learn how to create a responsive personal portfolio website with Bootstrap 4 code, HTML, CSS, and JavaScript. Download the source code and watch the video tutorial to follow the steps.

  6. Dec 16, 2021 · Learn to create a modern looking portfolio website with smooth transition, CSS timeline, and hover effect. See the source code, video tutorial, and live demo of this project.

  1. People also search for