30 lines
1.1 KiB
HTML
30 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
|
<link rel="stylesheet" href="../shared/style.css">
|
|
|
|
<div id="site-header">
|
|
<script>$(function(){$("#site-header").load("../shared/header.html");});</script>
|
|
</div>
|
|
</head>
|
|
<body>
|
|
<h1>Practice Shooter</h1>
|
|
<video height="500" style="max-width:100%" style="max-width:100%" muted autoplay controls>
|
|
<source src="../assets/practice-shooter.mkv">
|
|
</video>
|
|
<section class="project">
|
|
<h2>Info</h2>
|
|
<div indented>
|
|
<p>Project Type: Unity Toy Project</p>
|
|
<p>Project Timeframe: 2023</p>
|
|
</div>
|
|
<h2>Project Summary</h2>
|
|
<p indented>
|
|
A simple practice project, primarily focused on aesthetics and game feel. The goal was to experiment with animation and VFX to create satisfying combat encounters.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</html>
|