-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 4c65d1f
Showing
97 changed files
with
36,089 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.DS_Store | ||
.idea/ |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<div id="body"> | ||
<div class="content"> | ||
<div class="section"> | ||
<div class="breadcrumb" id="bred"> | ||
<span>Sei qui:</span> | ||
<ul> | ||
<li> | ||
<a href="about.html">Chi Siamo</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="company"> | ||
<h2>La nostra azienda</h2> | ||
<div> | ||
<img src="images/logo.png" alt=""> | ||
<h3>AD Makeover<br> di Danilo Lucarelli e Ferracci Adriano</h3> | ||
<p> | ||
Dopo oltre di quindici anni di esperienza maturati sul campo, Danilo Lucarelli e Ferracci Adriano | ||
decidono nel 2015 di fondare AD Makeover.<br> | ||
La spinta fondamentale nel compiere tale passo nasce dalla convinzione di poter offrire ai propri clienti | ||
servizi di qualità a prezzi vantaggiosi.<br> | ||
AD Makeover è in grado di fornire standard elevati grazie all'accuratezza con la quale il cliente finale viene | ||
accompagnato attraverso tutte le fasi del progetto. | ||
Tutte le lavorazioni vengono eseguite esclusivamente da personale specializzato che in ogni situazione | ||
è in grado di individuare e proporre al cliente le soluzioni migliori.<br> | ||
Il motto di AD Makeover è "soddisfatti a tutti i costi!". | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="sidebar" id="div_sidebar"> | ||
<div class="navigation"> | ||
<h3>Visita anche</h3> | ||
<ul> | ||
<li> | ||
<a href="about.html">L'Azienda</a> | ||
</li> | ||
<li> | ||
<a href="team.html">La Squadra</a> | ||
</li> | ||
<li> | ||
<a href="gallery.html">Galleria</a> | ||
</li> | ||
<li> | ||
<a href="services.html">Servizi</a> | ||
</li> | ||
<li> | ||
<a href="contact.html">Contatti</a> | ||
</li> | ||
<li class="selected"> | ||
<a href="about.html">Chi Siamo</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="gallery" id="div_gallery"> | ||
<h3>In evidenza nella galleria</h3> | ||
<p> | ||
Controsoffitto con faretti a incasso | ||
</p> | ||
<a href="gallery.html" class="figure"><img src="images/jobs/featured/20160510_contro2.gif" alt=""></a> <span><a href="gallery.html">Visita la galleria</a></span> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script> | ||
|
||
$('#div_gallery a').click(function(e){ | ||
//alert(jQuery(this).attr("id")); | ||
e.preventDefault(); | ||
$('#div_body').load(this.getAttribute('href')); | ||
}); | ||
|
||
$('#bred a').click(function(e){ | ||
//alert(jQuery(this).attr("id")); | ||
e.preventDefault(); | ||
$('#div_body').load(this.getAttribute('href')); | ||
}); | ||
|
||
$('#div_sidebar a').click(function(e){ | ||
//alert(jQuery(this).attr("id")); | ||
e.preventDefault(); | ||
$('#div_body').load(this.getAttribute('href')); | ||
}); | ||
|
||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,282 @@ | ||
<!DOCTYPE HTML> | ||
<!-- Website Template by freewebsitetemplates.com --> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Blog - Car Repair Shop Website Template</title> | ||
<link rel="stylesheet" href="css/style.css" type="text/css"> | ||
<!--[if lt IE 9]> | ||
<link rel="stylesheet" type="text/css" href="css/ie.css"> | ||
<![endif]--> | ||
</head> | ||
<body> | ||
<div id="header"> | ||
<div> | ||
<a href="index.html" class="logo"><img src="images/logo.png" alt=""></a> | ||
<form action="index.html"> | ||
<input type="text" name="search" id="search" value=""> | ||
<input type="submit" name="searchBtn" id="searchBtn" value=""> | ||
</form> | ||
</div> | ||
<div class="navigation"> | ||
<ul> | ||
<li> | ||
<a href="index.html">home</a> | ||
</li> | ||
<li> | ||
<a href="about.html">about</a> | ||
<ul> | ||
<li> | ||
<a href="team.html">the team</a> | ||
</li> | ||
<li> | ||
<a href="testimonials.html">testimonials</a> | ||
</li> | ||
<li> | ||
<a href="gallery.html">gallery</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="services.html">services</a> | ||
<ul> | ||
<li> | ||
<a href="services.html">engine maintenance</a> | ||
</li> | ||
<li> | ||
<a href="services.html">wheel allignment</a> | ||
</li> | ||
<li> | ||
<a href="services.html">air condition services</a> | ||
</li> | ||
<li> | ||
<a href="services.html">transmission</a> | ||
</li> | ||
<li> | ||
<a href="promo.html">promos & discounts</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="selected"> | ||
<a href="blog.html">blog</a> | ||
</li> | ||
<li> | ||
<a href="contact.html">contact</a> | ||
</li> | ||
<li class="booking"> | ||
<a href="booking.html">book an appointment</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div id="body"> | ||
<div class="content"> | ||
<div class="section"> | ||
<div class="blog"> | ||
<ul> | ||
<li> | ||
<h3>Vivamus tempor tritique faucibus</h3> | ||
<span>Posted <a href="#">july 27, 2023</a> by <a href="#">admin</a> in <a href="http://www.freewebsitetemplates.com/">freewebsite templates</a> <a href="#" class="comment">1</a></span> | ||
<div> | ||
<a href="blog-single.html" class="figure"><img src="images/tuxedo.jpg" alt=""></a> | ||
<p> | ||
This website template has been designed by <a href="http://www.freewebsitetemplates.com/">Free Website Templates</a> for you, for free. You can replace all this text with your own text. You can remove any link to our website from this website template, you're free to use this website template without linking back to us. If you're having problems editing this website template, then don't hesitate to ask for help on the <a href="http://www.freewebsitetemplates.com/forums/">Forums</a>. <a href="blog-single.html" class="more">read more >></a> | ||
</p> | ||
</div> | ||
</li> | ||
<li> | ||
<h3>Lorem ipsum dolor sit amet</h3> | ||
<span>Posted <a href="#">july 27, 2023</a> by <a href="#">admin</a> in <a href="#">customize</a> <a href="#" class="comment">0</a></span> | ||
<div> | ||
<a href="blog-single.html" class="figure"><img src="images/calling.jpg" alt=""></a> | ||
<p> | ||
This website template has been designed by <a href="http://www.freewebsitetemplates.com/">Free Website Templates</a> for you, for free. You can replace all this text with your own text. You can remove any link to our website from this website template, you're free to use this website template without linking back to us. If you're having problems editing this website template, then don't hesitate to ask for help on the <a href="http://www.freewebsitetemplates.com/forums/">Forums</a>. <a href="blog-single.html" class="more">read more >></a> | ||
</p> | ||
</div> | ||
</li> | ||
</ul> | ||
<div class="paging"> | ||
<span>page 1 of 2</span> | ||
<ul> | ||
<li class="selected"> | ||
<a href="#">1</a> | ||
</li> | ||
<li> | ||
<a href="#">2</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="sidebar"> | ||
<div class="categories"> | ||
<h3>categories</h3> | ||
<ul> | ||
<li> | ||
<a href="blog-single.html">customize</a> | ||
</li> | ||
<li> | ||
<a href="http://www.freewebsitetemplates.com/">freewebsite templates</a> | ||
</li> | ||
<li> | ||
<a href="http://www.freewebsitetemplates.com/">free web design</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="post"> | ||
<h3>popular blog posts</h3> | ||
<ul> | ||
<li> | ||
<a href="blog-single.html" class="figure"><img src="images/girl-calling.jpg" alt=""></a> | ||
<div> | ||
<span><a href="blog-single.html">Lorem ipsum dolor sit amet</a></span> | ||
<p> | ||
Sed id enim sit amet ante gravida tincidunt iaculis... | ||
</p> | ||
</div> | ||
</li> | ||
<li> | ||
<a href="blog-single.html" class="figure"><img src="images/man2.jpg" alt=""></a> | ||
<div> | ||
<span><a href="blog-single.html">Morbi luctus iaculis congue</a></span> | ||
<p> | ||
Nullam tempor ultrices risus at rutrum... | ||
</p> | ||
</div> | ||
</li> | ||
<li> | ||
<a href="blog-single.html" class="figure"><img src="images/gentleman.jpg" alt=""></a> | ||
<div> | ||
<span><a href="blog-single.html">Suspendisse vel faucibus sapien</a></span> | ||
<p> | ||
Integer metus nunc... | ||
</p> | ||
</div> | ||
</li> | ||
<li> | ||
<a href="blog-single.html" class="figure"><img src="images/castle2.jpg" alt=""></a> | ||
<div> | ||
<span><a href="blog-single.html">Phasellus eu vulputate risus</a></span> | ||
<p> | ||
Nulla sagittis viverra erat id placerat... | ||
</p> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="archives"> | ||
<h3>archive</h3> | ||
<ul> | ||
<li> | ||
<a href="blog-single.html">june 2023</a> | ||
</li> | ||
<li> | ||
<a href="blog-single.html">may 2023</a> | ||
</li> | ||
<li> | ||
<a href="blog-single.html">april 2023</a> | ||
</li> | ||
<li> | ||
<a href="blog-single.html">march 2023</a> | ||
</li> | ||
<li> | ||
<a href="blog-single.html">february 2023</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="footer"> | ||
<div> | ||
<div class="contact"> | ||
<h3>contact information</h3> | ||
<ul> | ||
<li> | ||
<b>address:</b> <span>426 Grant Street Pine Hill, TX 75652</span> | ||
</li> | ||
<li> | ||
<b>phone:</b> <span>903-889-6313</span> | ||
</li> | ||
<li> | ||
<b>fax:</b> <span>903-889-6313</span> | ||
</li> | ||
<li> | ||
<b>email:</b> <span><a href="http://www.freewebsitetemplates.com/misc/contact">[email protected]</a></span> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="tweets"> | ||
<h3>recent tweets</h3> | ||
<ul> | ||
<li> | ||
<a href="#">Fusce ut massa magna, quis aliquam justo. In hac habitasse platea dictumst.<span>1 day ago</span></a> | ||
</li> | ||
<li> | ||
<a href="#">Fusce ut massa magna, quis aliquam justo.<span>2 days ago</span></a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="posts"> | ||
<h3>recent blog post</h3> | ||
<ul> | ||
<li> | ||
<a href="#">Fusce Ut Massa Magna</a> | ||
</li> | ||
<li> | ||
<a href="#">Quis Aliquam Justo</a> | ||
</li> | ||
<li> | ||
<a href="#">In Hac Habitasse Platea</a> | ||
</li> | ||
<li> | ||
<a href="#">Vestibulum Volutpat Turpis Eu Leo Eleifend Et Adipiscing </a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="connect"> | ||
<h3>stay in touch</h3> | ||
<p> | ||
Donec tempor, ipsum quis imperdiet, sapien sapien iaculis elit, at malesuada nulla nibh vel eros. | ||
</p> | ||
<ul> | ||
<li id="facebook"> | ||
<a href="http://freewebsitetemplates.com/go/facebook/">facebook</a> | ||
</li> | ||
<li id="twitter"> | ||
<a href="http://freewebsitetemplates.com/go/twitter/">twitter</a> | ||
</li> | ||
<li id="googleplus"> | ||
<a href="http://freewebsitetemplates.com/go/googleplus/">googleplus</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="section"> | ||
<p> | ||
© this is the copyright area | ||
</p> | ||
<ul> | ||
<li> | ||
<a href="index.html">home</a> | ||
</li> | ||
<li> | ||
<a href="about.html">about</a> | ||
</li> | ||
<li> | ||
<a href="services.html">services</a> | ||
</li> | ||
<li> | ||
<a href="blog.html">blog</a> | ||
</li> | ||
<li> | ||
<a href="contact.html">contact</a> | ||
</li> | ||
<li> | ||
<a href="booking.html">book an appointment</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.