Files
KM_Design/Prototype/index.html

495 lines
14 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KM Design</title>
<meta name="description" content="Authentique mobilier d'intérieur conçu avec passion et fabriqué en France. Transformez votre espace de vie avec notre collection soigneusement créée alliant style et qualité.">
<link rel="shortcut icon" href="img/ico.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<style>
body {
margin: 0;
}
.hero-container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
width: 100%;
background-color: black;
background-size: 800% 800%;
}
.hero-sub-container {
display: flex;
justify-content: center;
align-items: center;
}
.hero-sub-container-separator {
height: 400px;
width: 2px;
background-color: #ffffff;
transform: rotate(15deg);
margin: 100px;
}
.hero-sub-container-menu {
display: flex;
flex-direction: column;
}
.hero-sub-container-menu-item1 {
font-size: 40px;
margin-bottom: 50px;
margin-left: 50px;
padding: 10px 20px;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
color: #ffffff;
text-decoration: none;
transition: 0.5s;
border-radius: 50px;
background-color: #ff3c00;
animation: rainbow 30s ease infinite;
}
.hero-sub-container-menu-item1:hover {
cursor: pointer;
background-color: #ff5e00;
}
.hero-sub-container-menu-item2 {
font-size: 30px;
margin-right: 60px;
padding: 10px 20px;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
color: #ffffff;
text-decoration: none;
transition: 0.5s;
border-radius: 50px;
border: 3px solid #F8FAFC;
}
.hero-sub-container-menu-item2:hover {
cursor: pointer;
background-color: #ff5e00;
}
.hero-logo {
width: 80%;
max-width: 500px;
}
.projets-container {
width: 100%;
background-color: rgb(255, 255, 255);
}
.projects-background {
position: absolute;
width: 100%;
z-index: -2;
filter: blur(5px);
background-image: url("img/products/escab/escab3.png");
animation: gradiant 10s ease-in-out infinite;
}
.projects-title {
font-size: 90px;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
color: #000000;
border-bottom: 2px solid black;
position: relative;
top: 50px;
left: 80px;
width: calc(100vw - 80px);
}
.project-card-container {
display: flex;
justify-content: space-around;
align-items: center;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50vh;
}
.project-card {
position: relative;
max-width: 500px;
max-height: 500px;
overflow: hidden;
background-color: #ffffff;
border-radius: 50px;
}
.project-card h1 {
position: absolute;
margin: 0;
bottom: 15px;
left: 15px;
width: 50px;
color: #353535;
font-size: 50px;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
transition: 0.5s;
}
.project-card svg {
position: absolute;
top: 15px;
right: 15px;
width: 40px;
height: 40px;
color: #F8FAFC;
padding: 15px;
border-radius: 50px;
transition: 0.5s;
}
.project-card:hover {
cursor: pointer;
}
.project-card:hover h1 {
font-size: 90px;
}
.project-card:hover svg {
width: 50px;
height: 50px;
padding: 10px;
}
.project-card img {
width: 100%;
}
.contact-container {
width: 100%;
min-height: 50vh;
}
.contact-title {
position: relative;
top: 50px;
left: 80px;
width: calc(100vw - 80px);
border-bottom: 2px solid black;
font-size: 90px;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
color: #000000;
}
.contact-layout {
display: flex;
justify-content: center;
width: 100%;
padding: 50px 0px;
}
.contact-layout-column {
display: flex;
flex-direction: column;
justify-content: center;
}
.contact-layout-column:last-child {
margin-left: 100px;
}
.contact-layout-column img {
max-width: 500px;
max-height: 500px;
border-radius: 50px;
}
.contact-layout-column h2 {
margin: 0px;
}
.contact-layout-column a {
font-size: 40px;
padding: 10px 20px;
margin-top: 20px;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
color: #ffffff;
text-decoration: none;
transition: 0.5s;
border-radius: 50px;
background-color: #ff3c00;
animation: rainbow 30s ease infinite;
}
.bottom-container {
width: 100%;
min-height: 200px;
background-color: #000000;
}
.separator-container {
background-image: url('img/products/escab/escab3.png');
background-position: center;
background-size: cover;
filter: blur(1px);
width: 100%;
height: 500px;
}
.hero-decoration-text {
position: absolute;
white-space: nowrap;
overflow: hidden;
margin: 0 auto;
}
.hero-decoration-text span {
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
display: inline-block;
animation: marquee 5s linear infinite;
}
.hero-decoration-text-top {
top: 62px;
width: calc(100% - 220px);
}
.hero-decoration-text-bottom {
bottom: 62px;
width: calc(100% - 220px);
transform: rotate(180deg);
}
.hero-decoration-text-left {
position: absolute;
transform: rotate(-90deg);
transform-origin: 0 0;
width: calc(100vh - 220px);
}
.hero-decoration-text-left-container {
position: absolute;
left: 62px;
bottom: 110px;
}
.hero-decoration-text-right {
position: absolute;
transform: rotate(90deg);
transform-origin: 0 0;
width: calc(100vh - 220px);
}
.hero-decoration-text-right-container {
position: absolute;
right: 63px;
top: 110px;
}
.hero-decoration-cross {
position: absolute;
height: 50px;
width: 50px;
color: #ffffff;
}
#cross_up_right {
top: 50px;
right: 50px;
}
#cross_up_left {
top: 50px;
left: 50px;
}
#cross_down_left {
bottom: 50px;
left: 50px;
}
#cross_down_right {
bottom: 50px;
right: 50px;
}
@keyframes marquee {
0% {transform: translate(0, 0)}
100% {transform: translate(-102px, 0)}
}
@keyframes gradiant {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes rainbow {
0%{background-color: rgb(255, 0, 0)}
10%{background-color: rgb(255, 102, 0)}
20%{background-color: rgb(255, 230, 0)}
30%{background-color: rgb(81, 255, 0)}
40%{background-color: rgb(0, 255, 179)}
50%{background-color: rgb(0, 17, 255)}
60%{background-color: rgb(247, 0, 255)}
70%{background-color: rgb(255, 0, 140)}
80%{background-color: rgb(255, 0, 140)}
90%{background-color: rgb(255, 0, 140)}
100%{background-color: rgb(255, 0, 0)}
}
@media only screen and (max-width: 800px) {
.hero-sub-container {
flex-direction: column;
}
.hero-sub-container-separator {
display: none;
}
.projects-title {
left: 20px;
width: calc(100vw - 20px);
}
.project-card-container {
flex-direction: column;
padding: 10px 20px;
}
.project-card {
margin-bottom: 50px;
}
.contact-title {
left: 20px;
width: calc(100vw - 20px);
}
.contact-layout {
flex-direction: column;
}
.contact-layout-column {
padding: 20px;
}
.contact-layout-column:last-child {
margin: 0;
}
}
</style>
<body>
<section class="hero-container" id="home">
<div class="hero-sub-container">
<img class="hero-logo" src="img/logo_w.png" alt="logo">
<span class="hero-sub-container-separator"></span>
<div class="hero-sub-container-menu">
<a class="hero-sub-container-menu-item1" href="#projects">Projets</a>
<a class="hero-sub-container-menu-item2" href="#contact">Contact</a>
</div>
</div>
<p class="hero-decoration-text-top hero-decoration-text">
<span>KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design</span>
</p>
<p class="hero-decoration-text-bottom hero-decoration-text">
<span>KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design</span>
</p>
<span class="hero-decoration-text-left-container">
<p class="hero-decoration-text-left hero-decoration-text">
<span>KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design</span>
</p>
</span>
<span class="hero-decoration-text-right-container">
<p class="hero-decoration-text-right hero-decoration-text">
<span>KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design • KM design</span>
</p>
</span>
<svg xmlns="http://www.w3.org/2000/svg" class="hero-decoration-cross" id="cross_up_right" fill="currentColor" data-name="Layer 1" viewBox="0 0 24 24" width="512" height="512"><polygon points="24 11 13 11 13 0 11 0 11 11 0 11 0 13 11 13 11 24 13 24 13 13 24 13 24 11"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" class="hero-decoration-cross" id="cross_up_left" fill="currentColor" data-name="Layer 2" viewBox="0 0 24 24" width="512" height="512"><polygon points="24 11 13 11 13 0 11 0 11 11 0 11 0 13 11 13 11 24 13 24 13 13 24 13 24 11"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" class="hero-decoration-cross" id="cross_down_left" fill="currentColor" data-name="Layer 3" viewBox="0 0 24 24" width="512" height="512"><polygon points="24 11 13 11 13 0 11 0 11 11 0 11 0 13 11 13 11 24 13 24 13 13 24 13 24 11"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" class="hero-decoration-cross" id="cross_down_right" fill="currentColor" data-name="Layer 4" viewBox="0 0 24 24" width="512" height="512"><polygon points="24 11 13 11 13 0 11 0 11 11 0 11 0 13 11 13 11 24 13 24 13 13 24 13 24 11"/></svg>
</section>
<section class="projets-container" id="projects">
<h1 class="projects-title">Projets</h1>
<div class="project-card-container">
<div class="project-card">
<h1>Le Escabeau</h1>
<svg xmlns="http://www.w3.org/2000/svg" style="background-color: #edb006" fill="currentColor" data-name="Layer 1" viewBox="0 0 24 24" width="512" height="512"><polygon points="24 11 13 11 13 0 11 0 11 11 0 11 0 13 11 13 11 24 13 24 13 13 24 13 24 11"/></svg>
<img src="img/products/escab/escab5.png" alt="">
</div>
<div class="project-card">
<h1>Le Huile</h1>
<svg xmlns="http://www.w3.org/2000/svg" style="background-color: #fc3650" fill="currentColor" data-name="Layer 1" viewBox="0 0 24 24" width="512" height="512"><polygon points="24 11 13 11 13 0 11 0 11 11 0 11 0 13 11 13 11 24 13 24 13 13 24 13 24 11"/></svg>
<img src="img/products/huile/huile2.png" alt="">
</div>
<div class="project-card">
<h1>Le Lumière</h1>
<svg xmlns="http://www.w3.org/2000/svg" style="background-color: #02895b" fill="currentColor" data-name="Layer 1" viewBox="0 0 24 24" width="512" height="512"><polygon points="24 11 13 11 13 0 11 0 11 11 0 11 0 13 11 13 11 24 13 24 13 13 24 13 24 11"/></svg>
<img src="img/products/lamp/lamp2.png" alt="">
</div>
</div>
</section>
<section class="separator-container">
</section>
<section class="contact-container" id="contact">
<h1 class="contact-title">Contact</h1>
<div class="contact-layout">
<div class="contact-layout-column">
<img src="img/founder.png" alt="founder">
</div>
<div class="contact-layout-column">
<h2>KM Design Studio</h2>
<h2>420, rue du dab</h2>
<h2>996633, DesignVille</h2>
<h3>+334-444-444-4444</h3>
<h3>design@studio.cool</h3>
<a href="mailto:design@studio.cool">Prenez contact</a>
</div>
</div>
</section>
<section class="bottom-container">
</section>
</body>
</html>