-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
335 lines (325 loc) · 13.9 KB
/
Copy pathabout.html
File metadata and controls
335 lines (325 loc) · 13.9 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!doctype html>
<html lang="en">
<head>
<!-- AI Bots -->
<meta name="GPTBot" content="index,follow">
<meta name="ChatGPT-User" content="index,follow">
<meta name="Google-Extended" content="index,follow">
<meta name="CCBot" content="index,follow">
<!-- SEO Meta Tags -->
<meta name="robots" content="index,follow" />
<meta name="bingbot" content="index,follow">
<meta name="googlebot" content="index,follow">
<meta name="googlebot-news" content="index,follow">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What kind of games does Theoretical Studio develop?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We develop engaging mobile games for iOS and Android platforms, focusing on casual and strategy genres. Our portfolio includes games like Pocket Squad, Regrow, and Save the Fluffy."
}
},
{
"@type": "Question",
"name": "On which platforms are your games available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Our games are available on both iOS App Store and Google Play Store. You can find direct download links on each game's page."
}
},
{
"@type": "Question",
"name": "Are your games free to play?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, all our games are free to download and play. Some games may include optional in-app purchases for additional content or features."
}
},
{
"@type": "Question",
"name": "How can I contact your support team?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can reach our support team through the in-game support feature or by emailing us at support@theoretical.studio. We typically respond within 24-48 hours."
}
},
{
"@type": "Question",
"name": "Do you have any upcoming games in development?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We're always working on new and exciting projects! Follow us on our social media channels to stay updated on our latest releases and announcements."
}
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Theoretical Studio",
"url": "https://theoretical.studio",
"logo": "https://theoretical.studio/icon.png",
"description": "Mobile game development studio creating engaging and innovative games for iOS and Android platforms.",
"sameAs": [
"https://twitter.com/theoretical_studio",
"https://facebook.com/theoreticalstudio",
"https://instagram.com/theoretical_studio"
],
"contactPoint": {
"@type": "ContactPoint",
"email": "contact@theoretical.studio",
"contactType": "customer support",
"availableLanguage": ["English", "Russian"]
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://theoretical.studio"
},
{
"@type": "ListItem",
"position": 2,
"name": "Pocket Squad",
"item": "https://theoretical.studio/pocket-squad"
},
{
"@type": "ListItem",
"position": 3,
"name": "Regrow",
"item": "https://theoretical.studio/regrow"
},
{
"@type": "ListItem",
"position": 4,
"name": "Save the Fluffy",
"item": "https://theoretical.studio/save-the-fluffy"
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Theoretical Studio",
"description": "Theoretical Studio - Mobile game development studio creating engaging and innovative games for iOS and Android platforms.",
"url": "https://theoretical.studio",
"logo": "https://theoretical.studio/icon.png",
"sameAs": [
"https://twitter.com/theoretical_studio",
"https://facebook.com/theoreticalstudio",
"https://instagram.com/theoretical_studio"
]
}
</script>
<!-- AI Bots -->
<meta name="GPTBot" content="index,follow">
<meta name="ChatGPT-User" content="index,follow">
<meta name="Google-Extended" content="index,follow">
<meta name="CCBot" content="index,follow">
<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="index.html" target="_blank">Games</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="studio_logo">
<span>We are a global video game development studio scene in 2019. Headquartered in Almaty. Despite our more recent establishment, our team, currently consisting of 10 individuals, exudes passion and expertise in the gaming industry.</span>
</div>
</section>
<section class="container ">
<h1>Mission</h1>
<p>The reason we came together initially is a love for games and game development. The company's mission is to provide a space and resources for the creativity of its members. And also to create an organization where creativity is comfortably realized and interesting and engaging worlds and stories are created for the greatest number of players. We pay a lot of attention to the games themselves, but at the current stage we actively seek to ensure the viability of such an idea from a business perspective.</p>
</section>
<section class="container ">
<h1>About company</h1>
<p>Theoretical Studio,TOO
<br>
Headquarter: Kazahstan, Almaty city. Even though we have an office, we all work remotely from around the world.</p>
</section>
<section class="container flex-center gap-middle">
<h1>Team</h1>
<p>Friendly small team, with a passion to make exciting games</p>
<div class="team-members">
<div class="member">
<img src="img/members/gleb_2.png" alt="Gleb">
<span>Gleb Shishov</span>
<span>CEO</span>
<a href="https://www.linkedin.com/in/glebshishov/" target="_blank">Linkedin</a>
</div>
<div class="member">
<img src="img/members/boris.jpg" alt="boris">
<span>Boris Shishov</span>
<span>CTO</span>
<a href="https://www.linkedin.com/in/boris-shishov/" target="_blank">Linkedin</a>
</div>
<div class="member">
<img src="img/members/mike.jpg" alt="Mike">
<span>Mike Shimko</span>
<span>CBDO</span>
<a href="https://www.linkedin.com/in/mikeshimko" target="_blank">Linkedin</a>
</div>
<div class="member">
<img src="asd" alt="Nikolay">
<span>Nikolay Bazarnov</span>
<span>Chief Game designer</span>
</div>
<div class="member">
<img src="img/members/Stepa.jpg" alt="Stepan">
<span>Stepan Lutoshikin</span>
<span>Senior Unity developer</span>
</div>
<div class="member">
<img src="img/members/tema.jpg" alt="Artemii">
<span>Artemii Frolov</span>
<span>Chief analytics</span>
<a href="https://www.linkedin.com/in/artemii-frolov/" target="_blank">Linkedin</a>
</div>
<div class="member">
<img src="2" alt="Danny">
<span>Danny Shimko</span>
<span>Sound designer</span>
</div>
<div class="member">
<img src="img/members/Lina.jpeg" alt="Tran">
<span>Tran Linh</span>
<span>3D Character artist</span>
<a href="https://euphelys.wixsite.com/portfolio/games" target="_blank">Website</a>
</div>
<div class="member">
<p>3+<br>employees</p>
</div>
</div>
</section>
<section class="container">
<h1>History</h1>
<p>The studio was born as a continuation of a long history of participation in various game-jams (Ludum Dare, GMTK), in the framework of which more than 30 games were created, and the experience of the participants allowed us to take game development seriously.</p>
<!-- <div class="history-container">-->
<!-- <div class="history-block">-->
<!-- <div class="history-element">-->
<!-- <span>2019 may</span>-->
<!-- <h2>House of the Rising Sun</h2>-->
<!-- <p>The game objective is (not very clear now) to gather 6000 of science resource in first 480 seconds. Don’t forget about your vital resources: water, food and oxygen.</p>-->
<!-- <a href="https://ldjam.com/events/ludum-dare/39/house-of-the-rising-sun">Play</a>-->
<!-- </div>-->
<!-- <div class="history-element">-->
<!-- <img src="site-thumbnail.jpg">-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="history-block">-->
<!-- <div class="history-element">-->
<!-- <span>2019 may</span>-->
<!-- <h2>House of the Rising Sun</h2>-->
<!-- <p>The game objective is (not very clear now) to gather 6000 of science resource in first 480 seconds. Don’t forget about your vital resources: water, food and oxygen.</p>-->
<!-- <a href="https://ldjam.com/events/ludum-dare/39/house-of-the-rising-sun">Play</a>-->
<!-- </div>-->
<!-- <div class="history-element">-->
<!-- <img src="site-thumbnail.jpg">-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="history-block">-->
<!-- <div class="history-element">-->
<!-- <span>2019 may</span>-->
<!-- <h2>House of the Rising Sun</h2>-->
<!-- <p>The game objective is (not very clear now) to gather 6000 of science resource in first 480 seconds. Don’t forget about your vital resources: water, food and oxygen.</p>-->
<!-- <a href="https://ldjam.com/events/ludum-dare/39/house-of-the-rising-sun">Play</a>-->
<!-- </div>-->
<!-- <div class="history-element">-->
<!-- <img src="site-thumbnail.jpg">-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="history-block">-->
<!-- <div class="history-element">-->
<!-- <span>2019 may</span>-->
<!-- <h2>House of the Rising Sun</h2>-->
<!-- <p>The game objective is (not very clear now) to gather 6000 of science resource in first 480 seconds. Don’t forget about your vital resources: water, food and oxygen.</p>-->
<!-- <a href="https://ldjam.com/events/ludum-dare/39/house-of-the-rising-sun">Play</a>-->
<!-- </div>-->
<!-- <div class="history-element">-->
<!-- <img src="site-thumbnail.jpg">-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="history-block">-->
<!-- <div class="history-element">-->
<!-- <span>2019 may</span>-->
<!-- <h2>House of the Rising Sun</h2>-->
<!-- <p>The game objective is (not very clear now) to gather 6000 of science resource in first 480 seconds. Don’t forget about your vital resources: water, food and oxygen.</p>-->
<!-- <a href="https://ldjam.com/events/ludum-dare/39/house-of-the-rising-sun">Play</a>-->
<!-- </div>-->
<!-- <div class="history-element">-->
<!-- <img src="site-thumbnail.jpg">-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="history-block">-->
<!-- <div class="history-element">-->
<!-- <span>2019 may</span>-->
<!-- <h2>House of the Rising Sun</h2>-->
<!-- <p>The game objective is (not very clear now) to gather 6000 of science resource in first 480 seconds. Don’t forget about your vital resources: water, food and oxygen.</p>-->
<!-- <a href="https://ldjam.com/events/ludum-dare/39/house-of-the-rising-sun">Play</a>-->
<!-- </div>-->
<!-- <div class="history-element">-->
<!-- <img src="site-thumbnail.jpg">-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
</section>
<footer>
<div class="container">
<a href="support.html" class="text-button"> Contact us</a>
</div>
</footer>
</body>
</html>