Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="SauronStyle.css">
<title>TheEye</title>
</head>
<body>
@AmauryLugdu
AmauryLugdu / index.html
Created August 26, 2019 13:38
Selecteurs et propriétés
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Catch'em all!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<div class="hover-effect"><img src="http://images.innoveduc.fr/integration_parcours/css/css_selectors_props/hobbit-house.jpg" alt="Hobbit house"></div>
@AmauryLugdu
AmauryLugdu / FindMyPrecious.html
Last active August 27, 2019 15:06
Find my precious website for WCS
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Amaury Neury">
<meta name="Description" content="The official website about how to capture those mingy fellows and what to do with them once you captured them">
<title>FindMyPrecious</title>
<link rel="stylesheet" type="text/css" href="findMyPrecious.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
</head>
@AmauryLugdu
AmauryLugdu / index.html
Last active August 28, 2019 13:19
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>
@AmauryLugdu
AmauryLugdu / Linux terminal 1
Created September 10, 2019 07:53
Challenge done on mac
Last login: Tue Sep 10 09:34:57 on ttys000
Emilys-Air:~ emilybremond$ ls
Applications Movies
Creative Cloud Files Music
Creative Cloud Files (archived) (1) Pictures
Desktop Public
Documents eclipse
Downloads eclipse-workspace
Library
Emilys-Air:~ emilybremond$ ls.
@AmauryLugdu
AmauryLugdu / bonjour.sh
Created September 10, 2019 11:11
In troduction au shell
if [ $# = 1 ]
then
echo "bonjour $1"
else
echo "bonjour $USER"
fi
@AmauryLugdu
AmauryLugdu / index.html
Created September 10, 2019 19:29
7 responsive design
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name='viewport'
content='width=device-width, initial-scale=1.0, maximum-scale=1.0' />
<title>Find the precious!</title>
<link rel="stylesheet" href="style.css">
</head>
<div class="page">
@AmauryLugdu
AmauryLugdu / index.html
Created September 11, 2019 10:42
08 CSS Flexbox
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name='viewport'
content='width=device-width, initial-scale=1.0, maximum-scale=1.0' />
<title>Find the precious!</title>
<link rel="stylesheet" href="style.css">
</head>
@AmauryLugdu
AmauryLugdu / history
Created September 12, 2019 11:16
terminal 2
536 homebrew -get install -y tree wget unzip
537 brew install wget tree unzip
538 cd /users/emilybremond/quetes/shell
539 wget https://github.com/bhubr/bhubr.github.io/raw/master/wild/planets.zip
540 unzip planets.zip
541 ls
542 cd planet
543 cd planets
544 ls
545 mkdir -p telluric/gas-giants/dwarf-planets
@AmauryLugdu
AmauryLugdu / indexMovie.html
Created September 13, 2019 08:32
JavaScript les bases du langage
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script src="myFavMovie.js"></script>
</body>
</html>