Skip to content

Instantly share code, notes, and snippets.

View TheCodingLady's full-sized avatar

Pearl Alexandra TheCodingLady

  • France
View GitHub Profile
@TheCodingLady
TheCodingLady / AlexandraQuête2
Last active February 21, 2018 15:58
Quête - structurer un page html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>find The Precious</title>
</head>
<body>
<div id="bloc_page">
@TheCodingLady
TheCodingLady / quête3.css
Last active February 22, 2018 20:01
Quête - donne du style avec CSS
/* For Gandalf Wanted poster */
body
{
background: white;
padding: 20px;
}
#Gandalf_portrait
{
@TheCodingLady
TheCodingLady / Quête3-css
Last active February 22, 2018 15:45
Quête - donne du style avec CSS
/* For Gandalf Wanted poster */
body
{
background: white;
padding: 20px;
}
#Gandalf_portrait
@TheCodingLady
TheCodingLady / Integration-Quête3.html
Last active February 26, 2018 11:20
Quête3-donne du style avec CSS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<title>Fellows Wanted: GANDALF</title>
</head>
<body>
@TheCodingLady
TheCodingLady / eyeindex.html
Last active February 26, 2018 11:26
Quête 4 - le système de grille BOOTSTRAP
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="eyestyle.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<title>The Evil Eye of Sauron</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
@TheCodingLady
TheCodingLady / MysterySolved.txt
Created February 28, 2018 13:37
Expedition-Quête1-Intro to Linux
123 cd clmystery-master
124 ls
125 cd mystery
126 ls
127 grep "CLUE" realclues.txt
128 grep -w "CLUE" crimescene
129 cat hint&
130 cat hint1
131 cd ..
132 cat hint1
@TheCodingLady
TheCodingLady / bonjour.sh
Last active March 1, 2018 23:24
Quête2-Intro au shell
#!/bin/bash
# Dites Bonjour !
echo "bonjour $1"
<!DOCTYPE html>
<html lang="en">
<head>
<title>Potatoes in Bits</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>Document</title>
</head>
<body>
<!DOCTYPE html>
<html>
<head><title>TypeScript Greeter</title></head>
<body>
<script src="marley.js"></script>
</body>
</html>