Giter VIP home page Giter VIP logo

portfolio's Introduction

My Portfolio Website

This repository contains the source code for my personal portfolio website built with HTML, CSS, and Bootstrap. It showcases my skills, projects, and provides information about me.

Preview

[Insert a GIF of website once complete]

Live Demo

You can see a live demo of my portfolio website here.

Features

  • Responsive design using Bootstrap framework
  • Elegant and modern layout
  • Sections for showcasing projects, skills, and information about yourself
  • Contact section so visitors can get in touch with you

Getting Started

To get a local copy of this project up and running, follow these steps:

  1. Clone the repository to your local machine using the following command:

     git clone https://github.com/nstjlol/Portfolio.git
    
  2. Navigate into the project directory:

     cd your-repo
    
  3. Open the index.html file in your preferred web browser.

    Windows:

     start chrome "index.html"
    

    Linux:

     google-chrome --vew-window "index.html"
    

Customization

You can customize the portfolio website to match your own preferences and content. Here are some steps to guide you:

  1. Open the project in a text editor or an IDE of your choice.

  2. Modify the HTML file (index.html) to update the content, such as your name, projects, skills, and information about yourself.

  3. Update the CSS styles in the styles.css file to change the appearance and layout of the website.

  4. Optionally, you can also modify the Bootstrap classes and components to further customize the design.

Deployment

To deploy your portfolio website, you can use any static hosting service, such as GitHub Pages, Netlify, or Vercel. Here's an example of how to deploy with GitHub Pages:

  1. Create a new repository on Github.

  2. Clone your new repository:

     git clone <your_repository_url>
    
  3. Navigate to the portfolio repository:

     cd portfolio
    
  4. Configure remotes

     git remote set-url origin <your_repository_url>
    
  5. Push your changes to the repository:

    git add .
    git commit -m "Update portfolio content"
    git push -u origin master
    
  6. Go to your repository's Settings tab on GitHub.

  7. Scroll down to the "GitHub Pages" section.

  8. Select the branch you want to deploy (usually master).

  9. Click on the provided URL to access your deployed portfolio website.

Credits

Bootstrap - CSS framework for responsive design

Font Awesome - Icon library for adding icons to the website

Unsplash - Source of high-quality, royalty-free images

License

This project is licensed under the terms of the MIT License.

Copyright © 2023 Nicholas St-Jacques

portfolio's People

Contributors

nstjlol avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.