Giter Site home page Giter Site logo

akd-io-website's Introduction

Hello! πŸ‘‹

My name is Anders and I am from πŸ‡©πŸ‡°Copenhagen, Denmark. I am a passionate frontend engineer obsessed with improving software development projects, from enhancing user and developer experience to increasing maintainability and agility.

I have spent the last 5 years consulting as a frontend web developer for a dozen different companies. I have worked with many teams, technologies, and processes and love the ever-changing environment's many learning opportunities.

Whether you are looking for a frontend lead to lay a good foundation for your next web development project or an experienced React developer to help finish the last user stories before the deadline, LinkedIn is the place to get in touch.

Create Next Stack πŸš€

Check out Create Next Stack, an open-source website and CLI tool that helps frontend teams get Next.js projects set up in minutes instead of days.

akd-io-website's People

Contributors

akd-io avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

akd-io-website's Issues

Consider making use of the system font stack

The Roboto font currently in use on the site is not essential to the design, and the speed-up in choosing a system-font is most likely more valuable than being able to choose Roboto specifically.
Not to mention the fact that users might feel more at home with the system font.

Update readme

  • Short description
  • Screenshot
  • dev, build, start commands
  • now deployment
  • Contribution

Social media button border doesn't use $darkgrey

The social media buttons are currently using black instead of $darkgrey. Border should match the button's background.

.card {
  [...]
  .social-media {
    [...]
    a {
      [...]
      border: 1px solid black;
      border-radius: 0.3em;
      background: $darkgrey;
      [...]
    }
  }
}

Automate image compression

I could write a script to compress images

  • The script should compress all images from a non-compressed folder and save them in static/ or similar.
  • It should output WebPs as well as fallback JPGs for browsers without WebP support.
  • It might be a good idea to make the script look for images in static/ that are not in the non-compressed folder and alert the user that those images aren't being compressed.

I could also compress image during build

Automate image compression

I could write a script to compress images

  • The script should compress all images from a non-compressed folder and save them in static/ or similar.
  • It should output WebPs as well as fallback JPGs for browsers without WebP support.
  • It might be a good idea to make the script look for images in static/ that are not in the non-compressed folder and alert the user that those images aren't being compressed.

I could also compress image during build

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.