Skip to content

mudaston/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📑 Portfolio

GitHub repo size GitHub code size in bytes

This site is for practice only, this is not my real portfolio.


Demo

https://mudaston.github.io/Portfolio/


Screenshots

System Requirements


Run Locally

Clone the project

  git clone https://github.com/mudaston/Portfolio.git

Go to the project directory

  cd Portfolio

Install dependencies

  npm install

Start the server

  gulp

Open in a browser

  http://localhost:3000

Lessons Learned

How to switch site theme and move html blocks into separate files.

Splitting html into different folders is very handy because all you need to do is include an html block and import scss styles into the section.

You can create style and media query files in the same layout folder without having to search for them.


Additional

it would have been much better if I had known the gulp-file-include library earlier