mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 07:15:32 -06:00
16 lines
330 B
HTML
16 lines
330 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div id="site">
|
|
{% include switch.html %}
|
|
{% include intro.html %}
|
|
{% include background.html %}
|
|
{% include skills.html %}
|
|
{% include experience.html %}
|
|
{% include featured-projects.html %}
|
|
{% include other-projects.html %}
|
|
{% include footer.html %}
|
|
{% include top-button.html %}
|
|
</div>
|