-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjobs.html
More file actions
109 lines (104 loc) · 4.24 KB
/
jobs.html
File metadata and controls
109 lines (104 loc) · 4.24 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About — Theoretical Studio</title>
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/top-menu.css">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="description" content="About Theoretical Studio">
<meta name="robots" content="index,follow">
<meta name="copyright" content="Theoretical Studio LLP">
<meta property="og:locale" content="en_EN">
<meta property="og:type" content="website">
<meta property="og:title" content="About Theoretical Studio">
<meta property="og:description" content="About Theoretical Studio">
<meta property="og:image" content="site-thumbnail.jpg">
<meta property="og:url" content="https://theoretical.studio/about">
<meta property="og:site_name" content="Theoretical studio">
<script src="js/main.js"></script>
</head>
<body class="wrapper">
<header class="top-nav top-menu-index">
<a href="index.html">
<img src="img/icons/theoretical-studio-logo-white.svg" alt="Theoretical Studio logo" class="studio-logo">
</a>
<input id="menu-toggle" type="checkbox" />
<label class='menu-button-container' for="menu-toggle">
<div class='menu-button'></div>
</label>
<ul class="menu">
<li>
<a href="jobs.html">Jobs</a>
</li>
<li>
<a href="about.html">About us</a>
</li>
</ul>
</header>
<section class="flex-center section-70vh company-bg">
<div class="container about-company-info">
<img src="img/icons/theoretical-studio-logo-white.svg" class="game-logo-big" alt="logo">
<span>Even a small team needs to expand. If you are also indifferent to game development we invite you to join us.</span>
</div>
</section>
<section class="container flex-center gap-middle">
<div class="jobs-container">
<div class="jobs-block">
<div>
<h2>Junior C# developer Unity</h2>
<span>Pocket Squad</span>
<p>We are currently preparing a big update for Pocket Squad in which we are changing the mechanics a lot and we are looking for a Unity developer to help make this a reality.</p>
</div>
<a href = "https://docs.google.com/document/d/1o494jIajd_npLyFyA6_PS1cGbqeBkukvTT4QUAwLvwc/edit#heading=h.o4xe56yuvph1" class="button-default" target="_blank">Full job description</a>
</div>
<div class="jobs-block">
<div>
<h2>Junior C# developer Unity</h2>
<span>New projects</span>
<p>New studio projects are being created for different venues.</p>
</div>
<a href = "https://docs.google.com/document/d/1o494jIajd_npLyFyA6_PS1cGbqeBkukvTT4QUAwLvwc/edit#heading=h.o4xe56yuvph1" class="button-default" target="_blank">Full job description</a>
</div>
<div class="jobs-block">
<div>
<h2>AD video creator</h2>
<span>all projects</span>
<p>Creating advertising creatives of different formats for studio projects.</p>
</div>
<a href = "" class="button-default" target="_blank">Coming soon</a>
</div>
<div class="jobs-block">
<div>
<h2>UI designer</h2>
<span>all projects</span>
<p>Creating the interface for key studio projects<p>
</div>
<a href = "" class="button-default" target="_blank">Coming soon</a>
</div>
<div class="jobs-block">
<div>
<h2>Sound creator sfx|soundtracks</h2>
<span>all projects</span>
<p>Creating the all autdio for key studio projects<p>
</div>
<a href = "" class="button-default" target="_blank">Coming soon</a>
</div>
</div>
</section>
<section class="container">
</section>
<footer>
<div class="container">
<a href="support.html" class="text-button"> Contact us</a>
</div>
</footer>
</body>
</html>