Simple portfolio page using gsap animations for xeniac live demo
variable | description |
---|---|
--font-size | change page's base font size |
--font-family | change default font-family |
--primary-color | change text-primary-color |
--hero-bg | change the color or add a photo to the hero section |
-
create a repository
-
copy index.html from here
-
modify texts based on your needs
-
you are good to go
simply remove code below from the end of the index.html
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/100/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/tengbao/vanta@master/dist/vanta.halo.min.js"></script>
<script>
VANTA.HALO({
el: "#x-hero-layout",
mouseControls: true,
touchControls: true,
minHeight: 100.0,
minWidth: 100.0,
size: 1.5,
backgroundColor: 0x0
});
</script>