initial commit
This commit is contained in:
297
app/webroot/blog/wp-content/themes/expense-blog/index.html
Normal file
297
app/webroot/blog/wp-content/themes/expense-blog/index.html
Normal file
@@ -0,0 +1,297 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Expense Count</title>
|
||||
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/popper.min.js"></script>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src="js/nav.js"></script>
|
||||
<script src="owlcarousel/owl.carousel.js"></script>
|
||||
<link href="style.css" rel="stylesheet" type="text/css">
|
||||
<link href="css/nav.css" rel="stylesheet" type="text/css">
|
||||
<link href="owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!---->
|
||||
<div class="header">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-3 logo"><a href="#"><img src="images/eng/logo.png" alt=""/></a></div>
|
||||
<div class="col-sm-9">
|
||||
<div id="cssmenu">
|
||||
<div> </div>
|
||||
<div class="drop-nav">
|
||||
<select>
|
||||
<option value="https://www.tricount.com/fr/">Français (FR)</option>
|
||||
<option value="https://www.tricount.com/en/" selected="selected">English (EN)</option>
|
||||
<option value="https://www.tricount.com/pl/">Polski (PL)</option>
|
||||
<option value="https://www.tricount.com/it/">Italiano (IT)</option>
|
||||
<option value="https://www.tricount.com/de/">Deutsch (DE)</option>
|
||||
<option value="https://www.tricount.com/nl/">Nederlands (NL)</option>
|
||||
<option value="https://www.tricount.com/es/">Español (ES)</option>
|
||||
<option value="https://www.tricount.com/pt/">Português (PT)</option>
|
||||
<option value="https://www.tricount.com/hi/">हिन्दी (HI)</option>
|
||||
<option value="https://www.tricount.com/tr/">Türkçe (TR)</option>
|
||||
</select>
|
||||
</div>
|
||||
<div id="head-mobile"></div>
|
||||
<div class="button"></div>
|
||||
<ul>
|
||||
<li class='active'><a href='#'>HOME</a></li>
|
||||
<li><a href='#'>MOBILE APP</a>
|
||||
<ul>
|
||||
<li><a href='#'>WeXpense</a></li>
|
||||
<li><a href='#'>MessXpense</a></li>
|
||||
<li><a href='#'>MyXpense</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href='#'>ABOUT US</a></li>
|
||||
<li><a href='#'>FAQ</a></li>
|
||||
<li><a href='#'>FEEDBACK</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slider">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-8">
|
||||
<h1 class=" text-uppercase">Complete <strong>solution</strong><br>
|
||||
for managing your <strong>expenses</strong></h1>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="#"><img src="images/eng/google-play.png" alt=""/></a></li>
|
||||
<li><a href="#"><img src="images/eng/app-store.png" alt=""/></a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-sm-4 phone-animation">
|
||||
<div class="owl-carousel">
|
||||
<div class="item"><img src="images/slide-3.png" alt=""/></div>
|
||||
<div class="item"><img src="images/slide-2.png" alt=""/></div>
|
||||
<div class="item"><img src="images/slide-1.png" alt=""/></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
var owl = $('.owl-carousel');
|
||||
owl.owlCarousel({
|
||||
items: 1,
|
||||
loop: true,
|
||||
margin: 0,
|
||||
autoplay: true,
|
||||
autoplayTimeout: 3000,
|
||||
autoplayHoverPause: false
|
||||
});
|
||||
|
||||
})
|
||||
</script>
|
||||
<div class="block-1">
|
||||
<div class="container text-center">
|
||||
<p>"It is possible to manage your <strong>expenses</strong> without login!!!</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--3 column App Inof-->
|
||||
<div class="app-container">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="app-block">
|
||||
<div class="group-expense"><img src="images/WeXpense.png" alt=""/>
|
||||
<h1><strong>WE</strong> XPENSE <br>
|
||||
<span><em>Track, split, and share your group expenses</em></span></h1>
|
||||
</div>
|
||||
<div class="app-desc">If you're on a trip with friends or planning a picnic or party with co-workers, it’s likely that someone will cover the Uber bill while others pay for drinks or hotel expenses. You need to track all of these costs and split them among the participants without any confusion or hassle. </div>
|
||||
<div class="text-center"> <a href="#">Watch video preview</a><br>
|
||||
<a href="#">Explore a demo</a></div>
|
||||
<div class="text-center app-info">
|
||||
<ul>
|
||||
<li><a href="#" class="create-new">Create New </a> </li>
|
||||
<li><a href="#" class="download">Download App</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--End Here -->
|
||||
<div class="col-sm-4">
|
||||
<div class="app-block">
|
||||
<div class="mess-expense"><img src="images/MessXpense.png" alt=""/>
|
||||
<h1><strong>MESS</strong> XPENSE <br>
|
||||
<span><em>Track, split, and share your group expenses</em></span></h1>
|
||||
</div>
|
||||
<div class="app-desc">If you are on a trip with friends or planning a picnic or party with co-workers, it is possible that someone will be paying the Uber bill while others are left paying for drinks or hotel costs. But you need to track all of these expenses and finally split the cost among the participants without ending up with mess. </div>
|
||||
<div class="text-center"> <a href="#">Watch video preview</a><br>
|
||||
<a href="#">Explore a demo</a></div>
|
||||
<div class="text-center app-info">
|
||||
<ul>
|
||||
<li><a href="#" class="create-new">Create New </a> </li>
|
||||
<li><a href="#" class="download">Download App</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--End Here -->
|
||||
<div class="col-sm-4">
|
||||
<div class="app-block">
|
||||
<div class="family-expense"><img src="images/MessXpense.png" alt=""/>
|
||||
<h1><strong>MY</strong> XPENSE <br>
|
||||
<span><em>Track, split, and share your group expenses</em></span></h1>
|
||||
</div>
|
||||
<div class="app-desc">If you are on a trip with friends or planning a picnic or party with co-workers, it is possible that someone will be paying the Uber bill while others are left paying for drinks or hotel costs. But you need to track all of these expenses and finally split the cost among the participants without ending up with mess. </div>
|
||||
<div class="text-center"> <a href="#">Watch video preview</a><br>
|
||||
<a href="#">Explore a demo</a></div>
|
||||
<div class="text-center app-info">
|
||||
<ul>
|
||||
<li><a href="#" class="create-new">Create New </a> </li>
|
||||
<li><a href="#" class="download">Download App</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--End Here -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="block-5">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<ul>
|
||||
<li><strong>10M+</strong><br>
|
||||
Download</li>
|
||||
<li><strong>4M+</strong><br>
|
||||
Active User</li>
|
||||
<li><strong>874M+</strong><br>
|
||||
Line of Codes</li>
|
||||
<li><strong>20M+</strong><br>
|
||||
Solutions</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="block-6">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="feature"><img src="images/icon.png" alt="" class="float-left"/>
|
||||
<h3>What is Lorem Ipsum?</h3>
|
||||
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>
|
||||
</div>
|
||||
<div class="feature"><img src="images/icon.png" alt="" class="float-left"/>
|
||||
<h3>What is Lorem Ipsum?</h3>
|
||||
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>
|
||||
</div>
|
||||
<div class="feature"><img src="images/icon.png" alt="" class="float-left"/>
|
||||
<h3>What is Lorem Ipsum?</h3>
|
||||
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>
|
||||
</div>
|
||||
<div class="feature"><img src="images/icon.png" alt="" class="float-left"/>
|
||||
<h3>What is Lorem Ipsum?</h3>
|
||||
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4 text-center"><img src="images/phone.jpg" alt=""/></div>
|
||||
<div class="col-sm-4">
|
||||
<div class="feature"><img src="images/icon.png" alt="" class="float-right"/>
|
||||
<h3>What is Lorem Ipsum?</h3>
|
||||
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>
|
||||
</div>
|
||||
<div class="feature"><img src="images/icon.png" alt="" class="float-right"/>
|
||||
<h3>What is Lorem Ipsum?</h3>
|
||||
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>
|
||||
</div>
|
||||
<div class="feature"><img src="images/icon.png" alt="" class="float-right"/>
|
||||
<h3>What is Lorem Ipsum?</h3>
|
||||
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>
|
||||
</div>
|
||||
<div class="feature"><img src="images/icon.png" alt="" class="float-right"/>
|
||||
<h3>What is Lorem Ipsum?</h3>
|
||||
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="block7">
|
||||
<div class="container text-center">
|
||||
<div class="owl-carousel testimonial">
|
||||
<div class="item"> <img src="images/headshot-1.png" alt=""/>
|
||||
<p>"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."</p>
|
||||
<cite>Denny C. Maldonado</cite> </div>
|
||||
<div class="item"> <img src="images/headshot-2.png" alt=""/>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
<cite>Michael B. White</cite> </div>
|
||||
<div class="item"> <img src="images/headshot-3.png" alt=""/>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
<cite>Sarah D. Berger</cite> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
var owl = $('.owl-carousel');
|
||||
owl.owlCarousel({
|
||||
items: 1,
|
||||
loop: true,
|
||||
margin: 0,
|
||||
autoplay: true,
|
||||
autoplayTimeout: 3000,
|
||||
autoplayHoverPause: false
|
||||
});
|
||||
|
||||
})
|
||||
</script>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<div class="row social-tab">
|
||||
<div class="col-sm-6">
|
||||
<ul class="social-icons">
|
||||
<li><a href="#"><img src="images/eng/google-play.png" alt=""/></a></li>
|
||||
<li><a href="#"><img src="images/eng/app-store.png" alt=""/></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<ul class="social-icons text-right">
|
||||
<li><a href="#"><img src="images/facebook.png" alt="" /></a></li>
|
||||
<li><a href="#"><img src="images/twitter.png" alt="" /></a></li>
|
||||
<li><a href="#"><img src="images/linkedin.png" alt="" /></a></li>
|
||||
<li><a href="#"><img src="images/apple.png" alt="" /></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<h3>We need volunteer</h3>
|
||||
<p>ExpenseCount in your language
|
||||
ExpenseCount is not yet available in your language? We are looking for volunteer translators. Interested? please contact here</p>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<h3>News</h3>
|
||||
<!-- <p>16.05.2017<br> -->
|
||||
Do you want to use ExpenseCount in your mobile phone? Please visit mobile app download page and select expense type.<br>
|
||||
Mobile App download link: http://www.expcount.com/pages/mobileApps </p>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<h3>News</h3>
|
||||
<!-- <p>16.05.2017<br> -->
|
||||
Do you want to use ExpenseCount in your mobile phone? Please visit mobile app download page and select expense type.<br>
|
||||
Mobile App download link: http://www.expcount.com/pages/mobileApps </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="copyright"> Copy right © 2018 ExpenseCount, All Rights Reserved. </div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user