Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 50 additions & 1 deletion agile-dev/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
.section-2 {
display: flex;
align-items: center;
margin: 0 auto;
/* Centre le bloc horizontalement */
width: 80%;
/* Largeur du bloc */
}

.section-3 {
display: flex;
align-items: center;
margin: 0 auto;
width: 80%;
text-justify: ;
}

.left {
flex: 1 1 auto;
/* Ne pas agrandir la zone automatiquement */
margin-right: 20px;
/* Marge à droite pour séparer les zones */
}
.left2 {
flex: 1 1 auto;
/* Ne pas agrandir la zone automatiquement */
text-align: right;
margin-right: 20px;
/* Marge à droite pour séparer les zones */
}
.center {
flex: 0 0 auto;
margin: 0 20px; /* Marge à gauche et à droite pour séparer les zones */
}

.right {
flex: 1 1 auto;
/* Permet à la zone de droite de prendre toute la largeur disponible */
}


h2 {
font-size: 1.5em;
/* Taille du titre */
}

button {
padding: 10px 20px;
/* Espacement intérieur du bouton */
}

/* section 1 */
.section1 {
Expand Down Expand Up @@ -47,4 +97,3 @@ nav .imagelogo{
nav .listenav{
padding-right: 35px;
}

81 changes: 67 additions & 14 deletions agile-dev/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html>
<head>

<!-- Start code here -->

<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
Expand All @@ -9,13 +12,9 @@
<link type="text/css" rel="stylesheet" href="css/custom.css"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>



<title>🤙 Yo! app</title>
</head>
<body>


<!-- Debut nav-bar -->
<header class="site-header">
Expand All @@ -33,12 +32,10 @@
</nav>
</header>
<!-- Fin nav-bar -->



<!--Début section 1-->
<div>
<section class="section1">
<section>
<div class="iphone section1">
<img src="img/iphone_features_light.png" alt="iphone section1">
</div>
Expand All @@ -51,17 +48,73 @@ <h1 style="font-size: medium;">Lorem ipsum</h1>
</div>
<!--Fin section 1-->

<!-- DEB SECTION 2 -->

<div class="section-2">
<div class="left">
<img src="img/iphone_cover_light.png" alt="appli-iphone">
</div>
<div class="right">
<h2>Benefice</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make
a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing
Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions
of Lorem Ipsum.</p>
<button>Bouton</button>
</div>
</div>

<!-- FIN SECTION 2-->

<!-- DEB SECTION 3 -->



<!-- finish code here -->
<div class="section-3">
<div class="left2">
<h3>Benefice 2</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it to
make a type specimen book. It has survived not only five centuries, but also the leap into electronic
typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker
including
versions of Lorem Ipsum.</p>
</div>
<div class="center">
<img src="img/iphone_side_light.png" alt="appli-iphone" width=250px >>
</div>
<div class="right">
<h3>Benefice 3</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it to
make a type specimen book. It has survived not only five centuries, but also the leap into electronic
typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker
including
versions of Lorem Ipsum.</p>
<h3>Benefice 3</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it to
make a type specimen book. It has survived not only five centuries, but also the leap into electronic
typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker
including
versions of Lorem Ipsum.</p>
</div>
</div>
<!-- FIN SECTION 3-->

<!--Import materialize.js - JavaScript at end of body for optimized loading-->
<script type="text/javascript" src="materialize.js"></script>
<!--Import your custom.js-->
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>
<script type="text/javascript" src=""></script>
</body>
<!-- finish code here -->