Giter Club home page Giter Club logo

samuelp.ing's Introduction

Personal Website

This is my personal website's repository! Hopefully you're here because you like my website.

Stack

I built my website using Next.js and Tailwind CSS.

Getting Started

Run npm i to install packages. Then npm run dev to run the site locally in dev mode.

samuelp.ing's People

Contributors

samuel-ping avatar github-actions[bot] avatar longtran1904 avatar

Stargazers

Shudhanshu Gunjal avatar  avatar

Watchers

 avatar

samuelp.ing's Issues

plaintext version

a plaintext version of my website, super simple like here with a button that transforms it to the current version :D

Current issues

Bugs:

  • Hamburger menu popover panel
    • Clicking outside the panel doesn't close it. Clicking on the navbar does though.
    • When the panel is open on the 404 page, it is behind the image of Shrimp for some reason.
  • When running locally, warning in console when light mode is toggled, but not when dark mode is on:
themeToggle.js:21 Warning: Cannot update a component (`f`) while rendering a different component (`ThemeToggle`). To locate the bad setState() call inside `ThemeToggle`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render
    at ThemeToggle (webpack-internal:///(app-pages-browser)/./components/themeToggle.js:17:82)
...

Improvements:

  • Heading text should be another color from body text
  • Color palette
    • Accent color in dark mode could be more pronounced
  • Fix accessibility (use lighthouse in chrome to see what to improve)
  • Change font
  • Search bar for projects
  • Back button (on project pages) can use router to go back to wherever user came from, rather than always going to all projects
  • Blog?

Cool to have:

  • About me page can be way cooler. Maybe try implementing a modern web design (scrapbook maybe)?
  • Highlight animation (see this and this)
    • Hovering over a tagline can highlight it, and change the photo
    • Buttons can have highlight effects on hover
  • Analytics (consider GoatCounter, Plausible, and umami)

tailwind css

look into:

theme: {
    extend: {
    	colors: {
    		primary: '#5222d0',
    		secondary: '#ec615b'
    	},
      gridAutoColumns: {
        '270': '270px',
        '220': '220px',
      }
    },
  },
  variants: {
    extend: {},
  },
  plugins: [require('@tailwindcss/typography')],

theme and tailwindcss/typography

make favicon work

why did none of these solutions work :(

and you know what throw in all SEO stuff into this issue, like meta tags and stuff. Can also try using next-seo package

look into _document.js

BlurHash research

Tried all sorts of things to be able to use BlurHash as image placeholders while they load. Maybe take another look in the future, perhaps it'll be more compatible then.

cms config

  • use {{year}} {{month}} {{date}} slugs for resume?

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.