Skip to content

New portfolio website. Built with Next JS, React Context and Framer Motion.

Notifications You must be signed in to change notification settings

wolfpilot/wolfpilot.co

Folders and files

NameName
Last commit message
Last commit date

Latest commit

966ac19 · Dec 28, 2024
Oct 8, 2024
Jun 12, 2023
Oct 21, 2024
Oct 31, 2024
Dec 28, 2024
Nov 6, 2024
Jun 29, 2023
May 15, 2023
Oct 31, 2024
Oct 31, 2024
Oct 8, 2024
Oct 27, 2024
Oct 31, 2024
Oct 31, 2024
Oct 31, 2024
Oct 31, 2024
Jun 7, 2023
Oct 8, 2024
Jun 29, 2023
Oct 27, 2024
Oct 31, 2024
Jun 30, 2023
May 24, 2023
Jun 7, 2023
Oct 8, 2024

Repository files navigation

Wolfpilot

Personal portfolio website using Next JS, sprinkled with Framer Motion animations and other goodies.

Table of contents

Intro

Code & art, two sides of the same coin.

Nothing compares to the passion one has for a project of their own choice, and this one's mine.

screenshot

Demo

Features (done)

  • Architecture

    • Next JS filename-based navigation
  • State management

    • React Context
  • UI & UX

    • Animated splash screen
    • Custom cursor
    • CSS blurred site header
    • Hue-changing mouse effect
    • Oil-spill animation and hover effects
  • Accessibility

    • Fully-TAB navigable
    • Mobile site nav
      • ESC to close
    • Gallery modal
      • ESC to close
      • CTRL + <- / -> to go to prev/next slide
      • Click to zoom-in / out, scroll to pan around
    • Experience
      • Click to expand / collapse
  • Config

    • Import path aliases using tsconfig-paths
  • QOL (Quality of Life)

    • Debug visual grid
      • Add debugGrid=true param to any URL

Features (TBA)

  • None (complete)

Technologies

Splash Screen

Well, I'm not one to stroke my ego normally, but I'm very happy with this one!

As is the case with much of my work, I am constantly jumping between code and art, structure and flow, and this is yet another example of the same.

The idea was to show my general worflow. It's a multi-step animation, starting with a blank canvas and finishing with the delta-airplane shaped logo I have come to love so much. More exactly, the animation consists of three steps:

  1. The sketch or drawing.
  2. The gradual assembly or skeleton.
  3. The textures, explosion of colour and impact.

This also creates an initial impression of the branding whose elements can later be seen throughout the site: the orange theme, oil-spill hue effect and, of course, the more artistic nature of my work.

Below is a recording of the logo animation at 25% speed.

logo-animation-slowmo.mp4

And some ideas I had initially for the splash screen animation.

screenshot

Page Transitions

While the transitions between pages are not anything spectacular, I found that "wiping" away the content only to reveal the new one from underneath gives a break from the amount of information, colours and effects seen previously. Think of it as a break, a moment of rest in between musical acts or a calm scene following 20 minutes of non-stop action in your favourite movie.

When everything is busy, nothing stands out. An interruption in the rhythm makes a great impact.

On the more functional side, page transitions also allow data fetching or layout shifts to happen without janky UI movements. It's a nice way to keep the viewer interested and to hide unwanted visual artifacts.

Getting started

Requirements

  • Yarn (built on v1.22.22)

Installation

$ git clone https://github.com/wolfpilot/wolfpilot.co.git
$ cd wolfpilot.co
$ yarn

Steps

# 1. Update your env config, see .env.sample for guidance.

# 2. Run a local server instance
$ yarn dev

License

This project is licensed under the MIT License.

About

New portfolio website. Built with Next JS, React Context and Framer Motion.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published