Coder Social home page Coder Social logo

personal-website's Introduction

personal-website's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar dev01d avatar github-actions[bot] avatar

Watchers

 avatar

personal-website's Issues

Burger menu

This is implemented but need to:

  • Break out into it's own component 09dee70
  • Fix CSS, handles inheriting drop shadow 951e4a5
  • Scroll menu 5a3565c
    • page-wrap class is causing either the whole page or just the first component to be wrapped. The latter causing the menu to inherit that component's CSS and only wrap that component
  • Performance/bundle reduction c41a64d

Script error

Getting "Script error." when navigating from / -->/gallery

Photo Gallery/Lightbox

This is implemented but not sure I 100% like it. This 3rd party component doesn't have gesture/swipe functionality.

  • Implement 611b821
  • Fix CSS so there are margins/room for the burger menu 611b821
  • Finish adding images to gallery 779509e
  • Finish building out masonry layout c2676cf
  • CSS for margin on desktop and none on mobile 39d9b7e
  • Rename Gallery component 9bce3f0

K3s Node.js error

Returning node error on :latest image when running the container with default configuration in k3s.

Error

yarn run v1.22.18
$ next start -p 80
Error: listen EACCES: permission denied 0.0.0.0:80
    at Server.setupListenHandle [as _listen2] (node:net:1363:21)
    at listenInCluster (node:net:1428:12)
    at doListen (node:net:1567:7)
    at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {
  code: 'EACCES',
  errno: -13,
  syscall: 'listen',
  address: '0.0.0.0',
  port: 80
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Manifest

apiVersion: v1
kind: Service
metadata:
  name: personal-site
spec:
  type: LoadBalancer
  externalTrafficPolicy: Local
  selector:
    app: personal-site
  ports:
    - port: 80
      targetPort: 80

---
apiVersion: apps/v1
kind: Deployment
metadata:
  name: personal-site
spec:
  replicas: 1
  selector:
    matchLabels:
      app: personal-site
  template:
    metadata:
      labels:
        app: personal-site
    spec:
      containers:
        - name: personal-site
          image: dev01d/personal-site:latest
          ports:
            - containerPort: 80

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.