Files
old-saburly-blog/single.php
Edin Dazdarevic 5a7604ac95 WP theme initial
2017-11-05 23:55:19 +01:00

163 lines
7.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php get_header(); ?>
<!-- Start blog image -->
<section>
<div>
<div class="banner container">
<a href="Blog-menu.html"><img class="arrow-back"src="img/arrow-back.svg"></a>
</div>
</div>
</section>
<!-- End blog image -->
<!-- Start blog title -->
<section>
<div class="blog-container ">
<div class="row">
<div class="blog-intro space20">
<h2 class="med-title text-center">Some cool title</h2>
</div>
</div>
<div class="flex-center space20">
<p class="details2 text-center" style="padding-right: 20px;">Senad Uka</p>
<p class="details2 text-center">17 October</p>
</div>
<div class="flex-center space20">
<img class="social-icons" src="img/facebook.svg">
<img class="social-icons" src="img/linkedin.svg">
<img class="social-icons" src="img/twitter-logo.svg">
<img class="social-icons" src="img/ic_share.svg">
</div>
<p class="tag-line text-center space20">Curabitur vitae feugiat nibh. In leo erat, blandit non scelerisque a, pretium in massa. Praesent vel nibh tincidunt, faucibus mi sed, sodales dolor.</p>
</div>
</section>
<!-- End blog title -->
<section>
<div class="blog-container space20">
<div class="flex-center text-left">
<p class="details2">The $79 iWork 08
appears to be a good deal for anyone needing an affordable office suite for the Mac.
Apple has finally added a spreadsheet application. At first glance, Numbers is an elegant
no-brainer for anyone migrating from Microsoft Excel. In the past, many Mac aficionados bought
Microsoft Excel because iWork lacked a spreadsheet application.</p>
</div>
<div class="flex-center text-left space10">
<p class="details2">The $79 iWork 08
appears to be a good deal for anyone needing an affordable office suite for the Mac.
Apple has finally added a spreadsheet application. At first glance, Numbers is an elegant
no-brainer for anyone migrating from Microsoft Excel. In the past, many Mac aficionados bought
Microsoft Excel because iWork lacked a spreadsheet application.</p>
</div>
<div>
<img class="img-within-text" src="img/blog-img-3.png">
</div>
<div class="flex-center text-left space10">
<p class="details2">The $79 iWork 08
appears to be a good deal for anyone needing an affordable office suite for the Mac.
Apple has finally added a spreadsheet application. At first glance, Numbers is an elegant
no-brainer for anyone migrating from Microsoft Excel. In the past, many Mac aficionados bought
Microsoft Excel because iWork lacked a spreadsheet application.</p>
</div>
</div>
<div class="blog-container-line highlight-line space20">
<div class= "flex-center text-left">
<p class="highlighted-text">However, with the addition of Numbers and the release of Microsofts
Office for Mac 2008 delayed until January, Mac users may stick to Apples less expensive option.
Were also happy that Mac hasnt changed its file formats as Microsoft did with Office 2007. We like
the sparse interfaces throughout the iWork package.</p>
</div>
</div>
<div class="blog-container space20">
<div class="flex-center text-left space10">
<p class="details2">The $79 iWork 08
appears to be a good deal for anyone needing an affordable office suite for the Mac.
Apple has finally added a spreadsheet application. At first glance, Numbers is an elegant
no-brainer for anyone migrating from Microsoft Excel. In the past, many Mac aficionados bought
Microsoft Excel because iWork lacked a spreadsheet application.</p>
</div>
</div>
</div>
</section>
<!-- Start Hire us -->
<section class="hire-us-section space40 id="scene"">
<div class="container blog-container ">
<p class="hire-us-text text-center space20">Besides writing interesting blog posts - we also implement boring and not so boring software - so if you need something, feel free to
<br><a class="hire-us-link" href="http://www.saburly.com#contact">HIRE US!</a></br></p>
<div class="hire-us-arrows">
<img class="arrow animated hire-us" src="img/hire-us-arrow1.svg">
<!--<img class="arrow animated bounce" style="padding-left: 20px" src="img/hire-us-arrow2.svg">
<img class="arrow animated bounce" style="padding-left: 20px" src="img/hire-us-arrow3.svg">
-->
</div>
</div>
</section>
<!-- End Hire us -->
<!-- Start You might also like -->
<section class="tabcontainer">
<div class="container">
<div class="row">
<div class="blog-intro space40">
<h2 class="sub-title text-center">You might also like...</h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="row space40">
<a href="Blog.html">
<div class="col-md-4 col-sm-4 col-sm-4 text-center space20">
<img src="img/blog-img-3.png" class="img-responsive center-block hidden-xs" alt="team1">
<img src="img/blog-img-3.png" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="blogtitle-sm text-center">Some text or title</h4>
<p class="hint text-center">17 December</p>
<p class="hint text-center">Senad Uka</p>
</div>
</a>
<a href="Blog.html">
<div class="col-md-4 col-sm-4 col-sm-4 text-center space20">
<img src="img/blog-img-4.png" class="img-responsive center-block hidden-xs" alt="team2">
<img src="img/blog-img-4.png" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="blogtitle-sm text-center">Some text or title</h4>
<p class="hint text-center">17 December</p>
<p class="hint text-center">Edin Dazdarevic</p>
</div>
</a>
<a href="Blog.html">
<div class="col-md-4 col-sm-4 col-sm-4 text-center space20">
<img src="img/blog-img-2.png" class="img-responsive center-block hidden-xs" alt="team2">
<img src="img/blog-img-2.png" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="blogtitle-sm text-center">Some text or title</h4>
<p class="hint text-center">17 December</p>
<p class="hint text-center">Edin Dazdarevic</p>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- End You might also like -->
<?php
get_footer();