An open API service indexing awesome lists of open source software.

https://github.com/kimmykokonut/portfolio

(retired) V1: My Portfolio; skills: Git, CSS, Html (Epicodus Code Review 1)
https://github.com/kimmykokonut/portfolio

css git html

Last synced: 2 months ago
JSON representation

(retired) V1: My Portfolio; skills: Git, CSS, Html (Epicodus Code Review 1)

Awesome Lists containing this project

README

          

# Portfolio: Kim Robinson

#### By Kim Robinson

#### _Independent project for Epicodus Full-Stack Developer Bootcamp_

## Technologies Used

* HTML
* CSS

## Description

#### This independent project's goal is to create a portfolio landing page with the skills I have gained in my first week at Epicodus, which include basic Html and CSS. I showcase use of Html tags, typography styles, box model and floats.

## Github Pages link:
https://kimmykokonut.github.io/portfolio

## Setup/Installation Requirements
### Fork my repository
1. Make sure you are on my portfolio repository. link here: https://github.com/kimmykokonut/portfolio
2. On the top-right corner of the page, click Fork.
3. Under "Owner," select the dropdown menu and click and owner for the forked repository
4. You may optionally give the fork a new name in the "Repository name" field
5. Copy the Default branch
6. Click Create fork
### Clone the repository
1. Navigate to your fork on github.com
2. Above the list of files, click <>Code
3. Copy the URL for the repository (I use the HTTPS link)
4. In your terminal, navigate to the working directory you desire
5. Type: git clone (then paste the HTTPS link)
6. Press Enter (now you have a local clone!)
### View my code and see it rendered
1. In Terminal, navigate to the working directory containing the clone
2. Type code . to open code in VS Code (or open directory in text editor of your choosing)
3. Now you can see my code!
4. To see it rendered in a browser, right click on the index.html file in VS Code and choose "Open with Live Server"
#### _If you do not have Live Server extension installed in VS Code, directions are here: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer_

### _Optionally if you do not want to see my code or fork or clone, you may just enjoy the finished result on my github pages. (linked above)_

## Known Bugs

* No known bugs

## Version History
* 1.0 Initial Release

## License

This project is licensed under the MIT License - see the LICENSE.md file for details

Copyright (c) _13 October 2023_ _Kim Robinson_