Skip to content

Tatrite/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

Portfolio — Florian Fuchs

Personal portfolio website built with HTML, CSS and vanilla JavaScript. Available in English and soon in French.

Live: tatrite.github.io/Portfolio


Features

  • Responsive design (mobile-friendly)
  • Custom animated scrollbar
  • Typewriter effect on the home page
  • Sections: Home, Experiences, Projects, Skills, Contact
  • CV download button

Project Structure

Portfolio/
├── index.html
└── portfolio/
    ├── pages/
    │   ├── experiences.html
    │   ├── project.html
    │   ├── Skils.html
    │   └── contact.html
    ├── style/
    │   ├── global.css 
    │   ├── header.css
    │   ├── footer.css
    │   ├── home.css
    │   ├── experiences.css
    │   ├── project.css
    │   ├── skills.css
    │   └── contact.css
    ├── script/
    │   ├── home.js          # Typewriter effect
    │   └── header.js        # Burger menu
    ├── img/
    └── public/
        ├── favicon.ico

Deployment

This site is deployed via GitHub Pages from the main branch.

Any push to main automatically updates the live site.

Built with

HTML CSS JavaScript

GitHub Pages VS Code Git Bash

About

Mon Porfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors