---
layout: default
---
{% assign background_images = site.data.carousel.background_images | default: site.data.default.main_carousel_backgrounds %}
{% for i in (1..background_images.size) %}
{% assign j = i | minus:1 %}
{% endfor %}
{% for i in (1..background_images.size) %}
{% endfor %}
{% for i in (1..background_images.size) %}
{% include carousel-contents.html %}
{% endfor %}
Previous
Next
{% include about.html %}
{% include experience.html %}
{% include projectbar.html %}
{% include contact.html %}