Transférer les fichiers vers ''

master
Anis YOUNES 3 weeks ago
parent 787a80b437
commit 31951e5d39

@ -0,0 +1,78 @@
body{
background-color: rgb(30, 45, 40);
}
section{
height: 20%;
width:80%;
}
h1,h2{
color : rgb(215, 239, 4);
}
h2{
margin-top: 5%;
}
p{
margin: 10%;
color: #ffffff;
}
.page1{
color: aqua;
}
.page2{
color : rgb(120, 4, 222)
}
.page3{
color :rgb(215, 239, 4)
}
.test_image{
margin-left: 4%;
width: 10%;
float: left;
}
.legende{
clear: both;
padding-top: 5%;
margin: 5%;
/*height: 10%;*/
/*width: 10%;*/
}
#presentation{
clear: both;
}
.link{
height: 20%;
width:80%;
max-height: 400px;
border: 1px inset #147fac;
}
/*.lien{
text-decoration-color: rgb(60, 129, 129);
}*/
.X{
width: 10%;
}
.F{
width: 10%;
}
.page4{
color: bisque;
}

@ -0,0 +1,101 @@
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="UTF-8">
<title>Page d'accueil</title>
<link type="text/css" rel="stylesheet" href="Page_Accueil.css">
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Anis Younes</h1>
<nav class = "navbar">
<ul>
<li><a href = "CursusScolaire.html">Cursus scolaire</a></li>
<li><a href = "Page_planning.html">Planning</a></li>
<li><a href = "Galerie.html">Galerie</a></li>
<li><a href = "Page_contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section id = "portrait">
<img class = "test_image" src ="Photo.JPG" title="Image">
</section>
<section id= "description">
<article>
<p class = "legende">Photo</p>
</article>
</section>
<section id = "presentation">
<article>
<h2>Article 1:</h2>
<div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum debitis magnam, repellendus voluptate corrupti vitae, neque rerum aperiam molestias nostrum voluptatibus illo. Dignissimos aliquam molestias nostrum ipsam, perspiciatis ducimus impedit?</p>
</div>
<div>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Alias asperiores vero eaque, a ratione unde officiis perferendis molestiae, earum possimus voluptas veritatis laboriosam placeat est reiciendis molestias quia similique magnam culpa ducimus animi, aut ad. Id amet facilis corporis consequuntur!</p>
</div>
</article>
</section>
<aside class= "link">
<ul>
<li class = "lien"><a href="https://x.com/"><img class = "X" src = "X.avif"></a></li>
<li><a href = "https://www.facebook.com/?locale2=fr_FR&_rdr"><img class = "F" src = "Facebook.png"></a></li>
</ul>
</aside>
<footer>
<section>
<div>
<a class = "page1" href="CursusScolaire.html" title="First page">
Go to the first page of this website
</a>
</div>
<div>
<a class = "page2" href = "Page_planning.html" title="Planning">
Go to the planning
</a>
</div>
<div>
<a class = "page3" href = "Galerie.html" title="Galerie">
Go to the Galerie
</a>
</div>
<div>
<a class = "page4" href = "videotest.html" title = "video">
video
</a>
</div>
</section>
</footer>
</body>
</html>

@ -0,0 +1,46 @@
table, th, td{
border-radius: 1px;
color: #b3d11f;
/*border-collapse: 1;*/
border: 0.75px solid rgb(0, 236, 245);
border-radius: 10px 5px;
}
tr{
padding: 10px;
height: 50%;
width: 50%;
}
table{
width: 70%;
display: ruby-text;
}
.image1{
width: 30%;
}
img{
justify-content: center;
}
h1{
color: rgb(84, 203, 106);
}
a{
color: aliceblue;
}
section{
justify-content: center;
}
footer{
top:90%;
}

@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="Page_planning.css">
<link type="text/css" rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<header>
<h1>Planning</h1>
<nav class = "navbar">
<ul>
<li><a href = "Page_Accueil.html">Accueil</a></li>
<li><a href = "CursusScolaire.html">Cursus scolaire</a></li>
<li><a href = "Galerie.html">Galerie</a></li>
</ul>
</nav>
</header>
<section>
<table>
<thead>
<tr>
<th>Mes activités</th>
<th>période</th>
</tr>
</thead>
<tbody>
<tr>
<td>Echec</td>
<td rowspan="2">Samedi - Dimanche</td>
<td><img class = "image1" src = "echec-luxe.jpg"></td>
</tr>
<tr>
<td>Film et jeux vidéos</td>
<td><img class = "image1" src = "film.jfif"></td>
</tr>
</tbody>
</table>
</section>
<footer>
<div>
<a href="Page_Accueil.html" title="First page">
Revenir à la page d'accueil
</a>
</div>
</footer>
</body>
</html>
Loading…
Cancel
Save