16 changed files with 526 additions and 41 deletions
			
			
		| @ -1,3 +1,41 @@ | |||||
| <header class="component-header"> | <header class="component-header"> | ||||
| 
 | 
 | ||||
|  |   <div class="container d-flex h-100"> | ||||
|  |     <div class="hamburger hamburger--spin my-auto"> | ||||
|  |       <span class="hamburger-box"> | ||||
|  |         <span class="hamburger-inner"></span> | ||||
|  |       </span> | ||||
|  |     </div> | ||||
|  | 
 | ||||
|  |     <ul class="menu"> | ||||
|  |       <li class="item <?php if(basename($_SERVER['PHP_SELF']) == 'iolovolio.php') { echo "active";}?>""> | ||||
|  |         <a href="/iolovolio" class="label"><b>io</b>lov<b>olio ...</b></a> | ||||
|  |       </li> | ||||
|  |       <li class="item <?php if(basename($_SERVER['PHP_SELF']) == 'buy.php') { echo "active";}?>""> | ||||
|  |         <a href="/buy" class="label">acquistare</a> | ||||
|  |       </li> | ||||
|  |       <li class="item <?php if(basename($_SERVER['PHP_SELF']) == 'learn.php') { echo "active";}?>""> | ||||
|  |         <a href="/learn" class="label">imparare</a> | ||||
|  |       </li> | ||||
|  |       <li class="item disabled"> | ||||
|  |         <span class="label">produrre (coming soon)</span> | ||||
|  |       </li> | ||||
|  |     </ul> | ||||
|  | 
 | ||||
|  |     <ul class="sidebar-menu"> | ||||
|  |       <li class="item <?php if(basename($_SERVER['PHP_SELF']) == 'iolovolio.php') { echo "active";}?>""> | ||||
|  |         <a href="/iolovolio" class="label"><b>io</b>lov<b>olio ...</b></a> | ||||
|  |       </li> | ||||
|  |       <li class="item <?php if(basename($_SERVER['PHP_SELF']) == 'buy.php') { echo "active";}?>""> | ||||
|  |         <a href="/buy" class="label">acquistare</a> | ||||
|  |       </li> | ||||
|  |       <li class="item <?php if(basename($_SERVER['PHP_SELF']) == 'learn.php') { echo "active";}?>""> | ||||
|  |         <a href="/learn" class="label">imparare</a> | ||||
|  |       </li> | ||||
|  |       <li class="item disabled"> | ||||
|  |         <span class="label">produrre (coming soon)</span> | ||||
|  |       </li> | ||||
|  |     </ul> | ||||
|  |   </div> | ||||
|  | 
 | ||||
| </header> | </header> | ||||
|  | |||||
| @ -0,0 +1,3 @@ | |||||
|  | RewriteEngine On | ||||
|  | RewriteCond %{REQUEST_FILENAME} !-f | ||||
|  | RewriteRule ^([^\.]+)$ $1.php [NC,L] | ||||
| @ -0,0 +1,83 @@ | |||||
|  | <!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,83 @@ | |||||
|  | <!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,83 @@ | |||||
|  | <!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,8 +1 @@ | |||||
| @font-face {font-family: "Acumin Variable Concept"; |  | ||||
|   src: url("/fonts/066ce24dae3730ed6c648b09efaea93a.eot"); /* IE9*/ |  | ||||
|   src: url("/fonts/066ce24dae3730ed6c648b09efaea93a.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ |  | ||||
|   url("/fonts/066ce24dae3730ed6c648b09efaea93a.woff2") format("woff2"), /* chrome、firefox */ |  | ||||
|   url("/fonts/066ce24dae3730ed6c648b09efaea93a.woff") format("woff"), /* chrome、firefox */ |  | ||||
|   url("/fonts/066ce24dae3730ed6c648b09efaea93a.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ |  | ||||
|   url("/fonts/066ce24dae3730ed6c648b09efaea93a.svg#Acumin Variable Concept") format("svg"); /* iOS 4.1- */ |  | ||||
| } |  | ||||
|  | @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,700&display=swap'); | ||||
|  | |||||
					Loading…
					
					
				
		Reference in new issue