-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts-page2.html
More file actions
20 lines (18 loc) · 876 Bytes
/
posts-page2.html
File metadata and controls
20 lines (18 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- Posts Page 2 Content -->
<div id="posts-page2-posts">
<section class="learn-grid">
<article class="learn-card">
<header>
<span class="card-smaller-heading-bw">Stay Tuned!</span>
<h2><a href="https://www.ofidcrypt.com/explore#article-featured">More Articles<br /> Coming soon</a></h2>
</header>
<a href="https://www.ofidcrypt.com/explore#article-featured" class="image fit">
<img src="assets/images/article-cover-coming-soon.PNG" alt="" />
</a>
<p>"Exploring additional topics brings even more insights and perspectives..."</p>
<ul class="actions special">
<li><a href="https://www.ofidcrypt.com/discover#article-featured" class="button">See Featured →</a></li>
</ul>
</article>
</section>
</div>