-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
264 lines (243 loc) · 13.6 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-W87D8JHX');</script>
<!-- End Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DWNZ2V8SRG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-DWNZ2V8SRG');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flying Acorn | Mobile Game Development Studio | Unity Experts</title>
<meta name="description"
content="Flying Acorn is a game development studio specializing in Unity-based mobile games. With over 5 years of experience and 100+ hypercasual prototypes, we craft extraordinary gaming experiences.">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="assets/favicon/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="assets/styles/main.css">
<link rel="canonical" href="https://www.flyingacorn.studio/" />
<meta property="og:title" content="Flying Acorn | Mobile Game Development Studio">
<meta property="og:description"
content="Flying Acorn is a game development studio specializing in Unity-based mobile games. With over 5 years of experience and 100+ hypercasual prototypes, we craft extraordinary gaming experiences.">
<meta property="og:image" content="https://www.flyingacorn.studio/assets/images/Logo.jpg">
<meta property="og:url" content="https://www.flyingacorn.studio/">
<meta property="og:type" content="website">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Flying Acorn",
"description": "Game development studio specializing in Unity-based mobile games",
"url": "https://www.flyingacorn.studio",
"logo": "https://www.flyingacorn.studio/assets/images/Logo.jpg",
"address": {
"@type": "PostalAddress",
"addressLocality": "Espoo",
"addressCountry": "Finland"
}
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W87D8JHX" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header>
<img src="assets/images/Logo.jpg" alt="Flying Acorn Logo" class="logo" width="100" height="100">
<h1>Flying Acorn</h1>
<p>Crafting Extraordinary Gaming Experiences</p>
</header>
<nav aria-label="Main Navigation">
<button class="navbar-toggle" onclick="toggleNavbar()" aria-expanded="false" aria-controls="main-menu">☰
Menu</button>
<ul id="main-menu">
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<main class="container">
<section id="about" class="section">
<h2>About Us</h2>
<p>We are a passionate group of game developers with over 5 years of experience in the gaming industry. Our
portfolio boasts over 100 hypercasual prototypes and several casual games. Specializing in Unity engine
development, we're always excited to take on new game projects and push the boundaries of interactive
entertainment.</p>
</section>
<section id="services" class="section">
<h2>Our Services</h2>
<ul class="grid">
<li class="card">
<h3>Game Development</h3>
<p>Crafting engaging games using Unity for iOS and Android platforms.</p>
</li>
<li class="card">
<h3>Game Design</h3>
<p>Bringing your game concepts to life with our creative design expertise.</p>
</li>
<li class="card">
<h3>Server & Backend</h3>
<p>Implementing robust backend solutions and maintaining player data.</p>
</li>
<li class="card">
<h3>Ad Campaigns</h3>
<p>Creating captivating game creatives and managing effective ad campaigns.</p>
</li>
</ul>
</section>
<section id="projects" class="section">
<h2>Our Projects</h2>
<p>With a track record of developing games that have amassed millions of downloads and thousands of daily
active users, we've honed our skills in creating addictive and scalable gaming experiences.</p>
<ul class="grid">
<li class="icon card">
<img src="assets/images/icons/Kalamatic.png" alt="Kalamatic app icon" width="64" height="64"
loading="lazy">
<h3>Kalamatic</h3>
<p>2M+ downloads, 65K+ daily active users</p>
<p><a href="https://apps.apple.com/us/app/%DA%A9%D9%84%D9%85%D8%A7%D8%AA%DB%8C%DA%A9-kalamatic/id1476429715"
target="_blank" rel="noopener">AppStore</a></p>
</li>
<li class="icon card">
<img src="assets/images/icons/CoupleyYoga.png" alt="Couples Yoga - #1 App with 20M+ downloads">
<h3>Couples Yoga</h3>
<p>20M+ downloads, #1 on App Store and Google Play</p>
<p><a href="https://apps.apple.com/us/app/couples-yoga/id1563288539" target="_blank"
rel="noopener">AppStore</a>
</p>
</li>
<li class="icon card">
<img src="assets/images/icons/BeautySalon.png" alt="Beauty Salon - Popular beauty game">
<h3>Beauty Salon</h3>
<p>$0.29 CPI, 22% D1 retention</p>
<p><a href="https://apps.apple.com/us/app/beauty-salon-3d/id1545813093?l=ru" target="_blank"
rel="noopener">AppStore</a></p>
</li>
<li class="icon card">
<img src="assets/images/icons/DoctorTycoon.png" alt="Doctor Tycoon - Medical simulation game">
<h3>Doctor Tycoon</h3>
<p>$0.19 CPI, 37% D1 retention</p>
<p><a href="https://apps.apple.com/us/app/doctor-tycoon/id1555050989" target="_blank"
rel="noopener">AppStore</a>
</p>
</li>
</ul>
</section>
<section id="more-projects" class="section more">
<h3>Many More</h3>
<p>We have worked on over 100 Hyper-Casual prototypes and Casual games, encountering various challenges
along the way. Our experience includes developing games that have garnered millions of downloads and
maintained thousands of daily active users, contributing to our expertise in the realm of large-scale
published games.</p>
</section>
<section id="publishers" class="section">
<h3>Publishers We've Worked With</h3>
<ul class="grid">
<li class="card">
<h4>Voodoo <span class="publisher-logo-wrapper"><img src="assets/images/publishers/voodoo-logo.jpeg" alt="Voodoo logo" class="publisher-logo"></span></h4>
</li>
<li class="card">
<h4>SuperSonic <span class="publisher-logo-wrapper"><img src="assets/images/publishers/supersonic-logo.jpeg" alt="SuperSonic logo" class="publisher-logo"></span></h4>
</li>
<li class="card">
<h4>Moonee <span class="publisher-logo-wrapper"><img src="assets/images/publishers/moonee-logo.jpeg" alt="Moonee logo" class="publisher-logo"></span></h4>
</li>
<li class="card">
<h4>Green Panda <span class="publisher-logo-wrapper"><img src="assets/images/publishers/green-panda-logo.jpeg" alt="Green Panda logo" class="publisher-logo"></span></h4>
</li>
<li class="card">
<h4>Homa Games <span class="publisher-logo-wrapper"><img src="assets/images/publishers/homa-games-logo.jpeg" alt="Homa Games logo" class="publisher-logo"></span></h4>
</li>
<li class="card">
<h4>Lion Studio <span class="publisher-logo-wrapper"><img src="assets/images/publishers/lion-studio-logo.jpeg" alt="Lion Studio logo" class="publisher-logo"></span></h4>
</li>
<li class="card">
<h4>BoomBit <span class="publisher-logo-wrapper"><img src="assets/images/publishers/boombit-logo.jpeg" alt="BoomBit logo" class="publisher-logo"></span></h4>
</li>
<li class="card">
<h4>Coda Platform <span class="publisher-logo-wrapper"><img src="assets/images/publishers/coda-platform-logo.jpeg" alt="Coda Platform logo" class="publisher-logo"></span></h4>
</li>
</ul>
</section>
<section id="team" class="section">
<div class="history">
<h2>Meet Our Team</h2>
<p>In the beginning, a startup was founded by a group of robotic enthusiasts keen on the gaming
industry. At first, it was more of a casual venture until the creation of their groundbreaking game,
'Kalamatic.' Five years later, 'Kalamatic' was sold to pave the way for a new chapter in their
journey.</p>
<p>We are flying acorns, free to choose any path, skilled at growing into towering trees. — Farshad
Abdollahi</p>
<ul class="grid">
<li class="card team-member">
<img src="assets/images/team/AmirHakimnejad.jpg"
alt="Amir Hakimnejad - Unity & Backend Developer at Flying Acorn">
<h3>Amir Hakimnejad</h3>
<p>Unity & Backend Developer</p>
</li>
<li class="card team-member">
<img src="assets/images/team/MohammadAliSharpasand.jpg"
alt="Ali Sharpasand - Founder and CEO of Flying Acorn">
<h3>Ali Sharpasand</h3>
<p>Founder and CEO</p>
</li>
<li class="card team-member">
<img src="assets/images/team/FarshadAbdollahi.jpg"
alt="Farshad Abdollahi - Unity Developer & Game Designer at Flying Acorn">
<h3>Farshad Abdollahi</h3>
<p>Unity Developer & Game Designer</p>
</li>
<li class="card team-member">
<img src="assets/images/team/MostafaHassanour.jpg"
alt="Mostafa Hassanpour - Unity Developer at Flying Acorn">
<h3>Mostafa Hassanpour</h3>
<p>Unity Developer</p>
</li>
</ul>
</div>
</section>
<section id="contact" class="section">
<h2>Contact Us</h2>
<p>Ready to bring your game idea to life? We're excited to hear from you!</p>
<div class="contact-buttons">
<a href="mailto:[email protected]" class="btn">Get in Touch</a>
<a href="https://calendly.com/alisharpasand" class="btn" target="_blank" rel="noopener">Schedule a
Meeting</a>
</div>
</section>
<footer>
<p>Made with <span aria-label="love">❤️</span> by Flying Acorn</p>
<p>Espoo, Finland</p>
<a href="https://www.linkedin.com/company/flying-acorn" target="_blank" rel="noopener">
<img src="assets/images/icons/linkedin.svg" alt="LinkedIn" width="24" height="24">
<!-- github -->
<a href="https://github.com/flying-Acorn/" target="_blank" rel="noopener">
<img src="assets/images/icons/github.svg" alt="GitHub" width="24" height="24">
</footer>
</main>
<script src="assets/js/main.js" defer></script>
</body>
</html>