Allow me to introduce my first try in a professional web portfolio.
Languages : PHP, HTML, SCSS, JS
SCSS is configured to work as 7_1 architecture :
├── main.scss
|
├── abstracts
│ ├── _index.scss
│ └── _variables.scss
├── base
│ ├── _index.scss
│ ├── _reset.scss
│ └── _typography.scss
├── components
│ ├── _canvas.scss
│ ├── _cta.scss
│ ├── _h1.scss
│ ├── _index.scss
│ ├── _nav_a.scss
│ └── _paragraph.scss
├── layout
│ ├── _aside.scss
│ ├── _header.scss
│ ├── _index.scss
│ ├── _main-project.scss
│ └── _main.scss
└── main.scss
Apps used :
ImgBot(img size optimization)Mend Bolt(code security & quality check)Zapier(Service connector : GitHub-Discord for this project)
This repository is linked to Vercel at the URL :
https://portfolio-tuberculep.vercel.app/
Steps to use / edit :
### Clone Repository
```sh
git clone https://github.com/TuberculeP/Portfolio.git
With Homebrew
brew install sass/sass/sassWith Node.js
npm install -g sassWith Chocolatey
choco install sassAt the repository root :
sass --watch sass/main.scss:style.cssYou'll need PHP 8+ to start this project.
Consider install valet or MAMP/XAMP to monitor and start website.