This commit is contained in:
Edin Dazdarevic
2017-11-06 01:22:24 +01:00
parent 5a7604ac95
commit 3a78507cf5
6 changed files with 112 additions and 163 deletions

View File

@@ -1,7 +1,6 @@
<?php get_header(); ?>
<?php if( have_posts() ) the_post(); ?>
<!-- Start blog image -->
<section>
<div>
@@ -19,91 +18,43 @@
<div class="blog-container ">
<div class="row">
<div class="blog-intro space20">
<h2 class="med-title text-center">Some cool title</h2>
<h2 class="med-title text-center"><?php the_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>
<p class="details2 text-center" style="padding-right: 20px;"><?php the_author(); ?></p>
<p class="details2 text-center"><?php the_date(); ?></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">
<img class="social-icons" src="<?php bloginfo( 'template_directory' ); ?>/img/facebook.svg">
<img class="social-icons" src="<?php bloginfo( 'template_directory' ); ?>/img/linkedin.svg">
<img class="social-icons" src="<?php bloginfo( 'template_directory' ); ?>/img/twitter-logo.svg">
<img class="social-icons" src="<?php bloginfo( 'template_directory' ); ?>/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>
<?php the_content(); ?>
</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">
-->
<img class="arrow animated hire-us" src="<?php bloginfo( 'template_directory' ); ?>/img/hire-us-arrow1.svg">
<!-- <img class="arrow animated bounce" style="padding-left: 20px" src="<?php bloginfo( 'template_directory' ); ?>/img/hire-us-arrow2.svg"> -->
<!-- <img class="arrow animated bounce" style="padding-left: 20px" src="<?php bloginfo( 'template_directory' ); ?>/img/hire-us-arrow3.svg"> -->
</div>
</div>
</section>