Skip to content

Instantly share code, notes, and snippets.

const name = "Scoop";
const year = 2006;
const director = "Woody Allen";
const message = name + " , réalisé par " + director + ' , sortie en ' + year;
alert(message);
@Malgo-Web
Malgo-Web / index.html
Created September 15, 2019 22:32
CSS Flex Box
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Find the precious!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<ul>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Find the precious!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<ul>
@Malgo-Web
Malgo-Web / history
Created September 13, 2019 21:36
Linux Terminal 2
544 sudo apt-get install -y tree wget unzip
545 wget https://github.com/bhubr/bhubr.github.io/raw/master/wild/planets.zip
546 unzip planets.zip
547 eog planets
548 mkdir -p planets/real planets/fictional planets/inhabited
549 pwd
550 ls
551 ls planets
552 mkdir -p planets/real/telluric planets/real/gas-giants planets/real/dwarf-planets
553 ls real
malgorzata@malgorzata-UX32LN:~$ ls
Bureau google-chrome-stable_current_amd64.deb Public
Documents Images snap
examples.desktop Modèles Téléchargements
gitTest Musique Vidéos
malgorzata@malgorzata-UX32LN:~$ ls -l
total 60896
drwxr-xr-x 5 malgorzata malgorzata 4096 sept. 11 13:48 Bureau
drwxr-xr-x 5 malgorzata malgorzata 4096 sept. 12 20:15 Documents
-rw-r--r-- 1 malgorzata malgorzata 8980 sept. 10 11:40 examples.desktop
https://www.dropbox.com/sh/vhwxxvxph2zi40a/AACeL_2Cwr_wgHRxR-dbKtqWa?dl=0
@Malgo-Web
Malgo-Web / FindThePrecious.html
Created September 3, 2019 12:04
Html- les bonnes pratiques
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>FindThePrecious </title>
<link rel="stylesheet" href="FindThePrecious.css" />
<meta name="author" content="Malgo">
<meta name="description" content=" One of exercise for WC school.Some description of a group of friends who become enemis">
<link rel="shortcut icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQa70vl7l3ZBESdd5AMwWnh4PVox0k5Oz-yx7dppLIxDdY-elrx">
</head>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Find the precious!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<ul>
@Malgo-Web
Malgo-Web / index.html
Created August 31, 2019 20:13
06 - CSS : box model another solution
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Find the precious!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<ul>
@Malgo-Web
Malgo-Web / index.html
Created August 31, 2019 09:30
CSS box model
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Find the precious!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<ul>