Web Scrabing
Web Scrabing
DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<title>Day - HTML Bootstrap Template</title>
<div class="menu">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation"><a
href="index.html" >Home</a></li>
<li role="presentation"><a
href="about.html">About Us</a></li>
<li role="presentation"><a
href="services.html">Services</a></li>
<li role="presentation"><a
href="gallery.html" class="active">Gallery</a></li>
<li role="presentation"><a
href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div><!--/.container-->
</nav><!--/nav-->
</header><!--/header-->
<div class="gallery">
<div class="text-center">
<h2>Gallery</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Quaerat quod voluptate consequuntur ad quasi,<br> dolores obcaecati ex aliquid,
dolor provident </p>
</div>
<div class="container">
<div class="col-md-4">
<figure class="effect-marley">
<img src="img/8.jpg" alt="" class="img-responsive"/>
<figcaption>
<h4>sweet marley</h4>
<p>Marley tried to convince her but she was not
interested.</p>
</figcaption>
</figure>
</div>
<div class="col-md-4">
<figure class="effect-marley">
<img src="img/9.jpg" alt="" class="img-responsive"/>
<figcaption>
<h4>sweet marley</h4>
<p>Marley tried to convince her but she was not
interested.</p>
</figcaption>
</figure>
</div>
<div class="col-md-4">
<figure class="effect-marley">
<img src="img/10.jpg" alt="" class="img-responsive"/>
<figcaption>
<h4>sweet marley</h4>
<p>Marley tried to convince her but she was not
interested.</p>
</figcaption>
</figure>
</div>
</div>
<div class="container">
<div class="col-md-4">
<figure class="effect-marley">
<img src="img/11.jpg" alt="" class="img-responsive"/>
<figcaption>
<h4>sweet marley</h4>
<p>Marley tried to convince her but she was not
interested.</p>
</figcaption>
</figure>
</div>
<div class="col-md-4">
<figure class="effect-marley">
<img src="img/12.jpg" alt="" class="img-responsive"/>
<figcaption>
<h4>sweet marley</h4>
<p>Marley tried to convince her but she was not
interested.</p>
</figcaption>
</figure>
</div>
<div class="col-md-4">
<figure class="effect-marley">
<img src="img/13.jpg" alt="" class="img-responsive"/>
<figcaption>
<h4>sweet marley</h4>
<p>Marley tried to convince her but she was not
interested.</p>
</figcaption>
</figure>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="col-md-4 wow fadeInDown" data-wow-duration="1000ms"
data-wow-delay="300ms">
<h4>About Us</h4>
<p>Day is tellus ac cursus commodo, mauesris condime ntum
nibh, ut fermentum mas justo sitters.</p>
<div class="contact-info">
<ul>
<li><i class="fa fa-home fa"></i>Suite 54
Elizebth Street, Victoria State Newyork, USA </li>
<li><i class="fa fa-phone fa"></i> +38 000
129900</li>
<li><i class="fa fa-envelope fa"></i>
[email protected]</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<div class="sub-footer">
<div class="container">
<div class="social-icon">
<div class="col-md-4">
<ul class="social-network">
<li><a href="#" class="fb tool-tip"
title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" class="twitter tool-tip"
title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" class="gplus tool-tip"
title="Google Plus"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" class="linkedin tool-tip"
title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#" class="ytube tool-tip"
title="You Tube"><i class="fa fa-youtube-play"></i></a></li>
</ul>
</div>
</div>
} )
.init();
</script>
</body>
</html>