Code Monkey home page Code Monkey logo

next-profile_page's Introduction

Welcome to My Personal Website

This is my personal website to get to know more about me and my progress, this website and all the corresponding styles is truly inspired by Superrb and animation of this website is with the help of Animate Style and the helpful people mentioned below.

Website

Run Locally

$ git clone https://github.com/mfadlika/Next-Profile_Page.git
$ cd Next-Profile_Page
$ npm install
$ npm run dev

About the Website

This website is built with Next JS and Tailwind, inspired by Superrb and animation of this website is with the help of Animate Style. To install Animate Style to your project:

$ npm install animate.css --save

Add it directly to your webpage using a CDN:

<head>
  <link
    rel="stylesheet"
    href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
  />
</head>

To implement it to your corresponding element you want to animate:

  • After installing Animate.css, add the class animateanimated to an element, along with any of the animation names (don't forget the animate prefix!):
<h1 class="animate__animated animate__bounce">An animated element</h1>
  • And for more information you can deep dive to their website: Animate Style.

For the other animations, big thanks to their beautiful works:

  • The Menu Hamburger Icon Animation is animated by Jesse Couch, you can see the work and the source code at Jesse Couch's CodePen account.
  • The Waves Animation is animated by Ted McDonald at Ted McDonald's CodePen.
  • The Shining Text Effect Animation on hovering the Navigation Link is animated by Fazlur Rahman at Fazlur Rahman's CodePen account.
  • The Night Sky Animation in the dark mode is animated by Sobhan Dash at dev.to

For Dark Mode, here's the nice article you can read: egghead.io

next-profile_page's People

Contributors

mfadlika avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.