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/faq/index.html
2022-04-30 14:07:24 -04:00

62 lines
2.9 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>FAQ</h1>
<p>Frequently Asked Questions</p>
</section>
<section style="margin: 50px 0px;">
<p><strong>Q: Who inspired you to start making 3D art-related content?</strong></p>
<p>A: People like Hapico, Blue Monkey, and many more animators inspire me to keep going with animation because it's something I really enjoy!</p>
<br>
<p><strong>Q: What software do you use?</strong></p>
<p>A: I use <a href="https://www.blender.org/" target="_blank">Blender</a> for all of my 3D work! It's free and a great way to start your 3D journey. I highly recommend <a href="https://www.youtube.com/watch?v=nIoXOplUvAw&list=PLjEaoINr3zgFX8ZsChQVQsuDSjEqdWMAD" target="_blank">Blender Guru's Donut Tutorial</a> for beginners. </p>
<br>
<p><strong>Q: When did you start making 3D art?</strong></p>
<p>A: I started making 3D art in Blender when I was about 9 years old, and I am now 14! I started off making Roblox renders and then gradually got into making Minecraft things and I stuck with it. </p>
<br>
<p><strong>Q: How did you learn to use Blender?</strong></p>
<p>A: I actually managed to teach myself how to use it when I first started out, which is a very dumb thing to do when you are starting in a program like Blender. Trust me, just follow tutorials.. it'll make the learning experience much better.</p>
<br>
<p><strong>Q: Can I join your team? / Can you join my team?</strong></p>
<p>A: I am not interested in working with any more teams at the moment.</p>
<br>
<p><strong>Q: Can I commission you?</strong></p>
<p>A: Of course you can! Check out my <a href="/commissions/">Commissions page</a> for more details.</p>
</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>
#FAQ {
border-bottom: 4px var(--blue-light) solid;
padding-bottom: 16px;
}
</style>