Welcome to my Portofolio, with two main versions (mobile and desktop). The 2 versions have been styled in plain CSS using media queries. They will have descriptions on my most important personal projects, my dev skills and a contact for that you can use to reach me. The contact for is done using a service called Formspree. It is live HERE.
- HTML & CSS
To get a local copy up and running follow these simple example steps:
Prerequisites
-
Code Editor ( VS Code is great and it's free! )
-
Any Web Browser of your choice
-
Clone the repository to your local computer by using git through the instructions below or download it using the following link as a ZIP file.
# Clone this repository
$ git clone https://github.com/Beardless-sheik/Alicks-Portfolio.git
- Open the index.html file in your browser!
- Proceed to edit files and please create a new branch on your local copy and create a Pull request if you want contribute!
For tracking linter errors locally you need to follow these steps:
-
After cloning the project you need to run this command
npm install This command will download all the dependancies of the project
-
For tracking the linter errors in HTML file run:
npx hint .
-
And for tracking the linter errors in CSS file run:
npx stylelint "**/*.css"
-
And for tracking the linter errors in JS file run:
npx eslint .
- GitHub: @beardless-sheik
- Twitter @beardless-sheik
- LinkedIn @Alick Nyirenda
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page or create any!
- The beautiful template is from the Microverse team that can be found on Figma here.
Give a ⭐️ if you like this project!