blog page v2

This commit is contained in:
Jerry
2020-09-18 13:44:09 +03:00
parent b4dfcaa63f
commit ed21896062
9 changed files with 213 additions and 7 deletions

View File

@@ -13,11 +13,47 @@
</div>
<div class="blog-body">
<div class="cont">
<div class="blog-info">
<div class="blog-date">September 7, 2020</div>
<div class="blog-tags">Edtech, Online teaching, Education</div>
</div>
<div class="blog-page-social">
<div class="left">
<a href="#" class="social twitter"></a>
<a href="#" class="social linkedin"></a>
<a href="#" class="social facebook"></a>
</div>
</div>
<?=get_the_content(null,false, $post); ?>
</div>
</div>
<div class="read-next">
<div class="rn-head">What you may want to read next...</div>
<div class="rn-body">
<div class="cont">
<a class="rn-block">
<div class="text">
<span class="head">Develop an action plan</span>
Before starting, ask yourself a clear question: "What environment do I want to foster for my class?" Its important to communicate with your students to learn what makes things most ...
</div>
</a>
<a class="rn-block">
<div class="text">
<span class="head">Develop an action plan</span>
Before starting, ask yourself a clear question: "What environment do I want to foster for my class?" Its important to communicate with your students to learn what makes things most ...
</div>
</a>
<a class="rn-block">
<div class="text">
<span class="head">Develop an action plan</span>
Before starting, ask yourself a clear question: "What environment do I want to foster for my class?" Its important to communicate with your students to learn what makes things most ...
</div>
</a>
</div>
</div>
</div>
</div>
<div class="main-page">
<!-- <div class="main-page">
<div class="mp-small-block">
<div class="cont">
<div class="sb-head">Interested? Get to know more</div>
@@ -27,7 +63,7 @@
</div>
</div>
</div>
</div>
</div> -->
</div>
<?php