-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFAQ.html
49 lines (36 loc) · 1.61 KB
/
FAQ.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang='en'>
<head>
<Title>Home Page</Title>
<meta charset="UTF-8">
<link rel="stylesheet" href="stylesheet.css">
</head>
<header>
<h1>Pratt Game Studios</h1>
<ul>
<li><h3><a href="HomePage.html">Home</a></h3></li>
<li><h3><a href="AboutUs.html">About Us</a></h3></li>
<li><h3><a href="FAQ.html">FAQ</a></h3></li>
<li><h3><a href="Careers.html">Careers</a></h3></li>
<li><h3><a href="ContactUs.html">Contact Us</a></h3></li>
</ul>
</header>
<main>
<div id="wrap">
<h2>What projects are you guys working on?</h2>
<p>Our current project, Vergelands, is a post-apocalyptic survival thriller. Set in the not-so-distance
future, Vergelands will test your survival instincts, your social aptitude, your greed, and much more.</p>
<h2>When is the next game coming out?</h2>
<p>Ahh scheduling... It can be so hard these days. I wouldn't hold my breath if I were you.
We can't say for sure, but our initial beta release of Vergelands is planned for December 2023.
More to follow later.</p>
<h2>What tools do you guys use?</h2>
<p>Our office has always been a big fan of using Unity for our game development. We use Unity in conjunction
with Visual Studio to create the most high-quality games imaginable. For graphics, 3D modelling and animation,
we are big fans for Blender. We use Github for our code repositories.</p>
<h2>How can I help?</h2>
<p>Spread the word! We are a small game development company with not much publicity. The best that you can
is share our work with all of your gaming friends.</p>
</div>
</main>
</html>