-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
276 lines (266 loc) · 13.1 KB
/
Copy pathindex.html
File metadata and controls
276 lines (266 loc) · 13.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<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>
<meta charset="utf-8">
<link rel="canonical" href="https://theoretical.studio" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Theoretical Studio - Mobile Game Development">
<meta name="twitter:description" content="Creating engaging and innovative mobile games for iOS and Android platforms.">
<meta name="twitter:image" content="https://theoretical.studio/img/studio-logo.jpg">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="Theoretical Studio">
<meta name="apple-mobile-web-app-title" content="Theoretical Studio">
<meta name="msapplication-TileColor" content="#111111">
<meta name="theme-color" content="#111111" media="(prefers-color-scheme: dark)">
<meta charset="utf-8">
<title>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/index.css">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="css/adaptive.css">
<link rel="stylesheet" href="css/top-menu.css">
<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">
<!-- 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">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="description" content="Mobile indie game developer">
<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="Theoretical Studio">
<meta property="og:description" content="Mobile indie game developer">
<meta property="og:image" content="site-thumbnail.jpg">
<meta property="og:url" content="https://theoretical.studio/">
<meta property="og:site_name" content="Theoretical Studio">
<script src="js/main.js"></script>
</head>
<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>
<body class="full-height wrapper">
<section class="full-height">
<div class="new-container">
<div class="half-block">
<div class="game-info-block game-info-block-jump-odyssey">
<img src="img/games/jump-odyssey/logo.png" class="game-logo" alt="Jump Odyssey logo">
<a href="jump-odyssey.html" class="off-site-button">Play</a>
<!-- <div class="games-button-container">-->
<!-- <a href="https://apps.apple.com/app/save-the-fluffy-premium/id1637232302" class="store-button" >-->
<!-- <img src="img/icons/appstore-button.svg" alt="AppStore button">-->
<!-- </a>-->
<!-- <a href="https://play.google.com/store/apps/details?id=com.TheoreticalStudio.SaveTheFluffyPremium" class="store-button">-->
<!-- <img src="img/icons/googleplay-button.svg" alt="Play Market button">-->
<!-- </a>-->
<!-- </div>-->
</div>
<video width="100%" class="traier-main" height="100%" muted="muted" loop="loop" autoplay="" poster="img/games/jump-odyssey/jump-odyssey-bg.png"> <source src="img/games/jump-odyssey/vertical_short.mp4" type="video/mp4"><track src="captions_en.vtt" kind="captions" srclang="en" label="english_captions"></video>
</div>
<div class="half-block">
<div class="game-info-block game-info-block-pfc">
<img src="img/games/pfc/phone-flip-logo.svg" class="game-logo" alt="Regrow logo">
<a href="https://phoneflipchallenge.com" class="off-site-button">Play</a>
<!-- <div class="games-button-container">-->
<!-- <a href="https://apps.apple.com/app/save-the-fluffy-premium/id1637232302" class="store-button" >-->
<!-- <img src="img/icons/appstore-button.svg" alt="AppStore button">-->
<!-- </a>-->
<!-- <a href="https://play.google.com/store/apps/details?id=com.TheoreticalStudio.SaveTheFluffyPremium" class="store-button">-->
<!-- <img src="img/icons/googleplay-button.svg" alt="Play Market button">-->
<!-- </a>-->
<!-- </div>-->
</div>
<video width="100%" class="traier-main" height="100%" muted="muted" loop="loop" autoplay="" poster="img/games/pfc/phone-flip-thumbnail-small.jpg"> <source src="img/games/pfc/vertical_short.mp4" type="video/mp4"><track src="captions_en.vtt" kind="captions" srclang="en" label="english_captions"></video>
</div>
<div class="half-block ">
<div class="game-info-block game-info-block-regrow">
<img src="img/games/pocket_squad/pocket-squad-logo.svg" class="game-logo" alt="Regrow logo">
<a href="pocket-squad.html" class="off-site-button">Play</a>
<!-- <div class="games-button-container">-->
<!-- <a href="https://apps.apple.com/app/apple-store/id1609515393?pt=124105089&ct=Website&mt=8" class="store-button">-->
<!-- <img src="img/icons/appstore-button.svg" alt="AppStore button">-->
<!-- </a>-->
<!-- <a href="https://play.google.com/store/apps/details?id=com.TheoreticalStudio.Regrow&referrer=utm_source%3Dwebsite%26utm_medium%3Dwebsite%26utm_term%3Dregrow%26utm_content%3Dofficial%2520website%26utm_campaign%3DPlay%2520Regrow!" class="store-button">-->
<!-- <img src="img/icons/googleplay-button.svg" alt="Play Market button">-->
<!-- </a>-->
<!-- </div>-->
</div>
<video width="100%" class="traier-main" height="100%" muted="muted" loop="loop" autoplay="" poster="img/games/pocket_squad/regrow-bg.png"> <source src="img/games/pocket_squad/short_trailer.mp4" type="video/mp4"><track src="captions_en.vtt" kind="captions" srclang="en" label="english_captions"></video>
</div>
<div class="half-block">
<div class="game-info-block game-info-block-ctg">
<img src="img/games/rise/catchgame-logo.svg" class="game-logo" alt="Regrow logo">
<a href="catchgame.html" class="off-site-button">Play</a>
<!-- <div class="games-button-container">-->
<!-- <a href="#" class="store-button">-->
<!-- <img src="img/icons/googleplay-button.svg" alt="Play Market button">-->
<!-- </a>-->
<!-- <a href="https://apps.apple.com/at/app/rise-monster-masters/id1609515393" class="store-button">-->
<!-- <img src="img/icons/appstore-button.svg" alt="Play Market button">-->
<!-- </a>-->
<!-- </div>-->
</div>
<video width="100%" class="traier-main" height="100%" muted="muted" loop="loop" autoplay="" poster="img/games/rise/catchgame-bg.png"> <source src="img/games/rise/Rise%20Monster%20Masters.mp4" type="video/mp4"><track src="captions_en.vtt" kind="captions" srclang="en" label="english_captions"></video>
</div>
<div class="half-block">
<div class="game-info-block game-info-block-stf">
<img src="img/games/stf/save-the-fluffy-logo.svg" class="game-logo" alt="Regrow logo">
<a href="" class="off-site-button">Play</a>
<!-- <div class="games-button-container">-->
<!-- <a href="https://apps.apple.com/app/save-the-fluffy-premium/id1637232302" class="store-button" >-->
<!-- <img src="img/icons/appstore-button.svg" alt="AppStore button">-->
<!-- </a>-->
<!-- <a href="https://play.google.com/store/apps/details?id=com.TheoreticalStudio.SaveTheFluffyPremium" class="store-button">-->
<!-- <img src="img/icons/googleplay-button.svg" alt="Play Market button">-->
<!-- </a>-->
<!-- </div>-->
</div>
<video width="100%" class="traier-main" height="100%" muted="muted" loop="loop" autoplay="" poster="img/games/stf/safethefluffy-bg.webp"> <source src="img/games/stf/stf_trailer.mp4" type="video/mp4"><track src="captions_en.vtt" kind="captions" srclang="en" label="english_captions"></video>
</div>
</div>
</div>
</section>
</body>
</html>