GithubHelp home page GithubHelp logo

bitazee / exercise.html_personal-portfolio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from platformps/exercise.html_personal-portfolio

0.0 0.0 0.0 2.45 MB

HTML 40.91% CSS 24.55% JavaScript 34.54%

exercise.html_personal-portfolio's Introduction

My First Portfolio

  • Objective - To create a personalized portfolio detailing yourself.
  • Purpose - To establish familiarity with CSS and basic HTML.
  • Description
    • You are provided with an index.html document at the root of this project.
    • Edit the document by adding information about yourself to it.
    • This will be accomplished over the course of several days.
    • The objective is to achieve a portfolio with comparable quality to the image below.

Part 1 - Clone the project

  • Begin by forking this project into a personal repository.
    • To do this, click the Fork button located at the top right of this page.
  • Navigate to your github profile to find the newly forked repository.
  • Clone the repository from your account into the ~/dev directory.
  • Open the newly cloned project in a code editor (Visual Studio Code, for example).

Part 2 - Edit the cloned project

  • from a text editor (i.e. - Visual Studio Code), select:
    • File > Add Folder to WorkSpace
      • select the dev directory
    • from the text editor, in the dev directory, locate the newly cloned project
      • expand the project from the project explorer
      • modify the index.html by adjusting the data to fit your persona.

Part 3 - Pushing new changes to repository

  • from a terminal navigate to the root directory of the cloned project.
  • from the root directory of the project, execute the following commands:
    • git add .
      • add all files in current directory to be indexed
    • git commit -m 'I have made an edit to a file!'
      • save all indexed changes to local repository
    • git push -u origin master
      • push changes from local repository to remote repository

Part 4 - Submitting assignment

  • from the browser, navigate to the forked project from your bitbucket account.
  • click the Pull Requests tab.
  • select New Pull Request

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.