Delete assets/index.html

This commit is contained in:
GlobalGameJam 2025-01-27 17:01:35 +00:00
parent 7aff09ab71
commit 7753491b77

View File

@ -1,339 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>Rise of Blorbs!</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
<style>*{font-family:Eracake !important;}
</style>
<style>
.button_login {
background-color: #48cbc5 !important;
}
.header-top {
background-color: black !important;
}
.menu-area {
display: none;
}
.text-bg a:hover {
background-color: #48cbc5;
color: #fff;
}
.text-bg a {
color: #48cbc5;
}
div#software {
display: none;
}
</style>
</head>
<!-- body -->
<body class="main-layout">
<!-- loader -->
<div class="loader_bg">
<div class="loader"><img src="images/loader1.gif" alt="#" /></div>
</div>
<!-- end loader -->
<!-- header -->
<header>
<!-- header inner -->
<div class="header-top">
<div class="header">
<div class="container-fluid">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 col logo_section">
<div class="full">
<div class="center-desk">
<div class="logo">
<a href="index.html"><img style="width: 200px;" src="images/logo.png" alt="#" /></a>
</div>
</div>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9">
<ul class="top_icon">
<li class="button_login"> <a href="https://leenkx.com/archive/rise_of_blorbs/game/index.html">Play</a> </li>
</ul>
</div>
</div>
</div>
</div>
<!-- end header inner -->
<!-- end header -->
<section class="slider_section">
<div class="banner_main">
<div class="container-fluid">
<div class="row">
<div class="col-md-2 padding_left0">
<div class="menu-area">
<div class="limit-box">
<nav class="main-menu">
<ul class="menu-area-main">
<li class="active"> <a href="#game">Game</a> </li>
<li> <a href="#software">Software</a> </li>
<li> <a href="#about">About</a> </li>
<li> <a href="#testimonial">Testimonial</a> </li>
<li> <a href="#contact">Contact</a> </li>
</ul>
</nav>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 ">
<div class="text-bg">
<h1>Rise of<br>Blorbs</h1>
<span>A 2D game built with LEENKX in Blender <br> for the Global Game Jam 2025</span>
<a href="https://leenkx.com/archive/rise_of_blorbs/game/index.html" style="color:white;" class="button_login">Play</a>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 ">
<div class="text-img">
<figure><img src="images/hpPic.png" alt="#"/></figure>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</header>
<!-- our -->
<div id="games" class="our">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<h2>Game Features</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 margin_bottom">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12">
<div class="two-box">
<figure><img style="border-radius:12px; width:200px;" src="images/BLORB.png" alt="#" /></figure>
</div>
</div>
<div class="col-xl-8 col-lg-8 col-md-8 col-sm-12">
<div class="Games">
<h3>Completely hand made</h3>
<p>We are proud to say every part of this project was made by hand, from the characters, scenes, graphics, and music. </p>
<a href="https://leenkx.com/archive/rise_of_blorbs/game/index.html" class="button_login" >Play</a>
</div>
</div>
</div>
</div>
<div class="col-md-12 margin_bottom">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12">
<div class="two-box">
<figure><img style="border-radius:12px; width:250px;" src="images/DRONE.png" alt="#" /></figure>
</div>
</div>
<div class="col-xl-8 col-lg-8 col-md-8 col-sm-12">
<div class="Games">
<h3>You can play our game on any device from the browser.</h3>
<p>Every part of our game was made from our artist inspiration. All characters, environments, and even our game engine(LEENKX) were developed by us!</p>
<a href="https://leenkx.com/archive/rise_of_blorbs/game/index.html" class="button_login">Play</a>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12">
<div class="two-box">
<figure><img style="border-width:12px; width:200px;" src="images/leenkx.png" alt="#" /></figure>
</div>
</div>
<div class="col-xl-8 col-lg-8 col-md-8 col-sm-12">
<div class="Games">
<h3>Made with Leenkx</h3>
<p>Our game was made with our own game engine(LEENKX), which allows artists to create everything from 3d/2d videogames, applications, websites, and more!</p>
<a href="https://leenkx.com/archive/rise_of_blorbs/game/index.html" class="button_login">Play</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end our -->
<!-- We are -->
<!-- end We are -->
<!-- testimonial -->
<div id="testimonial" class="testimonial">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<h2>THE RENEGADES</h2>
</div>
</div>
</div>
<div class="">
<div class="">
<div class="">
<center>
<img style="width:450px; padding-bottom:60px; border-radius:12px; border-radius-bottom: 12px;" src="images/team.jpg" alt="#" />
</center>
</div>
<div style="" class="">
<h3><center>A last minute team!</center></h3>
<p><center>Our team was created last minute at the game jam. <br>Although we are all using new unfamiliar techniques,
<br>
our skills came together to build this beautiful project</center></p>
</div>
</div>
</div>
</div>
</div>
<!-- end testimonial -->
<!-- contact -->
<div id="contact" class="contact">
<div class="container">
<div class="row">
</div>
</div>
</div>
<!-- end contact -->
<!-- footer -->
<footr>
<div class="footer">
<div class="container">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 ">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 ">
<div class="address">
<ul class="social_link">
<li><a href="https://www.facebook.com/share/1899T1wixz/"><img src="icon/fb.png"></a></li>
<li><a href="https://x.com/LeenkxNetwork?t=ejG4Iw9Slv7C1TCIUJjZ4Q&s=09"><img src="icon/tw.png"></a></li>
<li><a href="https://www.instagram.com/leenkx?igsh=MW91b3UweDRtM3phdQ=="><img style="background-color:white !important; border-radius:12px;" src="images/insta.png"></a></li>
</ul>
<p style="color: white !important; font-size:40px;">
<a href="index.html"><img style="width: 200px;" src="images/logo.png" alt="#" /></a>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div style="display: none;" class="address">
<h3>Quick links</h3>
<ul class="Menu_footer">
<li class="active"> <img src="images/3.png" alt="#"> <a href="#game">Game</a> </li>
<li><img src="images/3.png" alt="#"> <a href="#software">Software</a> </li>
<li><img src="images/3.png" alt="#"> <a href="#about">About</a> </li>
<li><img src="images/3.png" alt="#"> <a href="#testimonial"> Testimonial</a> </li>
<li><img src="images/3.png" alt="#"> <a href="#contact">Contact</a> </li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div style="display: none;" class="address">
<h3>downloded</h3>
<ul class="Links_footer">
<li class="active"><img src="images/3.png" alt="#"> <a href="#">Lorem Ipsum </a> </li>
<li><img src="images/3.png" alt="#"> <a href="#">Simply random</a> </li>
<li><img src="images/3.png" alt="#"> <a href="#">Roots in a</a> </li>
<li><img src="images/3.png" alt="#"> <a href="#"> Piece</a> </li>
<li><img src="images/3.png" alt="#"> <a href="#">Classical</a> </li>
</ul>
</div>
</div>
<div style="float:right !important;" class="col-lg-3 col-md-6 col-sm-6 ">
<div class="address">
<h3>Contact us </h3>
<ul style="margin-bottom:60px;" class="loca">
<li>
<a href="#"><img src="icon/loc.png" alt="#" /></a>Calabria, Italy</li>
<li>
<a href="#"><img src="icon/email.png" alt="#" /></a>info@leenkx.com</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<p>© 2025 All Rights Reserved. <a href="https://html.design/">Rise of Blorbs</a></p>
</div>
</div>
</div>
</footr>
<!-- end footer -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
<script src="https:cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
</body>
</html>