File: /home/ser65kty/gamium.serversmw.com/resources/views/about.blade.php
@extends('layouts.app')
@section('body_class', 'bodyhome')
@section('metadata')
@if (app()->getLocale() == 'en')
<link rel="canonical" href="{{ url('') }}/about" />
@else
<link rel="canonical" href="{{ url('') }}/{{app()->getLocale()}}/about" />
@endif
<title>{{ __('About') }} | 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">
<button id="mute-video"></button>
<div class="panel first">
<span class="paneltextgg">{{ __('We are Gamium') }}</span>
</div>
<div class="panel">
<div class="abtextcont">
{{ __('We are Gamium') }}
<br><br>
<div class="abtext">
<span>{{ __('A startup founded in 2021 by a team of Web3 experienced developers from Barcelona that is building the Internet Identity Layer. ') }}</span>
<span class="abopacity">{{ __('Through technology, we let humans unify and control all their data and assets in a customizable Avatar that can be used across the Internet thanks to the ') }}</span>
<span class="hightext">{{ __('Gamium Universal Sign-In.') }}</span>
</div>
</div>
</div>
<div class="panel">
<div class="abtextcont">
{{ __('We are Gamium') }}
<br><br>
<div class="abtext">
<span>{{ __('We firmly believe that our Digital Identity concept is necessary for every Web2 & Web3 application because it will improve human online experiences by allowing interoperability and a frictionless Internet. ') }}</span>
<span class="abopacity">{{ __('In addition, we are confident the ') }}</span>
<span class="hightext">{{ __('Proof of Trust ') }}</span>
<span class="abopacity">{{ __('method we implemented will help solve the fraud on the internet and achieve large-scale decentralized moderation systems.') }}</span>
</div>
</div>
</div>
<div class="panel">
<div class="abtextcont">
{{ __('We are Gamium') }}
<br><br>
<div class="abtext">
<span>{{ __('If we had to describe who we are in one sentence, we would say we are a group of humans who want to make the digital world a ') }}</span>
<span class="hightext">{{ __('better place for humanity.') }}</span>
</div>
</div>
</div>
<div class="panel videofull hassound" data-videoplay="ab01">
<div class="abtextcont">
<div class="">{{ __('Our Mission') }}</div>
<div class="abtext">
<span class="hightext">{{ __('Provide humanity with an interoperable Digital Identity and its scalable applications. ') }}</span>
{{ __('Building the Internet Identity Layer can improve digital experiences, bring trust, and make the internet more valuable for individuals and companies.') }}
</div>
</div>
<video data-videoplay="ab01" src="{{ Vite::asset('resources/videos/gamium-about-sound.mp4') }}" id="vsound" loop="true" muted="true" preload="none" playsinline="true"></video>
</div>
<div class="panel videofull hassound" data-videoplay="ab01">
<div class="abtextcont">
<div class="">{{ __('Our Vision') }}</div>
<div class="abtext">
<span class="hightext">{{ __('Humanize the internet. ') }}</span>
{{ __('We aim to make the internet a better place where people can feel more connected, trusted, and in control of their privacy.') }}
</div>
</div>
<video data-videoplay="ab01" src="{{ Vite::asset('resources/videos/gamium-about-sound.mp4') }}" id="vsound" loop="true" muted="true" preload="none" playsinline="true"></video>
</div>
<div class="panel videofull hassound" data-videoplay="ab01">
<div class="abtextcont">
<div class="">{{ __('Core Values') }}</div>
<div class="abtext">
<span class="hightext">{{ __('Our values drive everything we do: Trust, Innovation, a Human-Centered approach, Passion, and Excellence. ') }}</span>
{{ __('These values help us deliver the best products to make a positive impact on the world. We prioritize transparency, honesty, and reliability, always looking for ways to innovate and improve. Above all, we strive for excellence and work hard to achieve our goals.') }}
</div>
</div>
<video data-videoplay="ab01" src="{{ Vite::asset('resources/videos/gamium-about-sound.mp4') }}" id="vsound" 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