1
0
Fork 0

Revert "Kaumeet"

This reverts commit e6e4c4ae0d.
This commit is contained in:
Ethanell 2019-12-15 00:10:42 +01:00
parent 32cad342ba
commit b9e3039c5a
7 changed files with 18 additions and 83 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -1,8 +1,4 @@
html{ body{
scroll-behavior: smooth;
}
body{
margin: 0; margin: 0;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
background-image: url("Images/bg.jpg"); background-image: url("Images/bg.jpg");
@ -23,8 +19,7 @@ a{
width: 100%; width: 100%;
z-index: 3; z-index: 3;
overflow: auto; overflow: auto;
position: fixed; box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
} }
.header ul{ .header ul{
@ -214,20 +209,20 @@ div#slider figure {
} }
.flex-container>div>a>p{ .flex-container>div>a>p{
font-size: 0px;
}
.flex-container .ok:hover a>p{
font-size: 40px; font-size: 40px;
transition-duration: 0.2s;
} }
.flex-container .ok:hover a>img{ .content{
width: 100%;
transition-duration: 0.5s;
}
.title{
padding: 5vw 1vw; padding: 5vw 1vw;
background-color: rgba(255, 255, 255, 0.548); background-color: rgba(255, 255, 255, 0.548);
} }
.title>h1{ .content>h1{
font-size: 60px; font-size: 60px;
text-align: center; text-align: center;
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
@ -272,41 +267,3 @@ div#slider figure {
} }
/*============================================*/ /*============================================*/
/* QUI SOMMES NOUS ?*/
.content {
background-color: rgb(234, 234, 234);
padding: 1vw;
}
#nous table{
width: 100%;
margin-top: 2%;
}
#nous img{
display: block;
margin: auto;
border-radius: 1vw;
width: 30%;
margin-bottom: 3%;
}
#nous h2{
font-size: 40px;
padding-top: 2vw;
margin: 0;
}
#nous h3{
color: rgb(53, 53, 53);
}
#nous td{
text-align: center;
}
#nous ul {
list-style-type: none;
}

View file

@ -1,9 +1,5 @@
@media (min-width:750px){ @media (min-width:48em){
/* NAVBAR */ /* NAVBAR */
.header{
position: fixed;
}
.header li{ .header li{
float: left; float: left;
} }

View file

@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Kyflo</title> <title>Kyflo - hewo</title>
<link rel="stylesheet" type="text/css" href="Assets/css.css"> <link rel="stylesheet" type="text/css" href="Assets/css.css">
<link rel="stylesheet" type="text/css" href="Assets/resp.css"> <link rel="stylesheet" type="text/css" href="Assets/resp.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
@ -14,12 +14,12 @@
<body> <body>
<header class="header"> <header class="header">
<a href="#" class="logo">KYFLO</a> <a href="/" class="logo">KYFLO</a>
<input class="menu-btn" type="checkbox" id="menu-btn"/> <input class="menu-btn" type="checkbox" id="menu-btn"/>
<label class="menu-icon" for="menu-btn"><span class="nav-icon"></span></label> <label class="menu-icon" for="menu-btn"><span class="nav-icon"></span></label>
<ul class="menu"> <ul class="menu">
<li><input type="text" placeholder="Rechercher..."></li> <li><input type="text" placeholder="Rechercher..."></li>
<li><a href="#nous">A propos</a></li> <li><a href="#">A propos</a></li>
<li><a href="#">Contact</a></li> <li><a href="#">Contact</a></li>
<li><a href="#">Panier</a></li> <li><a href="#">Panier</a></li>
</ul> </ul>
@ -40,7 +40,7 @@
</figure> </figure>
</div> </div>
<div class="title"> <div class="content">
<h1>Tous nos produits :</h1> <h1>Tous nos produits :</h1>
</div> </div>
@ -53,25 +53,7 @@
<div class="ok"><a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Produits/terminator.png" alt><p>Terminator</p></a></div> <div class="ok"><a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Produits/terminator.png" alt><p>Terminator</p></a></div>
</div> </div>
<div id="nous">
<div class="title">
<h1>Qui sommes nous ?</h1>
</div>
<div class="content">
<h2>L'équipe :</h2>
<table id="equipe">
<tr id="equ">
<td><img src="Assets/Images/Sprites/benoit.png" alt></td>
<td><h2>Nos engagements :</h2><h3>Etre soucieux de la qualité de nos produits</h3><h3>Vendre des robots à la pointe de la technologie</h3><h3>Respecter l'environnement</h3></td>
<td><img src="Assets/Images/Sprites/florian.png" alt></td>
</tr>
</table>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</body> </body>
</html> </html>