Skip to content

jorgevrgs/fcc-landing-page

Repository files navigation

Landing Page

The landing page is a project built with development best practices such as HTML semantic tags, CSS prefixes, Linters, and more.

screenshot

Built With

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

  • Clone or download the repository
  • Open the index.html in your browser

Prerequisites

Setup

Clone from the GitHub repository. Open your Terminal and run the command:

git clone git@github.com:jorgevrgs/portfolio.git

When the process is completed enter to the folder:

cd portfolio

As an alternative, to download the code, open the repository link here, and look for the green button Code and then click on the option Download ZIP.

Install

npm install

Usage

Linters:

npm run lint:css
npm run lint:css:fix
npm run lint:html

Build:

npm run build:css
npm run watch:css

Run tests

npm test

Deployment

GitHub Pages:

  1. Open your repository page settings, i.e. https://github.com/<USERNAME>/<REPOSITORY_NAME>/settings/pages where USERNAME is your GitHub user, for instance jorgevrgs, and REPOSITORY_NAME is the name of the GitHub repository, for example portfolio.

  2. Find the Source section and select the Branch, default is main and click on Save button.

  3. As a result your page will be published at https://<USERNAME>.github.io/<REPOSITORY_NAME>.

Authors

👤 Jorge Vargas

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published