-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtechnlog.txt
27 lines (26 loc) · 1.01 KB
/
technlog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<section class="featured-post">
<article class="post-card featured">
<img src="{{url_for('static', filename='img/featured.jpg')}}" alt="Featured Post Image">
<div class="post-content">
<h2><a href="{{ url_for('post', post_id=5) }}">The Rise of Quantum Computing</a></h2>
<p class="post-excerpt">Quantum computing is set to revolutionize technology by solving problems at an
unimaginable scale. From enhancing cryptography to accelerating drug discovery, this emerging field holds
immense potential to transform industries and reshape our future.
</p>
<div class="post-meta">
<span>October 10, 2024</span>
<span>Category: <a href="#">Innovation</a></span>
</div>
</div>
</article>
</section>
<!-- Pagination Section -->
<section class="pagination">
<ul>
<li><a href="#">« Previous</a></li>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">Next »</a></li>
</ul>
</section>