File: /home/ser65kty/gamium.serversmw.com/resources/views/for-developers.blade.php
@extends('layouts.app')
@section('body_class', 'bodyfd videosattop')
@section('metadata')
@if (app()->getLocale() == 'en')
<link rel="canonical" href="{{ url('') }}/for-developers" />
@else
<link rel="canonical" href="{{ url('') }}/{{app()->getLocale()}}/for-developers" />
@endif
<link rel="preload" as="fetch" href="{{ Vite::asset('resources/videos/gamium-fd.mp4') }}">
<title>{{ __('For developers') }} | Gamium - {{ __('The center of the Metaverse') }}</title>
<meta name="description"
content="Gamium is building the first decentralized social metaverse and the digital identity of humans. Create your avatar, exchange NFTs, get a job, socialize and earn in the Gamium world.">
<meta name="keywords" content="Gamium center of the Metaverse">
<meta name="author" content="Gamium">
@endsection
@section('content')
@include('flash::message')
<div class="container-fluid g-0" id="gcontainer">
<div id="fadeinout01" style="position: relative; height: 100vh;">
<div class="panel videofull first" data-videoplay="fd01">
<div class="hovervideoleftfd">
<span class="fd-pretitle">{{ __('Gamium') }} <span class="hightext">{{ __('Console') }}</span></span>
<span class="fd-title">{{ __('Easy to Implement,') }}</span>
<span class="fd-title">{{ __('Designed to Build') }}</span>
<a href="#" class="gbuttontr">{{ __('Start building') }}</a>
<a href="#" target="_blank"><span class="arrowinrighthight hightext">{{ __('Read documentation') }}</span></a>
</div>
<div class="hovervideorightfd">
<div class="hovervideorightcontent">
{{ __('Gamium Console is Gamiums Digital Identity toolkit designed for any company or developer who wants to ') }}
<span class="hightext">{{ __('build identity-leveraged projects ') }} </span>
{{ __('from scratch or upgrade their current ones.') }}
</div>
</div>
<video data-videoplay="fd01" src="{{ Vite::asset('resources/videos/gamium-fd.mp4') }}" loop="true" muted="true" preload="auto" playsinline="true"></video>
</div>
<div class="panel videofull" data-videoplay="fd01">
<div class="hovervideoleftfd">
<span class="fd-pretitle">{{ __('Gamium') }} <span class="hightext">{{ __('Console') }}</span></span>
<span class="fd-title">{{ __('Plenty of Benefits,') }}</span>
<span class="fd-title">{{ __('In Just a Few Minutes') }}</span>
<a href="#" class="gbuttontr">{{ __('Start building') }}</a>
<a href="#" target="_blank"><span class="arrowinrighthight hightext">{{ __('Read documentation') }}</span></a>
</div>
<div class="hovervideorightfd">
<div class="hovervideorightcontent">
{{ __('Thanks to implementing Gamium Console, you can ') }}
<span class="hightext">{{ __('expand and improve your product use cases ') }} </span>
{{ __('with interoperable user data.') }}
</div>
</div>
<video data-videoplay="fd01" src="{{ Vite::asset('resources/videos/gamium-fd.mp4') }}" loop="true" muted="true" preload="none" playsinline="true"></video>
</div>
<div class="panel videofull" data-videoplay="fd01">
<div class="hovervideoleftfd">
<span class="fd-pretitle">{{ __('Gamium') }} <span class="hightext">{{ __('Console') }}</span></span>
<span class="fd-title">{{ __('The Best Technology') }}</span>
<span class="fd-title">{{ __('To Achieve Success') }}</span>
<a href="#" class="gbuttontr">{{ __('Start building') }}</a>
<a href="#" target="_blank"><span class="arrowinrighthight hightext">{{ __('Read documentation') }}</span></a>
</div>
<div class="hovervideorightfd">
<div class="hovervideorightcontent">
{{ __('Upgrade your applications to be human-centered. Handle authentication, user management, and payments with only ') }}
<span class="hightext">{{ __('a few lines of code.') }} </span>
</div>
</div>
<video data-videoplay="fd01" src="{{ Vite::asset('resources/videos/gamium-fd.mp4') }}" loop="true" muted="true" preload="none" playsinline="true"></video>
</div>
<div class="panel videofull" data-videoplay="fd01">
<div class="hovervideoleftfd">
<span class="fd-pretitle">{{ __('Gamium') }} <span class="hightext">{{ __('Console') }}</span></span>
<span class="fd-title">{{ __('Created by Developers') }}</span>
<span class="fd-title">{{ __('For developers') }}</span>
<a href="#" class="gbuttontr">{{ __('Start building') }}</a>
<a href="#" target="_blank"><span class="arrowinrighthight hightext">{{ __('Read documentation') }}</span></a>
</div>
<div class="hovervideorightfd">
<div class="hovervideorightcontent">
{{ __('We are a company founded by developers who love technology, innovation, and simplicity. We have perfected Gamium Console over time with one clear goal: to ') }}
<span class="hightext">{{ __('satisfy any developer and project. ') }} </span>
</div>
</div>
<video data-videoplay="fd01" src="{{ Vite::asset('resources/videos/gamium-fd.mp4') }}" loop="true" muted="true" preload="none" playsinline="true"></video>
</div>
<div class="panel">
<div class="proudly">{{ __('Powered by') }}</div>
<div class="proudly-by">{{ __('$GMM & MST Tokens') }}</div>
</div>
@include('partnersandpress')
</div>
</div>
@include('footer')
@endsection