ict-site/index.html

80 lines
4.2 KiB
HTML
Raw Permalink Normal View History

2016-10-27 20:33:41 +00:00
<!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>YHD - Home</title>
2016-10-27 20:33:41 +00:00
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<a class="navbar-brand" href="index.html">YHD</a>
2016-10-27 20:33:41 +00:00
<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>
</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="RecrownedAthenaeum.html">Recrowned Athenaeum</a></li>
<li><a href="RhythmBullet.html">RhythmBullet</a></li>
2017-02-25 20:30:36 +00:00
<li><a href="photography/photography.html">Photography</a></li>
2016-12-01 02:26:02 +00:00
<li><a href="qanda.html">Q &amp; A</a></li>
2016-10-27 20:33:41 +00:00
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
<img src="images/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
2016-10-27 20:33:41 +00:00
</div>
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
<img src="images/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
2016-10-27 20:33:41 +00:00
</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>
2016-12-12 18:11:57 +00:00
<p class="">A small game for computer and 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. This game is supposed to be a practice project as my first game.</p>
2016-10-27 20:33:41 +00:00
</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>