portfolio.github.io

Portfolio presents my background, projects that I implemented, the tools and languages I worked with. Generally it presents me as a blockchain developer.

Stars
6

Setup-and-Mobile-First

"Main Page", "Content Pages", "About Me", "Contact Me" and "Interests" pages of the personal portfolio are implemented.

Live Demo

https://mkaya13.github.io/portfolio.github.io/

Built With

  • HTML & CSS
  • Javascript
  • Linter

Getting Started

  • First of all set up the .github folder, then inside it create a folder named as workflows, then inside that foloder create a yml file called linters.yml. Then take the corresponding github file for the HTML/CSS linter config.
  • Then add index.html and a style.css to style our main content which include opening section, projects section about me page and contact me page.

Prerequisites

  • node.js

Setup

Through Github

Install

Through Github

Usage

  • My Personal Portfolio

Run tests

  • Through Github
  • Linter test in local:
    npx stylelint "**/*.{css,scss}"
  • EsLint test in local:
    npx eslint .

Authors

👤 Author1

🤝 Contributing

Thanks the microverse team their great contributions.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Inspired by the microverse option 1 template.

📝 License

This project is MIT licensed.

Related Projects