index.html
<!-- Top Main -->
  <div id="main_top">
    <div class="inner">
      <header><br>
        <h4><span class="center"> Welcome to Carlitos' Fab Academy site! :)
        </span></h4>
        <h5 style="font-size: 1.3em;">Hi, on this website I will document the 
        step-by-step process of all the weekly assignments and the final project 
        as a part of the Fab Academy 2024 program.</h5>
      </header>
    </div>
  </div>
    
<!-- WEEK ASSIGNMENTS --> 
  <div id="main">
    <div class="inner">
      <br><span class="center">
        <h3>Week assignments</h3></span>
      <section class="tiles2">
        <article class="style1">
          <span class="image">
            <img src="assets/images/week1_background.jpg" alt=""/>
          </span>
          <a href="assignments/week01.html">
          <h2>Week 1</h2>
          <div class="content">
              <h5>Principles and Practices, Project management</h5>
            </div></a></article></section>
      </div>
  </div>