Skip to content

LucaBrockman/Project-CircleSolutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

400 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hey 👋! Dit is de readme voor het project circle solutions.

Team; INF1A

Bram: Projectleider
Dave: Notulist
Mart: Notulist
Yarno: Kwaliteitscontroleur(Coderen)
Lennon: Kwaliteitscontroleur(Taal)
Aaron: Planner
Luca: Vicevoorzitter

Regels

Code convention: Maak gebruik van de "snake_case".
Kleurencode:

blue grey: #799dab
blue: #C7eaf8 
light blue grey: #dcf1f9



Maak gebruik van sections met een "ID en class" De containers worden geclassificeerd met de class "container" en een ID met dezelfde naam als je partial naam.

Zoveel mogelijk flex gebruiken en grid op plekken waar nodig.

We maken hoofdzakelijk gebruik van REM, en waar nodig PX, % etc.

Voor de typography wordt gebruik gemaakt van Calibre: Regular, Medium en Bold.

We gebruiken dezelfde media query breekpunten als Tailwind namelijk;

Alle commits en comments worden in het Engels gedaan.

@media screen and (min-width: 0px) and (max-width: 768px) {
}
@media screen and(min-width: 768px) and (max-width: 1024px){
}
@media screen and (min-width: 1024px)  and (max-width: 1280px){
}
@media screen and (min-width: 1280px) {
}
// etc.


Talen die we gebruiken voor dit project;


html5 logo css3 logo php logo javascript logo

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 49.5%
  • PHP 21.7%
  • Hack 15.9%
  • JavaScript 12.9%