mainfooter.blade.php 2.99 KB
Newer Older
Palti Sinaga committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
<!-- Footer -->
	<div class="footer agileits w3layouts">
		<div class="container">
			<div class="col-md-4 agileits w3layouts footer-grids">
				<div class="col-md-10 footer-grid agileits w3layouts footer-grid-1 wow fadeInUp">
					<p> 
						<img src="img\bulbulhomestay.png" style="margin-top: 5px;">
						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.
						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.
						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.
					<p>			
				</div>
			</div>

			<div class="col-md-2 agileits w3layouts footer-grids" style="margin-right: 20px;">
				<div class="col-md-12 footer-grid agileits w3layouts footer-grid-2 wow fadeInUp">
						<ul class="agileits w3layouts">
						<p style="font-size: 20px; color: white; margin-bottom: 10px"> Other Link </p> 
							<li><a href=""> Tobasamosir </a></li>
							<li><a href=""> Institut Teknologi Del </a></li>
							<li><a href=""> Dinasparisiwata Tobasa </a></li>
					</ul>
				</div>
			</div>

			<div class="col-md-4 agileits w3layouts footer-grids">
				<div class="col-md-12 footer-grid agileits w3layouts footer-grid-3 wow fadeInUp">
					<ul class="agileits w3layouts">
						<p style="font-size: 20px; color: white;margin-bottom: 10px"> Contact Us </p> 
							<p>Jl. Pematang Siantar Balige No.2 Toba Samosir</p>
							<p>paltigcsinaga@gmail.com</p>
							<p>+6282174161231</p>
					</ul>
				</div>
				<div class="clearfix"></div>
			</div>

			<!-- <div class="col-md-6 col-sm-6 footer-grids agileits w3layouts newsletter wow fadeInUp">
				<h4>Stay Connected</h4>
				<p>Subscribe to our newsletter and get informed of our newest projects.</p>
				<form action="#" method="post">
					<input type="text" placeholder="Email" name="Email" required="">
					<input type="submit" value="SUBSCRIBE">
				</form>
			</div> -->

			<!-- <div class="col-md-6 col-sm-6 footer-grids agileits w3layouts social wow fadeInUp">
				<ul class="social-icons">
					<li class="agileits w3layouts"><a href="#" class="facebook agileits w3layouts" title="Go to Our Facebook Page"></a></li>
					<li class="agileits w3layouts"><a href="#" class="twitter agileits w3layouts" title="Go to Our Twitter Account"></a></li>
					<li class="agileits w3layouts"><a href="#" class="googleplus agileits w3layouts" title="Go to Our Google Plus Account"></a></li>
					<li class="agileits w3layouts"><a href="#" class="instagram agileits w3layouts" title="Go to Our Instagram Account"></a></li>
					<li class="agileits w3layouts"><a href="#" class="youtube agileits w3layouts" title="Go to Our Youtube Channel"></a></li>
				</ul>
			</div> -->

			<!-- <div class="col-md-6 col-sm-6 footer-grids agileits w3layouts copyright wow fadeInUp">
				<p>&copy; 2017 Tropical Resorts. All Rights Reserved | Design by <a href="http://w3layouts.com/" target="_blank"> W3layouts </a></p>
			</div>
			<div class="clearfix"></div> -->

		</div>
	</div>
	<!-- //Footer -->