<!DOCTYPE html>

<!–

portfolYOU Jekyll theme by Youssef Raafat
Free for personal and commercial use under the MIT license
https://github.com/YoussefRaafatNasry/portfolYOU

–>

<html lang=“en” class=“h-100”>

{% include head.html %}

<body class=“h-100 d-flex flex-column”>

<main class="flex-shrink-0 container mt-5">
  {% include navbar.html %}
  {{ content }}
</main>
{% include footer.html %}
{% include analytics.html %}
{% include scripts.html %}

</body>

</html>