uix-kit
Version:
A free web kits for fast web design and development, compatible with Bootstrap v5.
126 lines (67 loc) • 3.39 kB
HTML
<html lang="@@{website_lang}" dir="@@{website_dirLTR}">
<head>
<meta charset="@@{website_charset}" />
<title>3D Pages - @@{website_title}</title>
@@include('./src/components/_global/include-header.html')
</head>
<body class="page">
@@include('./src/components/_global/include-loader.html')
@@include('./src/components/_global/include-toggle-trigger.html')
<div class="uix-wrapper">
<!-- Header Area
============================================= -->
<header class="uix-header__container">
<div class="uix-header">
<div class="container">
@@include('./src/components/_global/include-brand.html')
@@include('./src/components/_global/include-menu.html')
</div>
<!-- .container end -->
<div class="uix-clearfix"></div>
</div>
</header>
<div class="uix-header__placeholder js-uix-header__placeholder-autoheight"></div>
<main id="uix-maincontent">
<div id="html3D-view" style="display:none;">
<div class="html3D-view-content" data-position-x="0" data-position-y="0" data-position-z="100" data-rotation-x="0.7" data-rotation-y="3.14159265358979" data-rotation-z="0">
<!-- Content
====================================================== -->
<section class="uix-spacing--s uix-spacing--no-bottom">
<div class="container">
<div class="row">
<div class="col-12">
<h3>3D Pages</h3>
<p>Control Your Page Using Your Computer's Mouse</p>
<hr>
</div>
</div>
<!-- .row end -->
</div>
<!-- .container end -->
</section>
<!-- Content
====================================================== -->
<section class="uix-spacing--s">
<div class="container">
<div class="row">
<div class="col-12">
<h4>Page is here</h4>
<p><img src="assets/images/demo/test-img-big-1.jpg" width="350" alt="" style="pointer-events: none;" /></p>
<p>Hi. I'm a full-stack designer on the way of pursuing the dream. Focus on user interface, user experience, awesome websites, front-end and WordPress development. I want to build things I can be proud of. I approach some awesome design challenges with an eye on the latest trends and strive to align my work the industry current best practices, while leveraging the acquired experience on the field. I have been working so hard to build up self. My personal website: https://uiux.cc </p>
</div>
</div>
<!-- .row end -->
</div>
<!-- .container end -->
</section>
</div>
<!-- .html3D-view-content end -->
</div>
<!-- /#html3D-view -->
<div id="3D-renderer"></div>
</main>
@@include('./src/components/_global/include-copyright.html')
</div>
<!-- .uix-wrapper end -->
@@include('./src/components/_global/include-footer.html')