Code Monkey home page Code Monkey logo

your-tribe-profile-card's Issues

Lege section

Er staat een lege section in je HTML bij lijn 30-33

      <section>
        <section></section> 
        <section>

Article / main

Kleine opmerking, maar het <article> element kan beter een <main> element zijn om semantiek te onderhouden

h3 of p

Je gebruikt voor de informatie over jezelf een h3, terwijl het eigenlijk meer een paragraaf is. Mogelijk kan je hiervoor dus een p gebruiken.

Te weinig classes

Classes kunnen helpen met de overzichtelijkheid van je code. Je hebt veel <section> elementen in je code, allemaal zonder class. Als je deze sections bijvoorbeeld een class geeft, is het makkelijker om te zien welke <section> wat is.

      <section>
        <section></section> 
        <section>
          <h3>Hoi ik ben Ellenoor en 19 jaar oud.
            Momenteel woon ik in Enkhuizen.
            Ik ben net begonnen met de opleiding fdnd. 
            Zelf heb ik nog geen ervaring met html, css en JavaScript, maar ik ben benieuwd wat ik hiermee allemaal kan. </h3>
        </section>
      </section>

Design & code

Je hebt een leuke design gekozen, mooi.

Je code kan je met prettier extension cleaner maken

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.