Skip to content

encetroc/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status
GitHub top language GitHub language count GitHub Website GitHub package.json dependency version (dev dep on branch)

Personal portfolio

This project is about making my personal portfolio to showcase projects I make.
You can use it for your own personal portfolio if you want to.
It is made using only HTML, CSS and Javascript, I used Parcel to minify and bundle the project and Netlify to deploy it.
The portfolio contains the following features:

  • Logo
  • Fullscreen navigation
  • Introduction section
  • Skills section with cards
  • About-me section
  • Projects section, with cards
  • Footer, with icon links
  • Fully responsive

How to use

Clone the project to your machine:

git clone https://github.com/encetroc/portfolio.git

Get inside the project's folder:

cd portfolio

Install dependencies:

npm install

run the project:

npm run dev

All source files (html, css, js and assets) are in src directory.

Roadmap

  • Add svg background to Skills section, Projects section and footer
  • Add an SVG logo
  • Add initial animation to Introduction section
  • Add scroll animation for the following sections
  • Change the full screen navigation toggle animation
  • Add images to Introduction section and About-me section