Skip to content

Instantly share code, notes, and snippets.

View MartinsAlexandre's full-sized avatar

Martins Alexandre MartinsAlexandre

View GitHub Profile
@MartinsAlexandre
MartinsAlexandre / html
Last active March 3, 2018 11:09
quête js
<html>
<head>
<meta charset="utf-8">
<title>quete js</title>
</head>
<body>
<script type="text/javascript">
console.log("Entrez : oui ou non");
console.log("Enter : yes or no");
1 cd Documents/
2 cd quête/
3 cd intro\ à\ unix/
4 cd clmystery-master/
5 cd mystery/
6 grep crimescene
7 grep CLUE crimescene
8 grep Annabel people
9 head -n 40 Hart_Place
10 streets/
#!/bin/bash
if [ -n "$1" ]
then
echo "bonjour" $1
else
echo $USER
fi
variables
nombreSaisie
annee actuelle
debut
lire nombreSaisie
ageNaissance = annee actuelle - nombreSaisie
affichage ageNaissance
.noir, .gris, .orange, .jaune, .blanc {
border: 0.5px solid white ;
box-sizing: border-box;
}
@media only screen and (min-width: 0em) {
.noir, .gris, .orange, .jaune, .blanc{
width: 8.33vh;
max-height: 8.33vw;
@MartinsAlexandre
MartinsAlexandre / .css
Last active February 15, 2018 15:27
Gandalf
* {
font-family: sans-serif;
}
.imageCtn {
position: relative;
}
.imageCtn img {
position: absolute;
@MartinsAlexandre
MartinsAlexandre / findThePrecious
Last active February 14, 2018 14:29
quête Structurer une page HTML
<!doctype HTML>
<html lang="eng">
<head>
<meta charset="utf-8">
<title>findThePrecious</title>
</head>
<!-- le script est pensé pour etre mise en forme avec flexbox -->
<body>