forked from jfu13/wizcorpsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
693 lines (677 loc) · 53.7 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
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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Wizcorp | Gaming Is Our Passion, Magic Is Our Craft | Web, PC and Console Game Development Studio | Design, Art and Engineering, Tokyo</title>
<meta name="description" content="Whether it’s gaming or commercial applications, Wizcorp is one of the leading professional names in mobile, web, and platform engineering.">
<meta name="robots" content="index, follow">
<link rel="stylesheet" type="text/css" media="all" href="font/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" media="all" href="css/dw-page-modern/css/main.min.css" />
<link rel="stylesheet" type="text/css" media="all" href="css/dw-page-modern/style.css" />
<script type="text/javascript" src="js/build/scripts.min.js"></script>
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="icon" href="/images/favicon/favicon.ico" sizes="16x16 32x32 48x48 64x64" type="image/vnd.microsoft.icon">
<!--[if lt IE 10]>
<script src="themes/dw-page-modern/inc/assets/js/html5shiv-printshiv.js"></script>
<script src="themes/dw-page-modern/inc/assets/js/jquery.placeholder.min.js"></script>
<script type="text/javascript">
jQuery(function(){
jQuery('input, textarea').placeholder();
})
</script>
<![endif]-->
</head>
<body class="home-page home blog desktop chrome not-login no-js" data-spy="scroll" data-offset="61" data-target=".nav-collapse">
<nav id="nav" class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar" type="button">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h1 class="site-title display-logo">
<img alt="Wizcorp" src="images/logo.png" />
</h1>
<h2 class="site-description sr-only"></h2>
<!-- <ul class="list-inline social-inline">
<li class="social facebook"><a href="https://www.facebook.com/Wizcorp" onClick='ga("send", "Header", "Open", "facebook");' target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="social twitter"><a href="https://www.twitter.com/wizcorp" onClick='ga("send", "Header", "Open", "twitter");' target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="social tumblr"><a href="https://wizcorp.tumblr.com/" onClick='ga("send", "Header", "Open", "tumblr");' target="_blank"><i class="fa fa-tumblr"></i></a></li>
<li class="social github"><a href="https://www.github.com/Wizcorp" onClick='ga("send", "Header", "Open", "github");' target="_blank"><i class="fa fa-github"></i></a></li>
</ul> -->
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<li class="active">
<a href="#home">Home</a>
</li>
<li>
<a href="#introducing">Our Services</a>
</li>
<li>
<a href="#portfolio">Portfolio</a>
</li>
<li>
<a href="#team">Leadership</a>
</li>
<li>
<a href="#tumblr">Publications</a>
</li>
<li>
<a href="#photos">Gallery</a>
</li>
<!--<li>
<a href="#client">Clients</a>
</li>-->
<li>
<a href="#contact">Contact</a>
</li>
<li>
<a href="ja/">日本語</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div id="main">
<section id="home" class="section home hidden-title header style-1">
<div class="container">
<!-- Section title -->
<div class="section-title">
<h1>Home</h1>
</div>
<div class="section-content row-fluid">
<div class="header">
<div class="hero-unit">
<p>Gaming is Our Passion<br />Magic is Our Craft</p>
<a class="arrow-down img-circle" href="#">arrow down</a>
</div>
</div>
</div>
</div>
</section>
<section id="introducing" class="section introducing">
<div class="container">
<!-- Section title -->
<div class="section-title service">
<h1>Our Services</h1>
<p>
Wizcorp is a Tokyo-based game production company focused on providing complete development services
</p>
</div>
<div class="section-content row-fluid">
<div class="span4 block">
<div class="section-img">
<i class="hide-text icon-tpl-design">hide</i>
</div>
<h2 class="section-content-title">Conceptualization & Design</h2>
<div class="content">
Whether it’s gaming or interactive content, Wizcorp has years of experience working with a wide range of
technologies including Unity, Unreal, Playcanvas, Defold, as well as its own proprietary technology.
</div>
</div>
<div class="span4 block">
<div class="section-img">
<i class="hide-text icon-tpl-spaceship">hide</i>
</div>
<h2 class="section-content-title">Game Production</h2>
<div class="content">
Wizcorp works with global publishers and IPs to produce high quality games with dynamic content support
and scalable backend. Struggling with your game production? We can help.
</div>
</div>
<div class="span4 block">
<div class="section-img">
<i class="hide-text icon-tpl-galaxy">hide</i>
</div>
<h2 class="section-content-title">LiveOps</h2>
<div class="content">
From server operations to community management, Wizcorp is your go-to partner to ensure a smooth operation
for your games.
</div>
</div>
</div>
</div>
</section>
<section id="numbers" class="section numbers">
<div class="container">
<!-- Section title -->
<div class="section-title service">
<h1>Wizcorp in Numbers</h1>
<p>
Problem solvers at heart, our development approach and creative process has allowed us to be platform and genre agnostic.
</p>
</div>
<div class="section-content row-fluid">
<div class="span3 block">
<div class="section-nb">
11+
</div>
<h2 class="section-content-title">Years</h2>
<div class="content">
Since 2008, Wizcorp has been on the forefront of web and mobile gaming, pushing everyday the boundaries of web technologies, and designing innovative game experiences.
</div>
</div>
<div class="span3 block">
<div class="section-nb">
30+
</div>
<h2 class="section-content-title">Games</h2>
<div class="content">
Wizcorp has worked on more than 30 games for 20+ customers, including many reputed game companies such as Square Enix, Capcom, GREE, LINE and many more.
</div>
</div>
<div class="span3 block">
<div class="section-nb">
10+
</div>
<h2 class="section-content-title">Genres</h2>
<div class="content">
From casual puzzle games to MMORPGs, TCGs to real-time shooters, and everything in between, Wizcorp has worked on many genres and will always be up to new challenges.
</div>
</div>
<div class="span3 block">
<div class="section-nb">
6M+
</div>
<h2 class="section-content-title">Users</h2>
<div class="content">
With 6M+ cumulated registered users, Wizcorp is confident with its abilities to design and operate highly scalable systems.
</div>
</div>
</div>
</div>
</section>
<section id="portfolio" class="section portfolio style-1">
<div class="container">
<!-- Section title -->
<div class="section-title">
<h1>Portfolio</h1>
<p>Take a look at some of our work.</p>
</div>
<div class="section-content row-fluid">
<div class="portfolio">
<div class="row-fluid">
<div id="carousel-a6161818154d38515043175382750bef73de14be" data-interval="5000" class="carousel slide">
<div id="carousel-inner" class="carousel-inner">
<div class="item active">
<ul class="thumbnails">
<li class="span3 first block">
<div class="thumbnail">
<div class="screenshot">
<a href="#portfolio-pochamogu" class="show-popup"><img src="css/dw-page-modern/img/pochamogu_240x180.jpg"></a>
</div>
<div class="caption">
<h2 class="section-content-title">
<a href="#portfolio-pochamogu" class="show-popup">Pochamogu</a>
</h2>
<p class="meta">Design & Development</p>
</div>
</div>
<!-- Portfolio Item Details -->
<div id="portfolio-pochamogu" class="mfp-hide modal-inner">
<button title="%title%" type="button" class="mfp-close close">×</button>
<div class="modal-body"> <h3 class="modal-title">Pochamogu</h3> <div class="modal-image"><img src="css/dw-page-modern/img/pochamogu_large.jpg"></div>
<div class="modal-data"><span class="first"><i class="icon-user"></i><strong>Client:</strong> Wizcorp</span><span><i class="icon-calendar"></i><strong>Date:</strong> July, 2017</span><span class="first"><i class="icon-certificate"></i><strong>Skill:</strong> HTML5, WebGL, SpearJS</span><br></div> <div class="modal-content">The birth of a new Sanrio Character Puzzle Game Sensation!
<br>Popular Sanrio characters such as Hello Kitty, My Melody, Keroppi and others appear in the form of cute chubby characters.
<br>The game is easy to play, but a challenge to master!
<br>Let's feed our gluttonous chubby characters some delicious macarons!
<br>
<br>
<div class="popupVideo" id="pochamoguVideo"></div>
<br><a href="https://games.yahoo-net.jp/title/casual/529766373" target="_blank">https://games.yahoo-net.jp/title/casual/529766373</a></div>
<div class="modal-data-button"></div> </div>
</div>
<!-- End Portfolio Item Details -->
</li>
<li class="span3 block">
<div class="thumbnail">
<div class="screenshot">
<a href="#portfolio-dofus" class="show-popup"><img src="css/dw-page-modern/img/dofus_240x180.jpg"></a>
</div>
<div class="caption">
<h2 class="section-content-title">
<a href="#portfolio-dofus" class="show-popup">Dofus Touch</a>
</h2>
<p class="meta">Development</p>
</div>
</div>
<!-- Portfolio Item Details -->
<div id="portfolio-dofus" class="mfp-hide modal-inner">
<button title="%title%" type="button" class="mfp-close close">×</button>
<div class="modal-body">
<h3 class="modal-title">Dofus</h3>
<div class="popupVideo" id="dofusVideo"></div>
<div class="modal-data"><span class="first"><i class="icon-user"></i><strong>Client:</strong> Ankama</span><span><i class="icon-calendar"></i><strong>Date:</strong> Coming soon !</span><span class="first"><i class="icon-certificate"></i><strong>Skill:</strong> HTML5, WebGL, Node.js</span><span><i class="icon-share"></i>In Development</span></div>
<div class="modal-content">One of the biggest MMORPGs on PC is coming to your fingertips to give one of the richest and vastest MMORPGs available on tablet! The World of Twelve, a unique mix of heroic fantasy, humor and manga, opens its doors to 15 original character classes, from go-getter warrior to overkill mage, 200 levels of experience and thousands of items to personalize your hero!
<hr>
Wizcorp ported the rich MMORPG world of Dofus by Ankama from Flash to HTML5, and adapted the user experience to fit modern touch devices. Rich 60 fps WebGL graphics help lift Dofus into the mobile age.
<br>
<br>
<a href="http://www.dofus-touch.com/en">http://www.dofus-touch.com/en</a>
</div>
<div class="modal-data-button"></div>
</div>
</div>
<!-- End Portfolio Item Details -->
</li>
<li class="span3 block">
<div class="thumbnail">
<div class="screenshot">
<a href="#portfolio-celulo" class="show-popup" data-post="celulo" ><img src="css/dw-page-modern/img/img4_240x180.jpg"></a></div>
<div class="caption">
<h2 class="section-content-title">
<a href="#portfolio-celulo" class="show-popup" data-post="celulo">Celulo</a>
</h2>
<p class="meta">Design & Development</p>
</div>
</div>
<!-- Portfolio Item Details -->
<div id="portfolio-celulo" class="mfp-hide modal-inner">
<button title="%title%" type="button" class="mfp-close close">×</button>
<div class="modal-body">
<h3 class="modal-title">Celulo</h3>
<div class="modal-image"><img src="css/dw-page-modern/img/img4_440x330.jpg"></div>
<div class="modal-data"><span class="first"><i class="icon-user"></i><strong>Client:</strong> Wizcorp</span><span><i class="icon-calendar"></i><strong>Date:</strong> May, 2013</span><span class="first"><i class="icon-certificate"></i><strong>Skill:</strong> HTML5, Game Center, Facebook</span><br></div>
<div class="modal-content">Celulo is a challenging and addictive puzzle game in which players must link the titular Celulos in order to create a circuit connecting the sides of the board. The longer and more complex the circuit, the more points they are awarded. <br> <br> Celulo’s fresh visual style, ambient/electro soundtrack and simple yet deep gameplay create an engaging experience, whilst Facebook connectivity allows players to take on their friends in weekly tournaments.</div>
<div class="modal-data-button">
</div>
</div>
</div>
<!-- End Portfolio Item Details -->
</li>
<li class="span3 block">
<div class="thumbnail">
<div class="screenshot">
<a href="#portfolio-gundam" class="show-popup"><img src="css/dw-page-modern/img/img5_240x180.jpg"></a>
</div>
<div class="caption">
<h2 class="section-content-title">
<a href="#portfolio-gundam" class="show-popup">Gundam Cross War</a>
</h2>
<p class="meta">Development</p>
</div>
</div>
<!-- Portfolio Item Details -->
<div id="portfolio-gundam" class="mfp-hide modal-inner">
<button title="%title%" type="button" class="mfp-close close">×</button>
<div class="modal-body"> <h3 class="modal-title">Gundam Cross War</h3>
<div class="popupVideo" id="gundamVideo"></div>
<div class="modal-data"><span class="first"><i class="icon-user"></i><strong>Client:</strong> Bandai</span><span><i class="icon-calendar"></i><strong>Date:</strong> November, 2015</span><span class="first"><i class="icon-certificate"></i><strong>Skill:</strong> Unity, M.A.G.E.</span><span><i class="icon-share"></i>On App Store / Google Play</span></div>
<div class="modal-content">
<h4>The all-time best GUNDAM Trading Card Game!</h4>
"GUNDAM CROSS WAR" is an online Trading Card Game, in which you collect cards based on the famous Gundam anime series, to build your own decks and do battle with friends all over the world!
<br>In addition, you can register your physical cards in-game (available at selected stores), and battle online, just like you would with real cards!
<br>
<br>Take command of an amazing Mobile Suit squad and become the No.1 Commander!
</div>
<div class="modal-data-button"></div>
</div>
</div>
<!-- End Portfolio Item Details -->
</li>
<li class="span3 first block">
<div class="thumbnail">
<div class="screenshot">
<a href="#portfolio-tiki" class="show-popup"><img src="css/dw-page-modern/img/img3_240x180.jpg"></a>
</div>
<div class="caption">
<h2 class="section-content-title">
<a href="#portfolio-tiki" class="show-popup">Tiki Takoo</a>
</h2>
<p class="meta">Design & Development</p>
</div>
</div>
<!-- Portfolio Item Details -->
<div id="portfolio-tiki" class="mfp-hide modal-inner">
<button title="%title%" type="button" class="mfp-close close">×</button>
<div class="modal-body">
<h3 class="modal-title">Tiki Takoo</h3>
<div class="modal-image"><img src="css/dw-page-modern/img/img3_440x330.jpg"></div>
<div class="modal-data"><span class="first"><i class="icon-user"></i><strong>Client:</strong> Wizcorp</span><span><i class="icon-calendar"></i><strong>Date:</strong> May, 2013</span><span class="first"><i class="icon-certificate"></i><strong>Skill:</strong> HTML5, Game Center, Facebook</span><br></div>
<div class="modal-content"><i>Tiki Takoo</i> is a simple yet addictive puzzle game in which players must eradicate the colorful Bad Tikis by finding the sequence shown at the top of the screen. As the game progresses, the sequences become longer and tougher to find, and players can get bonus points by making combos, using Power-ups or activating Fever Mode.</div>
<div class="modal-data-button"></div>
</div>
</div>
<!-- End Portfolio Item Details -->
</li>
<li class="span3 block">
<div class="thumbnail">
<div class="screenshot">
<a href="#portfolio-striker" class="show-popup"><img src="css/dw-page-modern/img/img7_240x180.jpg"></a>
</div>
<div class="caption">
<h2 class="section-content-title">
<a href="#portfolio-striker" class="show-popup">Striker Arena</a>
</h2>
<p class="meta">Design & Development</p>
</div>
</div>
<!-- Portfolio Item Details -->
<div id="portfolio-striker" class="mfp-hide modal-inner">
<button title="%title%" type="button" class="mfp-close close">×</button>
<div class="modal-body"> <h3 class="modal-title">Striker Arena</h3> <div class="modal-image"><img src="css/dw-page-modern/img/img7_440x330.jpg"></div> <div class="modal-data"><span class="first"><i class="icon-user"></i><strong>Client:</strong> Wizcorp</span><span><i class="icon-calendar"></i><strong>Date:</strong> Q4, 2014</span><span class="first"><i class="icon-certificate"></i><strong>Skill:</strong> Unity, MAGE</span><span><i class="icon-share"></i>In Production</span></div>
<div class="modal-content">Powered by Unity and Wizcorp's MAGE engine, this fully 3D rendered game is a barbaric indoor football battle, featuring Vikings, Gladiators and more! <br> <br><i>On a distant planet, ancient tribes have settled their wars through an old brutal discipline, Soccer of the Gods. Once every ten years, tribes gather in the Striker Arena tournament to battle each other under the authority of their Emperor. Each tribe enlists the bravest and fiercest of their kin to fight for glory. <br> These few are known as the Strikers. Their spilt blood and sweat in the arena feeds the Emperor’s ever growing lust for true transcendence.</i><br> <br>Game currently in Production. <a href="http://www.strikerarena.com" target="_blank">www.strikerarena.com</a><br><a target="_blank" href="https://itunes.apple.com/app/id922828694/"><div class="apple-store"></div></a></div>
<div class="modal-data-button"></div> </div>
</div>
<!-- End Portfolio Item Details -->
</li>
<li class="span3 block">
<div class="thumbnail">
<div class="screenshot">
<a href="#portfolio-mage" class="show-popup" ><img src="css/dw-page-modern/img/img1_240x180.jpg"></a>
</div>
<div class="caption">
<h2 class="section-content-title">
<a href="#portfolio-mage" class="show-popup">Mage</a>
</h2>
<p class="meta">Game Engine</p>
</div>
</div>
<!-- Portfolio Item Details -->
<div id="portfolio-mage" class="mfp-hide modal-inner">
<button title="%title%" type="button" class="mfp-close close">×</button>
<div class="modal-body">
<h3 class="modal-title">Mage</h3>
<div class="modal-image"><img src="css/dw-page-modern/img/img1_440x330.jpg"></div>
<div class="modal-data"><span class="first"><i class="icon-user"></i><strong>Client:</strong> Wizcorp</span><span><i class="icon-calendar"></i><strong>Date:</strong> Constant Development</span><span class="first"><i class="icon-certificate"></i><strong>Skill:</strong> Node.js</span><span><i class="icon-share"></i>n/a</span></div>
<div class="modal-content"><a href="/mage">MAGE website</a><br/>Mage: <br><i>"A hero who is trained in the use of magic"</i><br><br>Also Known As: <br>Magical Asynchronous Game Engine <br> <br>The main goal of Mage is to provide a platform that allows game developers to only have to think about game design. To achieve this, MAGE solves a number of critical challenges, that developers no longer have to worry about themselves.<ul><li>A reliable communication infrastructure.</li><li>Reliable and unified data storage.</li><li>High performance & scalability, under all circumstances.</li><li>Reliable production operations.</li><li>Excellent developer experience.</li></ul><br>MAGE has all the magical ingredients for making social game development and deployment a breeze: <br><ul><li>Fast code iterations.</li><li>It's easy to scale to millions of players.</li><li>Ability to push code without going through an app store.</li><li>Designed with HTML5 integration in mind.</li><li>Fast response times, always.</li><li>Designed with production operations in mind, including zero downtime code pushes!</li></ul></div>
<div class="modal-data-button"></div>
</div>
</div>
<!-- End Portfolio Item Details -->
</li>
<li class="span3 block">
<div class="thumbnail">
<div class="screenshot">
<a href="#portfolio-axe" class="show-popup"><img src="css/dw-page-modern/img/img9_240x180.jpg"></a>
</div>
<div class="caption">
<h2 class="section-content-title">
<a href="#portfolio-axe" class="show-popup">Axe Grinder</a>
</h2>
<p class="meta">Design & Development</p>
</div>
</div>
<!-- Portfolio Item Details -->
<div id="portfolio-axe" class="mfp-hide modal-inner">
<button title="%title%" type="button" class="mfp-close close">×</button>
<div class="modal-body"> <h3 class="modal-title">Axe Grinder</h3> <div class="modal-image"><img src="css/dw-page-modern/img/img9_440x330.jpg"></div> <div class="modal-data"><span class="first"><i class="icon-user"></i><strong>Client:</strong> Wizcorp</span><span><i class="icon-calendar"></i><strong>Date:</strong> Q4 2014</span><span class="first"><i class="icon-certificate"></i><strong>Skill:</strong> Unity, MAGE</span><br></div>
<div class="modal-content">Striker Arena: Axe Grinder is a fast-paced arcade game where you get to punish the opponent team that lost against you in the Striker Arena tournament. Achieve the highest score by spilling their blood, multiplying combos, dismembering them and unleashing your frenzy in a flurry of axes.<br>Entirely free, no in-app purchases whatsoever and unlimited play time!<br><a target="_blank" href="https://itunes.apple.com/app/id956442618/"><div class="apple-store"></div></a></div>
<div class="modal-data-button"></div> </div>
</div>
<!-- End Portfolio Item Details -->
</li>
</ul>
</div>
</div>
<div class="carousel-nav">
<ul></ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="team" class="section about">
<div class="container">
<!-- Section title -->
<div class="section-title">
<h1>Leadership</h1>
</div>
<div class="section-content row-fluid">
<div class="about">
<p class="section-description"></p>
<div class="team">
<ul class="thumbnails" >
<li class="personal first ">
<div class="thumbnail">
<a href="https://jp.linkedin.com/in/ghansali"><img src="images/gh.jpg" alt="Guillaume Hansali"></a>
<div class="caption">
<h3 class="section-content-title"><a href="https://jp.linkedin.com/in/ghansali">Guillaume Hansali</a></h3>
<p class="meta">Founder, CEO</p>
<p>Guillaume has an engineering background and considers technology a key element of any decision-making process. His experience working in Japanese companies and his fluency of the language are decisive assets that separate us from other companies in Japan and abroad.</p>
</div>
</div>
</li>
<li class="personal ">
<div class="thumbnail">
<a href="https://twitter.com/stelcheck"><img src="images/mt.jpg" alt="Marc Trudel"></a>
<div class="caption">
<h3 class="section-content-title"><a href="https://www.linkedin.com/in/marctrudelbelisle/">Marc Trudel</a></h3>
<p class="meta">COO</p>
<p>With over 15 years in game server development, DevOps, technical planning and management, Marc brings a wide range of expertise and leadership to our game production units.
</p>
</div>
</div>
</li>
<li class="personal ">
<div class="thumbnail">
<a href="https://jp.linkedin.com/in/hironakagomi"><img src="images/hn.jpg" alt="Hiroyuki Nakagomi"></a>
<div class="caption">
<h3 class="section-content-title"><a href="https://jp.linkedin.com/in/hironakagomi">Hiroyuki Nakagomi</a></h3>
<p class="meta">Production Director</p>
<p>In the game industry since 1993, Hiro has been involved in the development of a number of hit titles for SEGA such as Shenmue (Art director). He also worked as a producer for FIFA series at EA Canada (Vancouver). Then through Capcom and GREE, he joined Wizcorp in 2014 to help spreading Japanese content worldwide.
</p>
</div>
</div>
</li>
<li class="personal ">
<div class="thumbnail">
<a href="#photos"><img src="images/cm.jpg" alt="Cain Martin"></a>
<div class="caption">
<h3 class="section-content-title"><a href="#photos">Cain Martin</a></h3>
<p class="meta">Head of Engineering</p>
<p>With 20 years of experience in both engineering and design roles, Cain provides the mentoring and expertise needed for our team to be at their best when working on our customer's projects.</p>
</div>
</div>
</li>
<li class="personal hiring ">
<div class="thumbnail">
<a href="https://wizcorp.workable.com/" target="_blank"><img src="images/hiring.png" alt=""></a>
<div class="caption">
<h3 class="section-content-title">
<a href="https://wizcorp.workable.com/" target="_blank">We are Hiring!</a>
</h3>
<p class="meta">Various Positions</p>
<p>We are hiring for various positions and are always interested in new talent.<br>Send us a message if you think you're a good fit!<br><br>View our open positions <a href="http://wizcorp.workable.com/" target="_blank">here</a>.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="customers" class="section customers">
<div class="container">
<!-- Section title -->
<div class="section-title service">
<h1>Awesome Customers</h1>
<p>
Wizcorp is proud to have worked with industry leading game developers and publishers and would love to add you to its list of beloved customers!
</p>
</div>
<div class="section-content row-fluid">
<div class="span2 block">
<div class="content">
<img src="images/customers/line.png" />
</div>
</div>
<div class="span2 block">
<div class="content">
<img src="images/customers/yahoo.png" />
</div>
</div>
<div class="span2 block">
<div class="content">
<img src="images/customers/square.png" />
</div>
</div>
<div class="span2 block">
<div class="content">
<img src="images/customers/avex.png" />
</div>
</div>
<div class="span2 block">
<div class="content">
<img src="images/customers/bandai.png" />
</div>
</div>
<div class="span2 block">
<div class="content">
<img src="images/customers/team17.png" />
</div>
</div>
</div>
</div>
</section>
<section id="tumblr" class="section tumblr style-1">
<div class="container">
<div class="section-title">
<h1>Publications</h1>
</div>
<div id="tumblr-posts">
<div class="loadingNotice">Loading in progress...</div>
</div>
</div>
</section>
<section id="photos" class="section photos">
<div class="container">
<div class="section-title">
<h1>Gallery</h1>
</div>
<div id="album">
<div class="loadingNotice">Loading in progress...</div>
</div>
</div>
</section>
<!--
<section id="client" class="section clients style-2">
<div class="container">
<div class="section-title">
<h1>Clients</h1>
<p>We have experience working with companies of all sizes and<br>our clients come from all parts of the world: Japan, North America, and France.</p>
</div>
<div class="section-content row-fluid">
<div class="clients">
<div class="row-fluid">
<img src="">
</div>
</div>
</div>
</div>
</section>
-->
<section id="contact" class="section contact style-1 style-solid-1">
<div class="container">
<!-- Section title -->
<div class="section-title">
<h1>Get in Touch</h1>
<p>Thanks for looking. We’d love to hear from you.</p>
</div>
<div class="section-content row-fluid">
<div class="contact">
<div class="row-fluid">
<div class="info span6">
<p>For press inquiries and career opportunities, please send us a message.<br>View our open positions <a href="https://wizcorp.workable.com/" target="_blank">here</a>.</p>
<div class="row-fluid">
<address class="adr span6"><i class="fa fa-map-marker"></i>Higashi-Nihonbashi 3-10-14<br>Sunrise Tachibana 6F<br>Chuo-ku, Tokyo 103-0004
</address>
<address class="span6"><span class="phone"><i class="fa fa-user"></i>03-4550-1448</span><br>
<a class="mail" href="mailto:info@wizcorp.jp"><i class="fa fa-envelope"></i>info@wizcorp.jp</a><br><br>
</address>
</div>
</div>
<!--
<div class="contact-form span6">
<div class="wpcf7" id="wpcf7-f213-t1-o1">
<form action="/dw-page/?theme=DW+Page+Modern#wpcf7-f213-t1-o1" method="post" class="wpcf7-form" novalidate>
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="213" />
<input type="hidden" name="_wpcf7_version" value="3.6" />
<input type="hidden" name="_wpcf7_locale" value="" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f213-t1-o1" />
<input type="hidden" name="_wpnonce" value="af96ed91c1" />
</div>
<div class="controls controls-row">
<span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required span6" aria-required="true" aria-invalid="false" placeholder="Name*" /></span><span class="wpcf7-form-control-wrap your-email"><input type="email" name="your-email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email span6" aria-required="true" aria-invalid="false" placeholder="Email*" /></span>
</div>
<div class="controls controls-row">
<span class="wpcf7-form-control-wrap your-Budget"><input type="text" name="your-Budget" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required span6" aria-required="true" aria-invalid="false" placeholder="Budget*" /></span><span class="wpcf7-form-control-wrap your-Timeframe"><input type="text" name="your-Timeframe" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required span6" aria-required="true" aria-invalid="false" placeholder="Timeframe*" /></span>
</div>
<p><span class="wpcf7-form-control-wrap your-message"><textarea name="your-message" cols="40" rows="5" class="wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Message*"></textarea></span><br>
<input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit btn btn-primary" />
</p>
<div class="wpcf7-response-output wpcf7-display-none"></div>
</form>
</div>
</div>
-->
</div>
<div class="row-fluid map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d25923.015432129465!2d139.78397700000002!3d35.692341!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb98f846c2f69a21!2sWizcorp!5e0!3m2!1sen!2sus!4v1446632818831" width="1040" height="390" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
</div>
<footer id="colophon" class="">
<div class="container">
<div class="copyright">
<div class="site-info">
Copyright © 2019 Wizcorp.
<ul class="list-inline social-inline-footer" style="margin-top:0px">
<li class="social facebook"><a href="https://www.facebook.com/Wizcorp" onClick='ga("send", "Footer", "Open", "facebook");' target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="social twitter"><a href="https://www.twitter.com/wizcorp" onClick='ga("send", "Footer", "Open", "twitter");' target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="social tumblr"><a href="https://wizcorp.tumblr.com/" onClick='ga("send", "Footer", "Open", "tumblr");' target="_blank"><i class="fa fa-tumblr"></i></a></li>
<li class="social github"><a href="https://www.github.com/Wizcorp" onClick='ga("send", "Footer", "Open", "github");' target="_blank"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<a class="scroll-top" href="#" title="Scroll to top">Top</a>
<script type='text/javascript' src='js/build/initialize.min.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40464010-3', 'wizcorp.jp');
ga('send', 'pageview');
</script>
<script>
// Youtube API
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
var dofusPlayer;
var gundamPlayer;
var pochamoguPlayer;
function onYouTubeIframeAPIReady() {
dofusPlayer = new YT.Player('dofusVideo', {
height: '248',
width: '440',
videoId: 'fuxZaUzEajo'
});
gundamPlayer = new YT.Player('gundamVideo', {
height: '248',
width: '440',
videoId: '260Rh2dvLxc'
});
pochamoguPlayer = new YT.Player('pochamoguVideo', {
height: '248',
width: '440',
videoId: 'N8O1X2OAGBY'
});
}
</script>
</body>
</html>