Main Page: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 19: Line 19:
  We'd love to hear from you! Reach out for more information or assistance.
  We'd love to hear from you! Reach out for more information or assistance.


</div>
<div class="featured-articles">
    <h2>Featured Articles</h2>
    <div class="article-grid">
        <div class="article-card">
            <img src="path/to/featured-image1.jpg" alt="Featured Article 1 Image" class="featured-image">
            <h3>Arise Point</h3>
            <p>A brief excerpt or summary of the first featured article goes here...</p>
            <a href="/wiki/Arise_Point" class="read-more">Read More</a>
        </div>
        <div class="article-card">
            <img src="path/to/featured-image2.jpg" alt="Featured Article 2 Image" class="featured-image">
            <h3>Title of Featured Article 2</h3>
            <p>A brief excerpt or summary of the second featured article goes here...</p>
            <a href="/wiki/Featured_Article_2_Title" class="read-more">Read More</a>
        </div>
        <div class="article-card">
            <img src="path/to/featured-image3.jpg" alt="Featured Article 3 Image" class="featured-image">
            <h3>Title of Featured Article 3</h3>
            <p>A brief excerpt or summary of the third featured article goes here...</p>
            <a href="/wiki/Featured_Article_3_Title" class="read-more">Read More</a>
        </div>
    </div>
</div>
</div>