Archived
Template
1
Fork 0
This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Vacy/index.html
2022-04-30 14:11:51 -04:00

55 lines
2.4 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>BlueAnimates</h1>
<p>Blender 3D: Minecraft Animation, Character Design, Lighting Artist</p>
</section>
<section id="grid-2575">
<div>
<img src="/src/images/blue-waving.png">
</div>
<div>
<h1>About</h1>
<p>Welcome to my site! I am a 3D artist who primarily works with Minecraft-style creations and renders! You can find out more about me on my FAQ page.</p>
<h1>Current Projects</h1>
<p>Currently, I am working on Part 2 for my series called "Steve's Minecraft Adventures".</p>
<p>I work with <a href="https://twitter.com/4thWallEnterta1" target="_blank">4th Wall Entertainment</a> to help write scripts and design some characters for our animations!</p>
</div>
</section>
<hr>
<section id="grid-7525">
<div>
<h1>Contact</h1>
<p>The best way to contact me is via Discord using my tag <span id="highlight">blue#7076</span> I reply quicker there.</p>
<p>Alternatively, you can DM me on <a href="https://twitter.com/blueanimates_" target="_blank">Twitter</a>! Don't expect an immediate response, though.</p>
</div>
<div>
<img src="/src/images/blue-holding-pickaxe.png">
</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>
#Home {
border-bottom: 4px var(--blue-light) solid;
padding-bottom: 16px;
}
</style>