forked from Magnimont/Kaizen-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
664 lines (660 loc) · 40.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="description" content="Web 3 franchise. Ecosystem for creators, storytellers and learning enthusiasts around the world.">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/1066356627214712862/1084848568835244072/Kyomu_Logo-03.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<meta name="theme-color" content="#2c94a4">
<meta name="keywords"
content="Saizuo, NoError, CEO, Web Developer, Crypto, Stock Broker, Freelance, Brisbane, Python, Apps, Javascript, Node, Saizuoo, Developer, Front End Developer, Back End Developer">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Kaizen</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="css/styles.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118887921-1"></script>
<script src="js/scripts.min.js" async></script>
</head>
<body>
<div class="wrapper">
<main>
<div class="logo-overlay"></div><img class="tcf-logo"
src="Kyomu_Logo-03.png"
alt="Logo"><span class="page-state pulse">Loading</span>
<div class="room"><img class="room-gif" src="koriu_original---Website-BG_Anim_Fix.gif" alt="Room"><svg class="monitor-svg" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 600 400" style="enable-background:new 0 0 600 400;" xml:space="preserve">
<g class="monitor">
<rect class="st1" x="213" y="190" width="81" height="49"></rect>
</g>
</svg>
<div class="interactive-wrap">
<div class="monitor"></div>
</div>
</div>
<div class="screenGrid"></div>
<div class="screenGrid"></div>
<div class="screenGrid"></div>
<div class="screen desktop">
<div class="noise"></div>
<div class="monitor-edges"></div>
<div class="apps">
<div class="app-icon work"><i class="fa fa-map fa-2x"></i><span>Roadmap</span></div>
<div class="clearfix"></div>
<div class="app-icon factions"><i class="fa-solid fa-folder fa-2x"></i><span>Factions</span></div>
<div class="clearfix"></div>
<div class="app-icon trash"><i class="fa fa-group fa-2x"></i><span>Team</span></div>
<div class="clearfix">
</i><span></span></div>
</div>
<div class="apps social">
<div class="app-icon social"><a href="https://www.twitter.com/KaizenSOL" target="_blank"
rel="noopener"><i class="fa-brands fa-x-twitter fa-2x"></i><span>X</span></a></div>
<div class="clearfix"></div>
<div class="app-icon social"><a href="https://discord.gg/KaizenSol" target="_blank" rel="noopener"><i
class="fa-brands fa-telegram fa-2x"></i><span>Telegram</span></a></div>
<div class="clearfix"></div>
<div class="app-icon social"><a href="https://magiceden.io/marketplace/kaizen" target="_blank" rel="noopener"><i
class="fa-solid fa-chart-column fa-2x"></i><span>Dex</span></a></div>
<div class="clearfix"></div>
</div>
<div class="player">
<div id="info-music" class="info-music">
<span id="song-artist" class="artist">B NOIZE</span>
<span id="song-name" class="name">CALM MY SOUL - JAZZ</span>
</div>
<div id="control-panel" class="control-panel">
<div class="album-art"></div>
<div class="controls">
<div id="prev" class="prev"></div>
<div id="play" class="play"></div>
<div id="next" class="next"></div>
</div>
</div>
</div>
<div class="explorer-window trash-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">Team</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body trash-body">
<div class="team-container">
<div class="team-member">
<div class="image"></div>
<h1>Zen</h1>
<h3>Founder<br/>
Web 2 CEO of Cool Companies<br/>
and Send Funding Investor.<br/>
Always Kaizen-ing.
</h3>
</div>
<div class="team-member">
<div class="image"></div>
<h1>Koriu</h1>
<h3>Project Manager and Head Collab Manager.<br/>
Team and Plan coordinator.<br/>
He keeps everything in order.
</h3>
</div>
<div class="team-member">
<div class="image"></div>
<h1>Ale</h1>
<h3>CMO<br/>
Marketing strategist, copywriter, and crypto investor.<br>
Student for life.<br>
</h3>
</div>
<div class="team-member">
<div class="image"></div>
<h1>Saizuo</h1>
<h3>Developer<br/>
CEO of NoError and Photon<br/>
Developing Kaizen Products and creating dope stuff.
</h3>
</div>
</div>
</div>
</div>
<div class="explorer-window about-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">About</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body about-body">
<div class="clearfix"></div>
<p>Hey I'm <a href="https://github.com/Saizuo" target="_blank" rel="noopener">Saizuo</a>👋🏼,</p>
<p>Normal guy ho Knows a Bit Coding and 2 minute experience of Stock Trading. I like to work on
projects, hang out with friends and family, read books, go on adventures, work on new ideas.</p>
<p>Curious about the world at a early age, I was always working on projects and programs in addition
to having a profitable career in stock brokerage. Dissatisfied with the classic status quo long
ago, I had mastered trading in different markets.(It's a Lie)</p>
<p>Aiming to generate financial independence. In the meantime, I work on diversifying my career and
skills.</p>
</div>
</div>
<div class="explorer-window factions-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">Factions</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body factions-body">
<div class="factions-container">
<a class="faction faction1">
<div class="overlay"></div>
</a>
<a class="faction faction2">
<div class="overlay"></div>
</a>
<a class="faction faction3">
<div class="overlay"></div>
</a>
<a class="faction faction4">
<div class="overlay"></div>
</a>
</div>
</div>
</div>
<div class="explorer-window roadmap-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">Factions</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body roadmap-body">
<div class="roadmap-container">
<a class="map map1">
<div class="overlay"></div>
</a>
<a class="map map2">
<div class="overlay"></div>
</a>
<a class="map map3">
<div class="overlay"></div>
</a>
</div>
</div>
</div>
<div class="explorer-window faction-1-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">CITIZENS</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body faction-body" style="background-color: rgb(0, 81, 95);">
<div class="text-section">
<div class="text">
<div class="txta">
<h1>CITIZENS</h1>
<div class="description">
The citizens of Shiryokai are the heart and soul of this vibrant city. They are hardworking, dedicated, and passionate about their community.
<br>
<br>
But in recent years, they've been oppressed by the powerful Elite Corporation.
<br>
<br>
This group of wealthy individuals created a world where technology reigns supreme, and the people's needs have been forgotten. They have replaced jobs with machines, leaving 95% of the population without work and struggling to make ends meet.
<br>
<br>
They're forced to do whatever the Elite wants them to and face horrible consequences if they refuse
<br>
<br>
They were turned from a fun, loving, and happy community into an oppressed, sad, and starving one.
<br>
<br>
But the citizens of shiryokai have a dream to take back their city and turn it, once again, into a prosperous place full of opportunities and happiness where everyone has access to their basic needs such as water, food, shelter, security, and health.
<br>
<br>
Beyond what the Elite Corporation tries to make them believe, they understand their lives are valuable and that they're not simple cogs in a machine.
<br>
<br>
They dream of a future in which technology serves the people's needs and not the other way around, a world where the people's needs come before the desire of the wealthy.
</div>
</div>
</div>
</div>
<div class="image-section">
<div class="images-container">
<img class="shadow overlay" src="img/faction(1).png" />
<img class="image" src="img/faction(1).png" />
</div>
</div>
</div>
</div>
<div class="explorer-window faction-2-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">REBELS</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body faction-body" style="background-color: rgb(219, 30, 71);">
<div class="text-section">
<div class="text">
<div class="txta">
<h1>REBELS</h1>
<div class="description"> The citizens of Shiryokai have long been suffering under the oppressive yoke of the Elite Corporation.
<br>
<br>
This group of wealthy millionaires has created a world where robots are replacing jobs, leaving many without work and impoverished.
<br>
<br>
But there is a glimmer of hope among the people of Shiryokai - the Rebels.
<br>
<br>
This group of determined citizens has banded together to liberate Shiryokai from the Elite and their ruthless machines.
<br>
<br>
They're a beacon of hope in a world flooded with darkness. They're led by a passionate and committed group of leaders that won't conform to living powerless under the oppressive regime of the Elite. The Rebels are determined to take back their city and put power back into the hands of the people.
<br>
<br>
They understand the importance of community and believe that by coming together, they can create real change.
<br>
<br>
Their fight is a challenging one, and it comes with significant risk. The Elite is a powerful force, and their androids are formidable opponents. But the Rebels are fearless in standing up to the challenge.
<br>
<br>
They have a deep sense of purpose and a fierce determination to see their mission through. Their goal isn't simply to take down the Elite but to change what isn't working and build a better future for the people of Shiryokai.
<br>
<br>
They are fighting to make the dreams and hopes of the people of Shiryokai come true.
<br>
<br>
The Rebels understand that their fight won't be won overnight. It will take time, effort, and unwavering determination.
<br>
<br>
But they're up for the challenge.
<br>
<br>
They're a true force for good and will not rest until justice is served. They are the people's voice, and they won't be silenced.
<br>
<br>
If you want to make a difference, join the Rebels of Shiryokai in their fight for a better future. Together, we can achieve great things.</div>
</div>
</div>
</div>
<div class="image-section">
<div class="images-container">
<img class="shadow overlay" src="img/faction(2).png" />
<img class="image" src="img/faction(2).png" />
</div>
</div>
</div>
</div>
<div class="explorer-window faction-3-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">ANDROIDS</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body faction-body" style="background-color: rgb(167, 167, 167);">
<div class="text-section">
<div class="text">
<div class="txta">
<h1>ANDROIDS </h1>
<div class="description">The Elite Corp's androids are a technological achievement that has never been seen before.
<br>
<br>
They're designed and built with precision and care. According to the Elite Corporation, the androids stand as ¨the guardians of the future¨.
<br>
<br>
Their incredible strength, speed, and intelligence make them ideal for tasks that are dangerous or impractical for humans.
<br>
<br>
The androids are programmed to learn and adapt and constantly improve. With each new upgrade, they become more intelligent, efficient, and effective. But at the cost of becoming less human
<br>
<br>
They're the Elite Corp's perfect tool to force their vision of a better future.
<br>
<br>
In their ongoing battle against the rebels, the androids have proven to be an unrelenting force.
<br>
<br>
They are designed to be resistant to damage and are capable of healing themselves quickly.
<br>
<br>
Their weapons and abilities are unmatched, making them the ultimate defenders of Elite Corp's interests.
<br>
<br>
While the citizens of Shiryokai may fear the androids as the destructors of their society, their creators see them as the future of humanity.</div>
</div>
</div>
</div>
<div class="image-section">
<div class="images-container">
<img class="shadow overlay" src="img/faction(3).png" />
<img class="image" src="img/faction(3).png" />
</div>
</div>
</div>
</div>
<div class="explorer-window faction-4-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">ELITE</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body faction-body" style="background-color: rgb(0, 0, 0);">
<div class="text-section">
<div class="text">
<div class="txta">
<h1>ELITE</h1>
<div class="description">The Elite is a group of powerful and visionary millionaires who came to power on the promise of working towards a brighter and more prosperous future for humanity.
<br>
<br>
They started building their empire on the principles of innovation, creativity, and progress, and they were using their wealth and resources to bring about the changes they believed were necessary.
<br>
<br>
Their purpose was to create a world where technological advancements were used for the greater good of humanity.
<br>
<br>
They promised a future where people no longer had to worry about mundane and repetitive jobs and could focus on more creative and fulfilling pursuits.
<br>
<br>
To achieve this promise, they created Elite Corp, a company dedicated to developing and producing advanced robotics. They invested in developing androids that can perform various tasks, from manual labor to advanced combat operations.
<br>
<br>
These androids were their answer to the challenges of the future, and they started being developed with a singular purpose in mind: to make the world a better place. The Elite saw the development of these androids as an essential step toward the future.
<br>
<br>
But, everything changed…
<br>
<br>
Their greed for power, money, and control, as well as the constant protest of the citizens of Shiryokai against them, made them oppressive, brutal, and tyrannical.
<br>
<br>
They now use their technological advancements to control everything they can, oppress the people of Shiryokai and avoid being overthrown.
<br>
<br>
They have stopped creating technology that helps improve people's lives and have focused on creating weapons to defend their regime where only the rich can live an extraordinary life while everybody else is living in a nightmare.</div>
</div>
</div>
</div>
<div class="image-section">
<div class="images-container">
<img class="shadow overlay" src="img/faction(4).png" />
<img class="image" src="img/faction(4).png" />
</div>
</div>
</div>
</div>
<div class="explorer-window faction-5-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">About</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body faction-body" style="background-image: url(./img/q1_bg.png); background-size: cover;">
<div class="text-section">
<div class="text">
<div class="txta">
<h1>Q1</h1>
<div class="description">• First steps of KYOMU<br>
• Application Process<br>
• First Steps development of The Temple<br>
• Collabs with Top Tier Projects<br>
• Team Expansion<br>
• Discord Opening<br>
• Grow our community<br>
• Rebrand to Kaizen<br>
• Launch the website <br>
• Mint Phase<br>
• The first distribution of benefits for holders <br>
• Start beta testing of The Temple (Kaizen social network) <br>
<br>
<br>
<br>
Resume
<br>
<br>
Q1 is where everything starts…
<br>
<br>
We’ve been working hard behind the scenes to reach our goals and must say: everything is going perfectly according to plan.
<br>
<br>
We published KYOMU and started to make it known who thin the space.
<br>
<br>
We launched socials and started growing our fantastic community.
<br>
<br>
We rebranded the project to Kaizen to better align with our core values and to make it easier to remember and understand.
<br>
<br>
We launched our website to give the community a place to look at our roadmap, see what the future has in store for us, and find information about the factions.
<br>
<br>
But, this is just the beginning…
<br>
<br>
We’ll be having an amazing Kaizen Mint Experience.
<br>
<br>
Giving the first distribution of benefits to our Holders
<br>
<br>
And release The Temple for beta testers. It will be the Kaizen Social Network, where holders can interact and network with other holders and make stories for their Kaizen NFTs so that they can create their own unique and personalized experiences with their NFT.</div>
</div>
</div>
</div>
<div class="image-section">
<div class="images-container">
<img class="shadow overlay" src="img/q1_sp.png" />
<img class="image" src="img/q1_sp.png" />
</div>
</div>
</div>
</div>
<div class="explorer-window faction-6-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">About</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body faction-body" style="background-image: url(./img/Q2_bg.png); background-size: cover;">
<div class="text-section">
<div class="txta">
<div class="text">
<h1>Q2</h1>
<div class="description">• Kaizen Team Expansion<br>
• Finalize Development of the Temple with <br> feedback from Beta Testers<br>
• $KZN Announcement<br>
• The Temple Launch (Kaizen Social Network)<br>
• Start development of Kaizen Academy<br>
• Announce First Kaizen Academy Instructors<br>
<br>
<br>
<br>
Q2 is where we take over.
<br>
<br>
Q2 will be full of exciting and incredible developments.
<br>
<br>
We'll expand the Kaizen team and bring experts in different areas to continue developing the project.
<br>
<br>
We'll be launching The Temple.
<br>
<br>
We´ll start the development of the Kaizen Academy; it will be the perfect place for those seeking knowledge and constant improvement. With help from our instructors, we'll give you the knowledge, tools, and tactics to master the skills you need to succeed in any area of your life. Holders will have access to all of the products inside the academy, and there will be the possibility to purchase each product with crypto or fiat for Non-Holders.
<br>
<br>
We'll announce the first instructors for the Kaizen Academy.</div>
</div>
</div>
</div>
<div class="image-section">
<div class="images-container">
<img class="shadow overlay" src="img/q2_sp.png" />
<img class="image" src="img/q2_sp.png" />
</div>
</div>
</div>
</div>
<div class="explorer-window faction-7-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">About</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body faction-body" style="background-image: url(./img/q3_bg.png); background-size: cover;">
<div class="text-section-bots">
<div class="text">
<div class="txta">
<h1>Q3</h1>
<div class="description">• $KZN New Features and Utilities <br>
• Web 2 Marketing Campaign for Kaizen and <br> Academy<br>
• Meeting with Academy Instructos<br>
• Kaizen Academy Launch<br>
• Academy Week (1 per year)<br>
• First Collection of Temple Stories<br>
• Announce plans for Q4 <br>
<br>
<br>
<br>
Q3 is where
<br>
<br>
Q3 will be focused mainly on our e-learning academy 'Kaizen Academy'.
<br>
<br>
We'll launch the marketing campaign for Kaizen and the Kaizen Academy to make the project known in the space and create anticipation about the Kaizen Academy.
<br>
<br>
We'll launch the Kaizen Academy with multiple products so that you can start to gain the skills you need to succeed in any area of your life.
<br>
<br>
We'll be announcing what Q4 has in store for us.
<br>
<br>
Temple Stories will be Key for Q4.</div>
</div>
</div>
</div>
<div class="image-section">
<div class="images-container">
<img class="shadow overlay" src="img/q3_sp.png" />
<img class="image" src="img/q3_sp.png" />
</div>
</div>
</div>
</div>
<!--
<div class="explorer-window work-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">Work</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body work-body">
<div class="work-item">
<a class="work-link-1" href="https://noerror.studio/" target="_blank"> <img
src="img/ljp.png"><span class="name">NoError Studios</span><span
class="language two no-left-margin">Startup</span><span
class="language two">Programming</span></a>
</div>
<div class="work-item">
<a class="work-link-1" href="https://novacosmos.live" target="_blank"> <img
src="img/pxArt (1).png"><span class="name">Nova-Cosmos</span><span
class="language two no-left-margin">Startup</span><span
class="language two">Network</span></a>
</div>
<div class="work-item">
<a class="work-link-1" href="https://novahosting.host" target="_blank"> <img
src="img/pxArt (2).png"><span class="name">Nova Hosting</span><span
class="language two no-left-margin">Company</span><span
class="language two">Hosting</span></a>
</div>
<div class="work-item">
<a class="work-link-1" href=" https://thermalhosting.com/" target="_blank"> <img
src="img/pxArt (3).png"><span class="name">Thermal Hosting</span><span
class="language two no-left-margin">Company</span><span
class="language two">Hosting</span></a>
</div>
<div class="work-item">
<a class="work-link-1" href="https://squirpaint.gq" target="_blank"> <img
src="img/squirtpaint.png"><span class="name">Squirt Paint</span><span
class="language two no-left-margin">Website</span><span
class="language two">Github</span></a>
</div>
<div class="work-item">
<a class="work-link-1" href="https://mashimaheros.gq" target="_blank"> <img
src="img/mashima.png"><span class="name">Anime Website</span><span
class="language two no-left-margin">Website</span><span
class="language two">Anime</span></a>
</div>
<div class="work-item">
<a class="work-link-1" href="https://photonray.live" target="_blank"> <img
src="img/Photonray.png"><span class="name">Photonray</span><span
class="language two no-left-margin">Green Energy</span><span
class="language two">Startup</span></a>
</div>
<div class="work-item">
<a class="work-link-1" href="https://mikuni.tech" target="_blank"> <img
src="img/Mikuni and Etc.png"><span class="name">Mikuni and Etc</span><span
class="language two no-left-margin">Discord</span><span
class="language two">Bots</span></a>
</div>
<div class="work-item">
<a href="http://???.com" target="_blank"><img src="img/ll.png"><span
class="name">???</span><span class="language one no-left-margin">???</span></a>
</div>
</div>
</div>
-->
<div class="explorer-window work-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">Roadmap</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body work-body">
<div class="road-container">
<div class="road-item map1"></div>
<div class="road-item map2"></div>
<div class="road-item map3"></div>
<div class="road-item"></div>
</div>
</div>
</div>
<div class="explorer-window contact-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">Contact</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body contact-body">
<form>
<div class="to-from-field"><span>To</span><input type="text" value="dan@thecodingforge.com.au"
readonly></div>
<div class="to-from-field"><span>From</span><input type="text" id="email" name="email"
placeholder="Enter your email here"></div><textarea rows="5" id="message" name="message"
placeholder="Enter your message here"></textarea><input class="honeypot" name="firstname"
type="text" id="firstname">
<div class="contact-submit">Send <i class="fa fa-send"></i></div>
</form>
<div class="thanks">
<h1>Thanks :)</h1>
<p>I'll be in touch!</p>
</div>
</div>
</div>
<div class="explorer-window awards-explorer" tabindex="0">
<div class="window-header">
<p class="window-title">Awards</p>
<div class="button-wrap close-explorer"><i class="fa fa-times"></i></div>
</div>
<div class="window-body awards-body">
<div class="award-item"><img src="img/cssda-special-kudos-white.png"><span class="name">CSS Design
Awards - Special Kudos</span></div>
<div class="award-item"><img src="img/best-ui-white.png"><span class="name">CSS Design Awards - Best
UI Design</span></div>
<div class="award-item"><img src="img/best-innovation-white.png"><span class="name">CSS Design
Awards - Best Innovation</span></div>
</div>
</div>
<div class="info">
<div>
<p class="time">10:54pm</p>
<p class="date">27/04/2017</p>
</div><i class="fa fa-power-off fa-2x shutdown info-icon"></i>
</div>
</div>
<script src="//embed.typeform.com/next/embed.js"></script>
</main>
</div>
</body>
</html>