Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.
/ VStudio- Public archive

Site for photographer Andrew Garnicz-Garnicki.

License

Notifications You must be signed in to change notification settings

olafsulich/VStudio-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Project title πŸš€

Site for photographer Andrew Garnicz-Garnicki. Project's has three pages: home,pictures and videos.

Motivation πŸŽ‰

This is non-profit site for my friend Andrew. Primary goal for this project was to learn how to work with client and pratice diffrent technologies.I learned also how to dealing with problems.

Screenshots πŸ“Ί

Design Design

Tech/framework used πŸ”§

Code Example/Issues πŸ”

My biggest issue was to implement mouse wheel feature. I found prepared function for that.

function throttle(func, limit) {
    let inThrottle;
    return function() {
      const args = arguments;
      const context = this;
      if (!inThrottle) {
        func.apply(context, args);
        inThrottle = true;
        setTimeout(() => (inThrottle = false), limit);
      }
    };
  }

Installation πŸ“

npm install 

Credits πŸ‘

https://tympanus.net/codrops/ helps me with many problems.

License πŸ”±

Under license (MIT, Apache etc)

MIT Β© Olaf Sulich

About

Site for photographer Andrew Garnicz-Garnicki.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published