Skip to content

Instantly share code, notes, and snippets.

View valpryz's full-sized avatar

Charles Bertrand PRISO valpryz

View GitHub Profile
const teacher = [
{
email: 'valpryz@gmail.com',
surname: 'charles Bertrand',
name: 'Priso',
password: '******',
model: 'teacher',
lessonAssigned: [
{
Title: '',
@valpryz
valpryz / breakpoint.css
Created April 25, 2019 15:05
breakpoint code bloc
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
/* regles CSS */
}
@valpryz
valpryz / commaList.css
Created April 25, 2019 14:54
comma list bloc code
@media only screen and (min-width: 480px), (orientation: landscape) {
/* regles CSS */
}
@valpryz
valpryz / andOp.css
Created April 25, 2019 14:49
and operator code
@media only screen and (max-width: 480px) and (min-resolution: 300dpi) {
/* regles CSS */
}
@valpryz
valpryz / dotsPerInch.css
Last active April 25, 2019 14:47
first code in dpi bloc
@media only screen and (min-resolution: 300dpi) {
/* CSS pour ecran haute definition */
}
@valpryz
valpryz / range2.css
Last active April 25, 2019 14:17
range bloc second code
@media only screen and (min-width: 320px) {
/* la regle s'applique pour une taille d'ecran comprise entre 320px - 479px */
}
@media only screen and (min-width: 480px) {
/* la regle s'applique pour des ecrans aux tailles > 480px */
}
@valpryz
valpryz / range1.css
Created April 25, 2019 14:14
range bloc first code
@media only screen and (min-width: 320px) and (max-width: 480px) {
/* ruleset for 320px - 480px */
}
@valpryz
valpryz / media.css
Created April 25, 2019 12:29
first code of my article
@media only screen and (max-width: 480px) {
body {
font-size: 12px;
}
}

JavaScript

  • Udacity Javascript Basics
  • NodeSchool.io - Javascripting
  • Safari - Professional Javascript for Web Developers
  • Udacity Object-Oriented JavaScript
  • Safari - You dont know JS series
  • NodeSchool - Promise it won't hurt
  • NodeSchool - Planet proto
  • Udacity JavaScript Design Patterns
  • NodeSchool - Scope Chains and Closures
@valpryz
valpryz / DailyCssImages.md
Created August 3, 2018 15:01 — forked from MeFoDy/DailyCssImages.md
Daily CSS Images: full list of tasks

Daily CSS Images

Week 1

Day 1. Bear Cub

The challenge begins! Don't overthink it. A cub can be made in only a few shapes.

Day 2. Elephant