This repository has been archived on 2025-04-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Vacy/downloads/index.html
2022-04-30 14:07:24 -04:00

58 lines
2.3 KiB
HTML

<!-- Hosted and created by Korbs Studio -->
<!DOCTYPE html>
<script src="https://kit.fontawesome.com/fc093d7fbf.js" crossorigin="anonymous"></script>
<script src="/src/js/component.js"></script>
<html>
<head>
<title>BlueAnimates</title>
<link rel="stylesheet" href="/src/css/master.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
</head>
<body>
<div add-component="/src/components/master/header.html"></div>
<div class="content">
<section class="header">
<h1>Downloads</h1>
</section>
<section style="margin: 50px 0px;">
<h1>Credits</h1>
<p>If you use any of these assets, please be sure to credit me! You are free to use these in whatever way you'd like, enjoy!</p>
</section>
<section style="text-align: center;" id="grid-5050">
<div>
<div>
<img src="/src/images/for-downloads/Dog Rig.png">
<a href="https://cdn.blueanimates.com/blender/rigs/Dog Rig.blend">Dog Rig (No Bends)</a>
</div>
<div>
<img src="/src/images/for-downloads/Phone.png">
<a href="https://cdn.blueanimates.com/blender/rigs/Phone.blend">Phone Model</a>
</div>
</div>
<div>
<div>
<img src="/src/images/for-downloads/Snowman Rig.png">
<a href="https://cdn.blueanimates.com/blender/rigs/Snowman Rig.blend">Snowman Rig (No Bends)</a>
</div>
<div>
<img src="/src/images/for-downloads/VR Headset.png">
<a href="https://cdn.blueanimates.com/blender/rigs/VR Headset.blend">VR Headset Model</a>
</div>
</div>
</section>
<section id="footer">
<div>
<p><i class="fa-light fa-copyright"></i> 2021 - 2022 BlueAnimates</p>
</div>
</section>
</div>
</body>
<script>addComponent()</script>
</html>
<style>
#Downloads {
border-bottom: 4px var(--blue-light) solid;
padding-bottom: 16px;
}
</style>