Skip to content

Instantly share code, notes, and snippets.

@angelique-w
angelique-w / git.md
Last active September 13, 2019 23:24

Git

Qu’est-ce que Git ?

Git est un système de gestion de versions décentralisé. C'est un logiciel libre créé par Linus Torvald, auteur du noyau Linux. C'est aujourd'hui le logiciel de gestion de versions le plus populaire.

Objectifs :

  • travailler à plusieurs sur le même code
  • historiser le code
  • gérer les versions
@angelique-w
angelique-w / index.html
Created September 12, 2019 17:22
FindThePrecious Responsive
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Find the precious!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
.
├── fictional
│   ├── arrakis.jpeg
│   ├── coruscant.jpeg
│   └── cybertron.jpeg
├── inhabited
│   ├── arrakis.jpeg
│   ├── coruscant.jpeg
│   ├── cybertron.jpeg
│   └── earth.jpeg
angelique@angelique-VivoBook-S15-X530UA:[~] $ ls
Bureau examples.desktop Modèles Public Téléchargements wcs
Documents Images Musique snap Vidéos work
angelique@angelique-VivoBook-S15-X530UA:[~] $ ls Téléchargements
angelique@angelique-VivoBook-S15-X530UA:[~] $ pwd
/home/angelique
angelique@angelique-VivoBook-S15-X530UA:[~] $ cd Images
angelique@angelique-VivoBook-S15-X530UA:[~/Images] $ pwd
/home/angelique/Images
angelique@angelique-VivoBook-S15-X530UA:[~/Images] $ cd ..
@angelique-w
angelique-w / index.html
Last active September 2, 2019 15:57
MaquettefFindThePrecious
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Find the precious!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main_page">
<nav>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
@angelique-w
angelique-w / findThePrecious.html
Last active August 30, 2019 12:11
findThePrecious
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>FindThePrecious</title>
<meta name="author" content="Angélique Wons">
<meta name="description" content="Support the hunt for hobbits and other enemies of the tyrant Sauron : rewards against the capture dead or alive fellows who try to destroy the ring.">
<link rel="stylesheet" href="style.css"/>