Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leomssilva/leomssilva.github.io

:briefcase: :computer: :iphone: This repository is my online resume. Can be accessed by url: https://leomssilva.github.io
https://github.com/leomssilva/leomssilva.github.io

Last synced: about 6 hours ago
JSON representation

:briefcase: :computer: :iphone: This repository is my online resume. Can be accessed by url: https://leomssilva.github.io

Awesome Lists containing this project

README

        

Resume Online





[![Author](https://img.shields.io/badge/author-LeoMSSilva-blue?style=flat-square)](https://github.com/LeoMSSilva)
[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)](https://github.com/LeoMSSilva)
[![Languages](https://img.shields.io/github/languages/count/LeoMSSilva/LeoMSSilva.github.io?color=blue&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LeoMSSilva/LeoMSSilva.github.io?color=blue&style=flat-square)](https://github.com/LeoMSSilva/LeoMSSilva.github.io.js/stargazers)
[![Forks](https://img.shields.io/github/forks/LeoMSSilva/LeoMSSilva.github.io?color=blue&style=flat-square)](https://github.com/LeoMSSilva/LeoMSSilva.github.io.js/network/members)
[![Contributors](https://img.shields.io/github/contributors/LeoMSSilva/LeoMSSilva.github.io?color=blue&style=flat-square)](https://github.com/LeoMSSilva/LeoMSSilva.github.io.js/graphs/contributors)

---

## Hosted on: [click](https://leomssilva.github.io) :eyes:

---

# :pushpin: Table of Contents

- :house: [About](#house-about)
- :dart: [Installation](#dart-installation)
- :gear: [Install dependencies](#hammer_and_wrench-install-dependencies)
- :rocket: [Getting started](#rocket-getting-started)
- :computer: [Techs](#computer-techs)
- :bust_in_silhouette: [Author](#bust_in_silhouette-author)
- :handshake: [Contributing](#handshake-contributing)
- :scroll: [License](#scroll-license)

---

# :house: About

This project contains my online resume.

To style the **css** and give behavior to the page elements, I used **bootstrap** together with **sass**.

I used **node** to manage dependencies, **gulp** to automate the build process, and **travis** as a ci tool to automate the deploy.

---

# :dart: Installation

**First you need to install:**

- [Node.js](https://pt-br.nodejs.org) (required)
- [Pnpm](https://pnpm.io/pt/) (optional)

**Then in order, clone the project.**

By HTTPS, running this command:

```bash
git clone https://github.com/LeoMSSilva/LeoMSSilva.github.io.git
```

Or by ssh, running this command:

```bash
git clone [email protected]:LeoMSSilva/LeoMSSilva.github.io.git
```

SSH is a secure protocol, but you need to register a key ssh in your github before.

## :hammer_and_wrench: Install dependencies

```bash
pnpm install
```

## :rocket: Getting Started

```bash
pnpm start
```

---

# :computer: Techs

- Html
- Css
- Bootstrap
- Sass
- Node
- Gulp
- Travis

---

# :bust_in_silhouette: Author

**LeoMSSilva**

- Github: [@LeoMSSilva](https://github.com/LeoMSSilva)
- LinkedIn: [@LeoMSSilva](https://linkedin.com/in/LeoMSSilva)

---

# :handshake: Contributing

Contributions, issues and feature requests are welcome! Feel free to **file a new issue** on the [LeoMSSilva.github.io](https://github.com/LeoMSSilva/LeoMSSilva.github.io/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!

---

# :scroll: License

Copyright :copyright: 2022 [LeoMSSilva](https://github.com/LeoMSSilva).


This project is [MIT](https://github.com/LeoMSSilva/LeoMSSilva.github.io/blob/main/LICENSE) licensed.

---