Git Product home page Git Product logo

my-portfolio's Introduction

MY PORTFOLIO

Bridgit Wairimu Kirika

My portfolio is a project that i designed to help people understand me better what i do and the projects that i have worked on.

Am looking forward to learn more about programming and to acquire and improve my skills and knowledge in coding.I am so excited to be part of the program and am looking forward to continue learning at Moringa school.

Installation of the project

pwd: Prints the path of the current directory to the screen

ls: Lists out the contents of the current folder

cd directory-name: Changes the current directory to the one specified

mkdir directory-name: Creates a new directory (folder) in the current directory with the name specified.

touch file-name.html: Creates a new, empty file in the current directory with the name specified.

Then you create a repository on github giving it the name and descrption of the project you are working on.

git init_this is used to intialize the a new or empty repository on your local machine.

git add ._The git add command adds a change in the working directory to the staging area. It tells Git that you want to include updates to a particular file in the next commit.

git status_The git status command displays the state of the working directory and the staging area.

git commit -m ""_ this command is used to save your changes on the local repository.

git push origin master_git push origin will push changes from all local branches to matching branches the origin remote.And also will push

the local changes to the remote master branch.

After following the above setup we would like others to see our project accessing our link on our github account.

so now lets put our link by following the steps below.

first lets create a branch called gh-pages.

we git branch gh-pages

then git add .

git status

git commit -m ""

lastly we git push origin gh-pages

Technologies used

HTML

one of the technology i used to create this projesct was HTML which stands for(hypertext markup language)

Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets .

CSS

The other technology i used is css

Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML.

Contact details

If you have any issues or queries you can contact me through my facebook page (Bridgit Kirika) and my whatsapp number (0782091662).

And also if you would like to contribute to my project feel free to contact me through my contacts.

LINK

LICENSE

MIT License

copyright (c) 2020

my-portfolio's People

Contributors

bridgitkirika 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.