Code Monkey home page Code Monkey logo

productpage-vinimini's Issues

Bewijslast

We hebben vandaag met z'n 4en naar Sanne's website en wiki gekeken. Haar wiki en website zien er super goed uit en ze heeft alles goed bijgehouden. Heel goed dus!

Naamgeving

Misschien kan je duidelijkere namen gebruiken voor bijvoorbeeld sections.

.section {
padding: 2rem 0;
}
.section-title {
font-size: 1.5em;
color: var(--green);
margin: 4rem 0 .5rem 1.5rem;
text-align: left;
}
.section-all {
display: block;
font-size: 0.8rem;
font-weight: 500;
color: var(--darkblue);
text-align: left;
margin-bottom: 1rem;
margin-left: 1.5rem;
}
.section {
display: grid;
grid-template-columns: 100%;
grid-column-gap: 2rem;
width: calc(100% - 3rem);
margin: 0 auto;

Veel classes

In je head staan veel classes, probeer dit misschien iets te minderen.

Overbodig class gebruik (Direct code aanspreken)

Bij bijvoorbeeld header.ejs

Classes als nav-list, nav-item, nav-link kunnen allemaal aangespronken door gerichte css

inplaats van bijvoorbeeld:

.nav-link {
color: var(--darkblue);
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}

.nav-link:hover {
color: var(--green);
}

maak ervan

.nav-menu>ul>li>a {
color: var(--darkblue);
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}

.nav-menu>ul>li>a:hover {
color: var(--green);
}

Nice

Ik heb jouw Wiki&Readme gelezen, denk dat je genoeg bewijslast hebt verzameld! Vooral de Ontwerpfase vind ik nice en duidelijk omdat je verschillende schetsen hebt gemaakt waar je precies liet zien wat je wil maken/bouwen.

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.