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

https://github.com/lauracole1900/responsiveportfolioaboutme

Responsive portfolio site, including short bio, portfolio, and contact form
https://github.com/lauracole1900/responsiveportfolioaboutme

bootstrap javascript js portfolio-website

Last synced: about 2 months ago
JSON representation

Responsive portfolio site, including short bio, portfolio, and contact form

Awesome Lists containing this project

README

          

# Bootstrap Portfolio

## Table of Contents

* [Description](#description)
* [Links](#links)
* [Screenshots](#screenshots)
* [Installation Instructions](#installation-instructions)
* [Usage](#usage)
* [Technologies Used](#technologies-used)
* [Tests](#tests)
* [Credits](#credits)
* [Contributing](#contributing)
* [Questions](#questions)
* [Badges](#badges)

## Description

This is a website about me, including biographical information, a portfolio page, and a contact form. This project includes the use of Bootstrap.

## Links

[Laura Cole site](https://lauracole1900.github.io/ResponsivePortfolioAboutMe/)

## Screenshots

About Me page:
![AboutMe screencap](./assets/about-me-page-screencap.png)

Portfolio page:
![Portfolio screencap](./assets/portfolio-page-screencap.png)

Contact Me page:
![Contact screencap](./assets/contact-page-screencap.png)

## Installation Instructions

If you want to run a copy of this app on your local machine, first clone the repository:

HTTPS:
```
$ git clone https://github.com/LauraCole1900/ResponsivePortfolioAboutMe.git
```

SSH:
```
$ git clone git@github.com:LauraCole1900/ResponsivePortfolioAboutMe.git
```

Then cd into the directory into which you cloned, right-click on any of the HTML files, and choose "Open in default browser."

## Usage

This project is intended to be used as a my first, basic portfolio site.

## Technologies Used

[![HTML5](https://img.shields.io/badge/built%20with-HTML5-f06529)](https://developer.mozilla.org/en-US/docs/Glossary/HTML5) [![CSS3](https://img.shields.io/badge/built%20with-CSS3-2965f1)](https://developer.mozilla.org/en-US/docs/Web/CSS) [![Bootstrap](https://img.shields.io/badge/built%20with-Bootstrap-563d7c)](https://getbootstrap.com/)

## Tests

npm run test

## Credits

N/A

## Contributing

N/A

## Questions

If you have further questions, you can reach me at lauracole1900@comcast.net. For more of my work, see [my GitHub](https://github.com/LauraCole1900).

## Badges

[![License badge](https://img.shields.io/badge/license-MIT-0d4b16)](./LICENSE) [![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/LauraCole1900/ResponsivePortfolioAboutMe)