01hd.bitbucket.org/index.html
2016-10-27 15:33:41 -05:00

80 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animations/entry_animations.css">
<link rel="stylesheet" href="css/animations/animations.css">
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HighDef - Home</title>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
</button>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="assets/MrUltraBrand.png" style="width: 200px;"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a>Home</a></li>
<li><a href="isca.html">I.S.C.A</a></li>
<li><a href="polyjet.html">PolyJet</a></li>
<li><a href="photography.html">Photography</a></li>
<li><a href="underconstruction.html">Ultra-Systems</a></li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
<img src="assets/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
</div>
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
<img src="assets/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
</div>
<div class="nooverflow">
<div class="nooverflow">
<div class="box-center" style="bottom: 0px; margin-bottom: 0px;">
<h1 class="entry-bottom" style="bottom: 0px;">HighDef "YHD"</h1>
<p class="entry-bottom" style="bottom: 0px;">A location for all the projects that I will try and work on. Most are not going to be finished, and others will be mostly just practice or reference code. This will also serve info on any projects that I feel are actually worth a small documentation.</p>
</div>
</div>
<div class="box-left entry-left">
<h2 class="">Project I.S.C.A</h2>
<p class="">ISCA stands for Intelligent System Control Assistance. Essentially, it is suppose to manage multiple programs on your computer for me as well as link all my devices for ease of usage. The idea is it's also suppose to do basic process splitting (grid processing in a sense).</p>
</div>
<div class="box-left entry-left">
<h2 class="">PolyJet</h2>
<p class="">A small game for android devices. Essentially, it will be a rythm game which allows users to choose songs of their choice and have the game analyze, and prepare it for gameplay. It is definitely a small project and a even smaller game.</p>
</div>
<div class="box-right entry-right">
<h2 class="">Digital Pictures</h2>
<p class="">Place for for a nice portfolio or gallery of images.</p>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>