I create the nav and headline in my portfolio project, using HTML, CSS(flexbox), Linters. I add the headlines, the projects cards, and also the about me section. I create the form input fields, where user can add their details and send a message. Add footer which has different social icons and links. I created the desktop version using media queries. I Deployed my website using GitHub pages
Additional description about the project and its features.
- HTML and CSS
- Media Query
- Grid Layouts and Flexbox
- Positioning
- Technologies: Git and GitHub
This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.
To get a local copy up and running follow these simple example steps.
- VS Code - A studio code editor.
- Node Package Manage: For installing and managing packages used in the project.
- Linters setup
- GitHub - For storing our codes and managing the git repo.
- Create a Repo
- Go to github and create a repo
- Copy the ssh code to clone
- Open the Commandline
- Navigate To the right directory
- Run
Git Clone git@github.com:idungstanley/portfolio.git
- Run
code .
to open your VScode Editor
- Create the Github\workflows Folder
- Create a Linters.yml file and configure
- Build and Deploy
- Portfolio Page: Click me to view the live demo
-
install the first linter Webhint
- Run
npm install --save-dev hint@6.x
- Run
-
install Stylelint linter
- Run
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- Run
-
install ESLint linter
- Run
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
- Run
-
run Webhint linter
- Run
npx hint
. on the root of your directory of your project.
- Run
-
Run Stylelint linter
- Run
npx stylelint "**/*.{css,scss}"
on the root of your directory of your project.
- Run
-
Run ESLint linter
- Run
npx eslint
. on the root of your directory of your project.
- Run
👤 Sunday Stanley
- GitHub: @idungstanley
- Twitter: @idungstanley
- LinkedIn: Sunday (idung) Stanley
👤 Andres Garzon
- GitHub: @anagudelogu
- Twitter: @AgudeloAndres__
- LinkedIn: Andres Agudelo Guzman
This project is test licensed.