-
Notifications
You must be signed in to change notification settings - Fork 0
/
Careers.html
60 lines (51 loc) · 1.71 KB
/
Careers.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
50
51
52
53
54
55
56
57
58
59
60
<!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>Start your game changing career with Pratt Game Studios<h2>
<h4>Below are open positions for Pratt Game Studios.<h4>
<h4>Please email [email protected] with inquiries.<h4>
<table>
<tr>
<th>Title</th>
<th>Description<th>
<th>Location</th>
<th>Requirements</th>
</tr>
<tr>
<td>Senior Software Engineer</td>
<td>Lead a team of software engineers to deliver software solutions, while interfacing with management.<td>
<td>Middletown, RI</td>
<td>Strong leadership skills, extensive experience using C#. Preferred 4+ years of professional experience.</td>
</tr>
<tr>
<td>Lead Graphics Designer</td>
<td>Lead a team of graphics designers to deliver stunning game art.<td>
<td>Middletown, RI</td>
<td>Creativity, leadership, we also request a portfolio of past work.</td>
</tr>
<tr>
<td>Associate Software Engineer</td>
<td>Engage with a team of software engineers to code something magical.<td>
<td>Remote</td>
<td>BS in Computer Science</td>
</tr>
</table>
</div>
</main>
</html>