<div style="width: 100vw; margin-left: calc(-50vw + 50%); height: 250px; background-image: url('https://images.unsplash.com/photo-1466692476868-aef1dfb1e735?q=80&w=2000'); background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; text-align: center; padding: 20px;"> <h1 style="font-size: 5em; color: white; font-weight: bold; margin: 0;">Articles and Posts</h1> <p style="color: white; font-weight: bold; margin-top: 10px; font-size:2em"> Insights on rebuilding your Nest <br> Practical Tools To Raise your spirit. </p> </div>
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px;">
<a href="NoteName1" class="internal-link" style="text-decoration: none; color: inherit;"> <div style="min-height: 200px; background: #333; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; padding: 15px; border: 2px solid #000;"> Article 1 </div> </a>
<a href="NoteName2" class="internal-link" style="text-decoration: none; color: inherit;"> <div style="min-height: 200px; background: #333; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; padding: 15px; border: 2px solid #000;"> Article 2 </div> </a>
<a href="NoteName3" class="internal-link" style="text-decoration: none; color: inherit;"> <div style="min-height: 200px; background: #333; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; padding: 15px; border: 2px solid #000;"> Article 3 </div> </a> </div>
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 20px;"> <!-- Article 1 --> <div style="aspect-ratio: 1 / 1; background: #f0f0f0; border-radius: 8px; display: flex; align-items: center; justify-content: center; text-align: center; border: 1px solid #ddd;"> <p style="margin: 0; font-weight: bold;">Article Title 1</p> </div> <!-- Article 2 --> <div style="aspect-ratio: 1 / 1; background: #f0f0f0; border-radius: 8px; display: flex; align-items: center; justify-content: center; text-align: center; border: 1px solid #ddd;"> <p style="margin: 0; font-weight: bold;">Article Title 2</p> </div> <!-- Article 3 --> <div style="aspect-ratio: 1 / 1; background: #f0f0f0; border-radius: 8px; display: flex; align-items: center; justify-content: center; text-align: center; border: 1px solid #ddd;"> <p style="margin: 0; font-weight: bold;">Article Title 3</p> </div> <!-- Repeat the div structure above for rows 2 and 3 --> <!-- Copy/Paste the block 6 more times to complete your 3x3 grid --> </div>