-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c0eac1d
Showing
10 changed files
with
950 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
a { | ||
text-decoration: none; | ||
} | ||
|
||
.navbar { | ||
display: flex; | ||
justify-content: space-between; /*met le h1 à droite et les h2 à gauche*/ | ||
background-color: black; | ||
padding: 16px; /*élargit navbar*/ | ||
} | ||
|
||
.logo_title, .navbar ul li a { | ||
color: white; /* met les écritures en blanc*/ | ||
} | ||
|
||
.navbar ul { | ||
display: flex; | ||
align-items: center; /* met les écritures à la suite et pas en colonne*/ | ||
list-style-type: none; /* enlève les points de la liste*/ | ||
} | ||
|
||
.navbar ul li a { | ||
padding: 12px; /*espace entre écritures*/ | ||
margin: 0 6px; | ||
} | ||
|
||
.navbar ul li a:hover{ | ||
/* quand on met souris sur différents liens*/ | ||
color: lightblue; | ||
background-color : blue; | ||
border-radius: 4px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="fr"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<title> Le foot ma passion </title> | ||
<meta name="robots" content="index" /> | ||
<link href="blog.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<nav class="navbar"> | ||
</a> | ||
<a href="#"> | ||
<h1 class="logo_title">Blog </h1> | ||
</a> | ||
<ul> | ||
<li> <a href="actu_infos.html"> Actualités et informations à découvrir </a></li> | ||
<li> <a href="videos_sites_docs_prefs.html"> Mes vidéos, sites et documents préférés</li> | ||
<li> <a href="moi.html"> Moi </a></li> | ||
</ul> | ||
</nav> | ||
|
||
<p>salut</p> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
a { | ||
text-decoration: none; | ||
} | ||
|
||
.navbar { | ||
display: flex; | ||
justify-content: space-between; /*met le h1 à droite et les h2 à gauche*/ | ||
background-color: black; | ||
padding: 16px; /*élargit navbar*/ | ||
} | ||
|
||
.logo_title, .navbar ul li a { | ||
color: white; /* met les écritures en blanc*/ | ||
} | ||
|
||
.navbar ul { | ||
display: flex; | ||
align-items: center; /* met les écritures à la suite et pas en colonne*/ | ||
list-style-type: none; /* enlève les points de la liste*/ | ||
} | ||
|
||
.navbar ul li a { | ||
padding: 12px; /*espace entre écritures*/ | ||
margin: 0 6px; | ||
} | ||
|
||
.navbar ul li a:hover{ | ||
/* quand on met souris sur différents liens*/ | ||
color: lightblue; | ||
background-color : blue; | ||
border-radius: 4px; | ||
} | ||
|
||
.afc { | ||
font-family: "Frijole", system-ui; | ||
font-weight: 700; | ||
font-style: normal; | ||
font-size: 80px; | ||
color: red; | ||
} | ||
|
||
.logo_afc { | ||
max-width: 30%; | ||
display: block; | ||
float: left; | ||
/*width: 116px; largeur en pixel de ta photo*/ | ||
/*height:104px; hauteur en pixel de ta photo */ | ||
/*margin-right:10px; marge en pixel à droite de la photo */ | ||
|
||
} | ||
|
||
|
||
img { | ||
display: block; | ||
margin: 0 auto; | ||
max-width:38%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!DOCTYPE html> | ||
<html lang="fr"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<title> Le foot, ma passion </title> | ||
<meta name="robots" content="index" /> | ||
<link href="moi.css" rel="stylesheet" type="text/css"> | ||
<style> | ||
@import url('https://fonts.googleapis.com/css2?family=Frijole&family=Honk&display=swap') | ||
</style> | ||
</head> | ||
|
||
<body> | ||
|
||
<nav class="navbar"> | ||
</a> | ||
<a href="#"> | ||
<h1 class="logo_title"> Moi </h1> | ||
</a> | ||
<ul> | ||
<li> <a href="actu_infos.html"> Actualités et informations à découvrir </a></li> | ||
<li> <a href="blog.html"> Blog </a></li> | ||
<li> <a href="videos_sites_docs_prefs.html"> Mes vidéos, sites et documents préférés</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<h2>Moi :</h2> | ||
|
||
<p> Je m'appelle Anaëlle Lassale et j'adore le football ! J'ai commencé à jouer au foot il y a 7 ans et depuis le foot occupe une grande place dans ma vie.</p> | ||
<div> | ||
<img | ||
src="https://tse1.mm.bing.net/th?id=OIP.Ll1Cz4C9FmF5SioQsm_FXQHaHa&pid=Api&P=0&h=180"/> | ||
</div> | ||
|
||
<h2>Mon club :</h2> | ||
<div> | ||
<span class="logo_afc"> | ||
<img | ||
src="https://tse4.mm.bing.net/th?id=OIP.ak45zhWlXh9urnxflulW4wAAAA&pid=Api&P=0&h=180"/> | ||
</span> | ||
</div> | ||
|
||
<span class="afc"> l'AFC </span> | ||
|
||
<h3> Calendrier 2023-2024 pour l'équipe des seniors féminines :</h3> | ||
|
||
<div> | ||
<p> Site de la Laura Foot : <a href="https://laurafoot.fff.fr/competitions?tab=calendar&id=412636&phase=1&poule=1&type=ch"> calendrier championat féminin R2 </a> </p> | ||
</div> | ||
|
||
<h3> Calendrier 2024 pour l'équipe des U18 féminines:</h3> | ||
|
||
<div> | ||
<p> Site de la Laura Foot : <a href="https://laurafoot.fff.fr/competitions?tab=calendar&id=412792&phase=2&poule=2&type=ch"> calendrier championat U18 féminin R2 </a> </p> | ||
</div> | ||
|
||
<h3> Classement 2023-2024 pour l'équipe des seniors féminines :</h3> | ||
|
||
<div> | ||
<p> En ligne sur le site de la Laura Foot : <a href="https://laurafoot.fff.fr/competitions?tab=ranking&id=412636&phase=1&poule=1&type=ch"> classement championat U18 féminin R2 </a> </p> | ||
</div> | ||
|
||
<h3> Classement 2023-2024 pour l'équipe des U18 féminines :</h3> | ||
|
||
<div> | ||
<p> En ligne sur le site de la Laura Foot : <a href="https://laurafoot.fff.fr/competitions?tab=ranking&id=412792&phase=2&poule=2&type=ch"> classement championat U18 féminin R2 </a> </p> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
html { | ||
background-color:white; | ||
} | ||
|
||
body { | ||
width: 96%; | ||
padding: 10px; | ||
font-family: serif; | ||
} | ||
|
||
h1 { | ||
text-align: center; | ||
color: rgb(230, 100, 100); | ||
border-radius: 30px; | ||
} | ||
|
||
h2 { | ||
padding: 10px; | ||
border: dashed; | ||
border-radius: 30px; | ||
font-family: "Lora", system-ui; | ||
} | ||
|
||
h3 { | ||
padding: 10px; | ||
border-radius: 30px; | ||
} | ||
|
||
p { | ||
text-indent: 5%; | ||
} | ||
|
||
img { | ||
max-width: 30%; | ||
display: block; | ||
margin-left:10px; | ||
/*width: 100px; largeur en pixel de ta photo */ | ||
/*height:75px; hauteur en pixel de ta photo */ | ||
/*margin-right:10px; marge en pixel à droite de la photo */ | ||
|
||
} | ||
|
||
iframe { | ||
display: block; | ||
margin: 0 auto; | ||
width: 90%; | ||
} | ||
|
||
.en_couleur { | ||
color: rgb(230, 100, 100); | ||
} | ||
|
||
.centre { | ||
max-width: 50%; | ||
display: flex | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
} | ||
|
||
.navbar { | ||
display: flex; | ||
justify-content: space-between; /*met le h1 à droite et les h2 à gauche*/ | ||
background-color: black; | ||
padding: 16px; /*élargit navbar*/ | ||
} | ||
|
||
.logo_title, .navbar ul li a { | ||
color: white; /* met les écritures en blanc*/ | ||
} | ||
|
||
.navbar ul { | ||
display: flex; | ||
align-items: center; /* met les écritures à la suite et pas en colonne*/ | ||
list-style-type: none; /* enlève les points de la liste*/ | ||
} | ||
|
||
.navbar ul li a { | ||
padding: 12px; /*espace entre écritures*/ | ||
margin: 0 6px; | ||
} | ||
|
||
.navbar ul li a:hover{ | ||
/* quand on met souris sur différents liens*/ | ||
color: lightblue; | ||
background-color : blue; | ||
border-radius: 4px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
a { | ||
text-decoration: none; | ||
} | ||
|
||
.navbar { | ||
display: flex; | ||
justify-content: space-between; /*met le h1 à droite et les h2 à gauche*/ | ||
background-color: black; | ||
padding: 16px; /*élargit navbar*/ | ||
} | ||
|
||
.logo_title, .navbar ul li a { | ||
color: white; /* met les écritures en blanc*/ | ||
} | ||
|
||
.navbar ul { | ||
display: flex; | ||
align-items: center; /* met les écritures à la suite et pas en colonne*/ | ||
list-style-type: none; /* enlève les points de la liste*/ | ||
} | ||
|
||
.navbar ul li a { | ||
padding: 12px; /*espace entre écritures*/ | ||
margin: 0 6px; | ||
} | ||
|
||
.navbar ul li a:hover{ | ||
/* quand on met souris sur différents liens*/ | ||
color: lightblue; | ||
background-color : blue; | ||
border-radius: 4px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html lang="fr"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<title> Le foot ma passion </title> | ||
<meta name="robots" content="index" /> | ||
<link href="videos_sites_docs_prefs.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<nav class="navbar"> | ||
</a> | ||
<a href="#"> | ||
<h1 class="logo_title"> Mes vidéos, sites et documents préférés </h1> | ||
</a> | ||
<ul> | ||
<li> <a href="actu_infos.html"> Actualités et informations à découvrir </li> | ||
<li> <a href="blog.html"> Blog </a></li> | ||
<li> <a href="moi.html"> Moi </a></li> | ||
</ul> | ||
</nav> | ||
|
||
<p>Documentaires vidéos sur le football féminin :</p> | ||
<div> | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/tzc22HXRliQ?si=ZalwTT_-eFP2RjMP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | ||
</div> | ||
|
||
</body> | ||
</html> |