# Experience

<ul class="nav nav-tabs" role="tablist">
  <li class="nav-item" role="presentation">
    <a class="nav-link active" data-bs-toggle="tab" href="#NUS" aria-selected="false" role="tab" tabindex="-1">NUS</a>
  </li>
  <li class="nav-item" role="presentation">
    <a class="nav-link" data-bs-toggle="tab" href="#another-company" aria-selected="true" role="tab">Another Company</a>
  </li>
</ul>
<div id="myTabContent" class="tab-content" style="margin-top:15px;">
  <div class="tab-pane fade active show" id="NUS" role="tabpanel">
    <h4>Software Engineering Intern @ <md>[NUS](https://nus.edu.sg/)</md></h4>
    <h6>May 2024 - Aug 2024</h6>
    <p>Some description of your role in the company and the technologies you've used.</p>
    {{ vue }}
  </div>
  <div class="tab-pane fade" id="another-company" role="tabpanel">
    <h4>Another role @ <md>[Another company](https://markbind.org/)</md></h4>
    <h6>May 2022 - Aug 2022</h6>
    <p>Some description of your role in the company and the technologies you've used.</p>
    {{ javascript }}
  </div>
</div>