16 changed files with 135 additions and 269 deletions
@ -0,0 +1,22 @@ |
|||||
|
<div class="component-home"> |
||||
|
<div class="container my-auto"> |
||||
|
<div class="row"> |
||||
|
<div class="col-12 col-sm-6 col-md-4 order-1 order-md-0"> |
||||
|
<img class="drop" src="/images/drop1.png"> |
||||
|
<span class="title"><b>io</b>lov<b>olio</b> acquistare</span> |
||||
|
<span class="subtitle"></span> |
||||
|
<button class="button w-100">Vai allo shop</button> |
||||
|
</div> |
||||
|
<div class="col-12 col-md-4 order-0 order-md-1"> |
||||
|
<img class="logo" src="/images/logo.png"> |
||||
|
</div> |
||||
|
<div class="col-12 col-sm-6 col-md-4 order-2 order-md-2"> |
||||
|
<img class="drop" src="/images/drop2.png"> |
||||
|
<span class="title"><b>io</b>lov<b>olio</b> produrre</span> |
||||
|
<span class="subtitle">Avvisami quando l'opzione sarà attiva</span> |
||||
|
<input type="text" class="input" placeholder="latuamail@mail.com"> |
||||
|
<span class="privacy">*Autorizzo il trattamento dei miei dati personali ai sensi del Dlgs 196 del 30 giugno 2003 e dell'art. 13 GDPR (Regolamento UE 2016/679)</span> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
@ -0,0 +1,5 @@ |
|||||
|
|
||||
|
$(document).ready( () => { |
||||
|
console.log('Load component - home') |
||||
|
|
||||
|
}) |
@ -0,0 +1,54 @@ |
|||||
|
@import "../../src/scss/variables.scss"; |
||||
|
@import "../../src/scss/mixins.scss"; |
||||
|
|
||||
|
.component-home { |
||||
|
display: flex; |
||||
|
background: $olive; |
||||
|
min-height: calc(100vh - #{$footer-height}); |
||||
|
padding: $header-height-mobile 40px 0 40px; |
||||
|
|
||||
|
.drop { |
||||
|
width: 100%; |
||||
|
padding: 40px 70px 10px 70px; |
||||
|
} |
||||
|
|
||||
|
.title { |
||||
|
display: block; |
||||
|
color: $white; |
||||
|
font-size: $font-28; |
||||
|
text-align: center; |
||||
|
} |
||||
|
|
||||
|
.subtitle { |
||||
|
display: block; |
||||
|
min-height: 30px; |
||||
|
color: $white; |
||||
|
font-size: $font-18; |
||||
|
text-align: center; |
||||
|
} |
||||
|
|
||||
|
.privacy { |
||||
|
display: block; |
||||
|
color: $white; |
||||
|
font-size: $font-12; |
||||
|
text-align: left; |
||||
|
padding-bottom: 50px; |
||||
|
} |
||||
|
|
||||
|
.logo { |
||||
|
width: 100%; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
@media (min-width: map-get($grid-breakpoints, 'md')) { |
||||
|
.component-home { |
||||
|
padding: $header-height 40px 0 40px; |
||||
|
|
||||
|
.logo { |
||||
|
width: calc(100% + 100px); |
||||
|
position: absolute; |
||||
|
left: 50%; |
||||
|
transform: translateX(-50%); |
||||
|
} |
||||
|
} |
||||
|
} |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |
@ -1,3 +1,8 @@ |
|||||
RewriteEngine On |
RewriteEngine On |
||||
RewriteCond %{REQUEST_FILENAME} !-f |
RewriteCond %{REQUEST_FILENAME} !-f |
||||
RewriteRule ^([^\.]+)$ $1.php [NC,L] |
|
||||
|
RewriteRule ^([^\.]+)$ index.php?q=$1 [NC,L] |
||||
|
# |
||||
|
# Rewritebase / |
||||
|
# RewriteCond %{REQUEST_FILENAME} !-f |
||||
|
# RewriteCond %{REQUEST_FILENAME} !-d |
||||
|
# RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] |
||||
|
@ -1,83 +0,0 @@ |
|||||
<!DOCTYPE html> |
|
||||
<html lang="it"> |
|
||||
<head> |
|
||||
<meta charset="UTF-8"> |
|
||||
<title>IoLovOlio</title> |
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> |
|
||||
<meta name="description" content="."> |
|
||||
<link rel="stylesheet" href="/assets/css/styles.css"> |
|
||||
</head> |
|
||||
<body> |
|
||||
|
|
||||
${require('../components/header/header.html')} |
|
||||
|
|
||||
<main class="main-content"> |
|
||||
|
|
||||
<section class="container"> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
</section> |
|
||||
|
|
||||
|
|
||||
</main> |
|
||||
|
|
||||
${require('../components/footer/footer.html')} |
|
||||
|
|
||||
</body> |
|
||||
</html> |
|
@ -0,0 +1,7 @@ |
|||||
|
|
||||
|
|
||||
|
|
||||
|
${require('../components/home/home.html')} |
||||
|
|
||||
|
|
||||
|
|
@ -1,83 +0,0 @@ |
|||||
<!DOCTYPE html> |
|
||||
<html lang="it"> |
|
||||
<head> |
|
||||
<meta charset="UTF-8"> |
|
||||
<title>IoLovOlio</title> |
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> |
|
||||
<meta name="description" content="."> |
|
||||
<link rel="stylesheet" href="/assets/css/styles.css"> |
|
||||
</head> |
|
||||
<body> |
|
||||
|
|
||||
${require('../components/header/header.html')} |
|
||||
|
|
||||
<main class="main-content"> |
|
||||
|
|
||||
<section class="container"> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
</section> |
|
||||
|
|
||||
|
|
||||
</main> |
|
||||
|
|
||||
${require('../components/footer/footer.html')} |
|
||||
|
|
||||
</body> |
|
||||
</html> |
|
@ -1,83 +0,0 @@ |
|||||
<!DOCTYPE html> |
|
||||
<html lang="it"> |
|
||||
<head> |
|
||||
<meta charset="UTF-8"> |
|
||||
<title>IoLovOlio</title> |
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> |
|
||||
<meta name="description" content="."> |
|
||||
<link rel="stylesheet" href="/assets/css/styles.css"> |
|
||||
</head> |
|
||||
<body> |
|
||||
|
|
||||
${require('../components/header/header.html')} |
|
||||
|
|
||||
<main class="main-content"> |
|
||||
|
|
||||
<section class="container"> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
section<br> |
|
||||
</section> |
|
||||
|
|
||||
|
|
||||
</main> |
|
||||
|
|
||||
${require('../components/footer/footer.html')} |
|
||||
|
|
||||
</body> |
|
||||
</html> |
|
Loading…
Reference in new issue