Giter Site home page Giter Site logo

portfolio's Issues

[FIX] Indentation

Indentation

  • Some of the code is not nested inside the body element of the html file, this is not critical because the code works but it might make it easier to read.

Optional Suggestion

  • Use '@media (min-width: 1440px)' instead of '@media only screen and (min-width: 1440px)', it does the same but I believe it'd make a little easier to write because you're using less code to do the same.
  • Please use relative links for images in CSS to avoid broken paths
  • Kindly use more IDs instead of classes for unique elements

Thank you for your presentation!

Suggestions of improvement in code

Hi Daf ๐Ÿ‘‹ ,

Good job so far! ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰
There are some optional suggestions that you may change to improve your code.

  • In the index.js file Instead of using .remove you can use .toggle (It removes the class if it already exists, otherwise, it adds it to the collection).
  • Kindly put your images out from the "CSS" folder in another folder that can be called "Images" to make your code well-organized.
  • You might divide your styles.css file for each section (e.g. header.css, aboutme.css) to make your code more readable.

Bus fixed on bug brancch

Need to fix bugs on the index.js file

  • Add an extra "e" to mouseenter event. See here
  • Remove dot '.' from const email and error since they are accessed with getElementById. See here
  • Change user.namevalue to user.nameValue to properly access to the const See here

Good Job So Far

Everyone agreed that the pull request's code uploaded was great and it deserved to be approved,
Good job! ๐Ÿ˜ƒ ๐Ÿ˜ƒ

image

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.