Started changing to more formal content. Navbar changes complete.
94
RecrownedAthenaeum.html
Executable file
@ -0,0 +1,94 @@
|
|||||||
|
<!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 - Recrowned Athenaeum</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="images/yhdnbg.png" style="width: 200px;"></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="collapse navbar-collapse" id="main-navbar">
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li class="active"><a>Recrowned Athenaeum</a></li>
|
||||||
|
<li><a href="RhythmBullet.html">RhythmBullet</a></li>
|
||||||
|
<li><a href="photography/photography.html">Photography</a></li>
|
||||||
|
<li><a href="qanda.html">Q & A</a></li>
|
||||||
|
</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">
|
||||||
|
</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">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="nooverflow">
|
||||||
|
|
||||||
|
<div class="nooverflow">
|
||||||
|
<div class="box-center" style="bottom: 0px; margin-bottom: 0px;">
|
||||||
|
<h1 class="entry-bottom" style="bottom: 0px;">PolyJet</h1>
|
||||||
|
<p class="entry-bottom" style="bottom: 0px;">The game based on beats. No seriously, the whole game revolves around a user selected masterpiece.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="box-left entry-left">
|
||||||
|
<h2 class="">The Concept</h2>
|
||||||
|
<p class="">Essentially, this game is a rhythm game with audio analytics built in which allows the user to choose the tracks of which they play to.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box-left entry-left" style="width: 50%">
|
||||||
|
<h2 class="">3rd Party</h2>
|
||||||
|
<h3>LibGDX</h3>
|
||||||
|
<p>This game uses LibGDX which is a very impressive game framework/engine. Its completely written in Java, and supports multi-platform pretty well. Go <a href="https://libgdx.badlogicgames.com/">check them out.</a></p>
|
||||||
|
<h3>Jtransforms</h3>
|
||||||
|
<p>This game also uses the Jtransforms library for its fft functions. You can go and <a href="https://sites.google.com/site/piotrwendykier/software/jtransforms">read up</a> on what they do.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box-right entry-right" style="width: 45%">
|
||||||
|
<h2 class="">Done</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Controls are done</li>
|
||||||
|
<li>Main menu done</li>
|
||||||
|
<li>Splash-screen background loading done.</li>
|
||||||
|
<li>Audio data collecting done</li>
|
||||||
|
<li>Actual analytics screen done</li>
|
||||||
|
<li>loading screen done</li>
|
||||||
|
<li>on keeping audio analysis result data in sync with gameplay audio.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="box-left entry-left" style="width: 35%;">
|
||||||
|
<h2>TODO:</h2>
|
||||||
|
<ul>
|
||||||
|
<li><b>Working!</b> Generate entities based on audio data</li>
|
||||||
|
<li>Make game look cooler (decorating)</li>
|
||||||
|
<li>Possible future plans.</li>
|
||||||
|
</ul>
|
||||||
|
</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>
|
@ -9,7 +9,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>HighDef - PolyJet</title>
|
<title>YHD - RhythmBullet</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-inverse navbar-fixed-top">
|
<nav class="navbar navbar-inverse navbar-fixed-top">
|
||||||
@ -18,17 +18,16 @@
|
|||||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
|
<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>
|
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="assets/MrUltraBrand.png" style="width: 200px;"></a>
|
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="images/yhdnbg.png" style="width: 200px;"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="collapse navbar-collapse" id="main-navbar">
|
<div class="collapse navbar-collapse" id="main-navbar">
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
<li><a href="isca.html">I.S.C.A</a></li>
|
<li><a href="RecrownedAthenaeum.html">Recrowned Athenaeum</a></li>
|
||||||
<li class="active"><a>PolyJet</a></li>
|
<li class="active"><a>RhythmBullet</a></li>
|
||||||
<li><a href="photography/photography.html">Photography</a></li>
|
<li><a href="photography/photography.html">Photography</a></li>
|
||||||
<li><a href="underconstruction.html">Ultra-Systems</a></li>
|
<li><a href="qanda.html">Q & A</a></li>
|
||||||
<li><a href="qanda.html">Q & A</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -36,11 +35,11 @@
|
|||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
|
<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">
|
<img src="images/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
|
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
|
||||||
<img src="assets/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
|
<img src="images/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nooverflow">
|
<div class="nooverflow">
|
26
css/main.css
@ -7,7 +7,7 @@ body {
|
|||||||
rgba(0, 255, 255, 0.4),
|
rgba(0, 255, 255, 0.4),
|
||||||
rgba(0, 0, 0, 0.7)
|
rgba(0, 0, 0, 0.7)
|
||||||
),
|
),
|
||||||
url(../assets/bg_tile.png);
|
url(../images/bg_tile.png);
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -31,6 +31,10 @@ body {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-brand {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-family: "Segoe UI light", "Segoe UI", sans-serif;
|
font-family: "Segoe UI light", "Segoe UI", sans-serif;
|
||||||
@ -147,9 +151,6 @@ p {
|
|||||||
rgba(10, 10, 10, 0.2),
|
rgba(10, 10, 10, 0.2),
|
||||||
rgba(10, 10, 10, 0.75)
|
rgba(10, 10, 10, 0.75)
|
||||||
);
|
);
|
||||||
|
|
||||||
background-color: ;
|
|
||||||
|
|
||||||
border-left-style: solid;
|
border-left-style: solid;
|
||||||
border-left-color: rgba(0, 255, 255, 0.6);
|
border-left-color: rgba(0, 255, 255, 0.6);
|
||||||
border-left-width: 2px;
|
border-left-width: 2px;
|
||||||
@ -186,6 +187,19 @@ p {
|
|||||||
font-family: "Segoe UI light", "Segoe UI", sans-serif;
|
font-family: "Segoe UI light", "Segoe UI", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-brand {
|
||||||
|
font-size: 150%;
|
||||||
|
top: -15%;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-brand > image {
|
||||||
|
max-height: 150%;
|
||||||
|
max-width: auto;
|
||||||
|
position: relative;
|
||||||
|
top: -25%;
|
||||||
|
}
|
||||||
|
|
||||||
.cybercircle-left {
|
.cybercircle-left {
|
||||||
position: relative;
|
position: relative;
|
||||||
animation:
|
animation:
|
||||||
@ -238,7 +252,7 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
-webkit-box-shadow: inset 0 0 2px rgba(0, 255, 255, 1);
|
box-shadow: inset 0 0 2px rgba(0, 255, 255, 1);
|
||||||
background-color: rgba(0,0,0,0.9);
|
background-color: rgba(0,0,0,0.9);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
@ -246,7 +260,7 @@ p {
|
|||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background-color: rgba(0, 255, 255, 0.5);
|
background-color: rgba(0, 255, 255, 0.5);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
-webkit-box-shadow: inset 0 0 2px rgba(0, 255, 255, 0.5);
|
box-shadow: inset 0 0 2px rgba(0, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.auto-size {
|
.auto-size {
|
||||||
|
74
demands.html
@ -1,74 +0,0 @@
|
|||||||
<!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</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><a href="index.html">Home</a></li>
|
|
||||||
<li><a href="isca.html">I.S.C.A</a></li>
|
|
||||||
<li><a href="photography/polyjet.html">PolyJet</a></li>
|
|
||||||
<li><a href="photography.html">Photography</a></li>
|
|
||||||
<li><a href="underconstruction.html">Ultra-Systems</a></li>
|
|
||||||
<li><a href="qanda.html">Q & A</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="wrapper" style="width: 100vw; height: 100vh;">
|
|
||||||
<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;">Demands</h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="box-left entry-left">
|
|
||||||
<ul>
|
|
||||||
<li>A sandwich</li>
|
|
||||||
<li>Permission to go on trip</li>
|
|
||||||
<li>Moderator or higher (This may not satisfy me as ultimate power is not ultimate enough. It would be preferable if you could give me access to the whole network. Not only the server which you own)</li>
|
|
||||||
<li>I want the title of Omnipotent. If anything is wrong, there will be consequences.</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="box-left entry-left">
|
|
||||||
<div class="box-left entry-left">
|
|
||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ?rel=0&controls=0;autoplay=1" frameborder="0" allowfullscreen></iframe>
|
|
||||||
</div>
|
|
||||||
</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>
|
|
BIN
fonts/gasalt_regular.ttf
Executable file
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
BIN
images/yhdnbg.png
Executable file
After Width: | Height: | Size: 97 KiB |
13
index.html
@ -9,25 +9,24 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>HighDef - Home</title>
|
<title>YHD - Home</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-inverse navbar-fixed-top">
|
<nav class="navbar navbar-inverse navbar-fixed-top">
|
||||||
|
<a class="navbar-brand" href="index.html">YHD</a>
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
|
<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>
|
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="assets/MrUltraBrand.png" style="width: 200px;"></a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="collapse navbar-collapse" id="main-navbar">
|
<div class="collapse navbar-collapse" id="main-navbar">
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li class="active"><a>Home</a></li>
|
<li class="active"><a>Home</a></li>
|
||||||
<li><a href="isca.html">I.S.C.A</a></li>
|
<li><a href="RecrownedAthenaeum.html">Recrowned Athenaeum</a></li>
|
||||||
<li><a href="polyjet.html">PolyJet</a></li>
|
<li><a href="RhythmBullet.html">RhythmBullet</a></li>
|
||||||
<li><a href="photography/photography.html">Photography</a></li>
|
<li><a href="photography/photography.html">Photography</a></li>
|
||||||
<li><a href="underconstruction.html">Ultra-Systems</a></li>
|
|
||||||
<li><a href="qanda.html">Q & A</a></li>
|
<li><a href="qanda.html">Q & A</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -36,11 +35,11 @@
|
|||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
|
<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">
|
<img src="images/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
|
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
|
||||||
<img src="assets/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
|
<img src="images/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
95
isca.html
@ -1,95 +0,0 @@
|
|||||||
<!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 - ISCA</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><a href="index.html">Home</a></li>
|
|
||||||
<li class="active"><a>I.S.C.A</a></li>
|
|
||||||
<li><a href="polyjet.html">PolyJet</a></li>
|
|
||||||
<li><a href="photography/photography.html">Photography</a></li>
|
|
||||||
<li><a href="underconstruction.html">Ultra-Systems</a></li>
|
|
||||||
<li><a href="qanda.html">Q & A</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="left: 0px; bottom:0px; width: 75vw; height: 63vh;">
|
|
||||||
<img src="assets/cybercircle2.png" style="left: -125px; bottom: -125px" class="cybercircle-left">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="nooverflow">
|
|
||||||
|
|
||||||
<div class="nooverflow">
|
|
||||||
<div class="box-center" style="bottom: 0px; margin-bottom: 0px;">
|
|
||||||
<h1 class="entry-bottom" style="bottom: 0px;">I.S.C.A</h1>
|
|
||||||
<p class="entry-bottom" style="bottom: 0px;">ISCA stands for Inter-System Communication Assistant. Essentially, its a computer manager with resource managing as well as preset actions to do (group of programs, etc). <b>SRCSM</b> Engine would be an alternate name. Possibly the main engine of the program. Stands for Super Remote Control Systems Manager. More info will be released later.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="box-left entry-left">
|
|
||||||
<h2 class="">Idea</h2>
|
|
||||||
<p class="">The idea, is that ISCA will be a very high level framework that manages computers. The program ISCA can be on multiple devices. The reason why I called it a manager is because it will be an assistance of controlling and as well as automating my computer. Communicating to co-ordinate with other devices is also part of the plan. This includes process splitting, and telling a device to do something. The reason its a framework is so I can build on to the types of processes it can split, things it can automate, and what it can tell other devices to do.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="box-left entry-left" style="width: 40%">
|
|
||||||
<h3>Note:</h3>
|
|
||||||
<p>This project will be moving slower due to having focus placed on another project (PolyJet)</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="box-right entry-right" style="width: 50%">
|
|
||||||
<h2 class="">Features</h2>
|
|
||||||
<ul>
|
|
||||||
<li>High modularity (framework)</li>
|
|
||||||
<li>plugin interface</li>
|
|
||||||
<li>device status display</li>
|
|
||||||
<li>Server and client encrypted tcp setup</li>
|
|
||||||
<li>Process splitting (custom addons that tells the framework what/how to split it to other devices)</li>
|
|
||||||
<li>Task automation (command triggered tasks)</li>
|
|
||||||
<li>remote task managing</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="box-left entry-left" style="width: 45%">
|
|
||||||
<h2 class="">Completed</h2>
|
|
||||||
<ul>
|
|
||||||
<li>basic framework</li>
|
|
||||||
<li>basic plugin interface</li>
|
|
||||||
<li>status display of local device</li>
|
|
||||||
<li>Server and client encrypted TCP connection</li>
|
|
||||||
</ul>
|
|
||||||
</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>
|
|
@ -18,7 +18,7 @@
|
|||||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
|
<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>
|
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="../assets/MrUltraBrand.png" style="width: 200px;"></a>
|
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="../images/yhdnbg.png" style="width: 200px;"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="collapse navbar-collapse" id="main-navbar">
|
<div class="collapse navbar-collapse" id="main-navbar">
|
||||||
|
@ -19,16 +19,15 @@
|
|||||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
|
<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>
|
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="../index.html" style="padding-top: 3px;"><img src="../assets/MrUltraBrand.png" style="width: 200px;"></a>
|
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="../images/yhdnbg.png" style="width: 200px;"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="collapse navbar-collapse" id="main-navbar">
|
<div class="collapse navbar-collapse" id="main-navbar">
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li><a href="../index.html">Home</a></li>
|
<li><a href="../index.html">Home</a></li>
|
||||||
<li><a href="../isca.html">I.S.C.A</a></li>
|
<li><a href="../RecrownedAthenaeum.html">Recrowned Athenaeum</a></li>
|
||||||
<li><a href="../polyjet.html">PolyJet</a></li>
|
<li><a href="../RhythmBullet.html">RhythmBullet</a></li>
|
||||||
<li class="active"><a>Photography</a></li>
|
<li class="active"><a>Photography</a></li>
|
||||||
<li><a href="../underconstruction.html">Ultra-Systems</a></li>
|
|
||||||
<li><a href="../qanda.html">Q & A</a></li>
|
<li><a href="../qanda.html">Q & A</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -37,11 +36,11 @@
|
|||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
|
<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">
|
<img src="../images/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
|
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
|
||||||
<img src="../assets/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
|
<img src="../images/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
13
qanda.html
@ -9,7 +9,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>HighDef</title>
|
<title>YHD - Q and A</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-inverse navbar-fixed-top">
|
<nav class="navbar navbar-inverse navbar-fixed-top">
|
||||||
@ -18,16 +18,15 @@
|
|||||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
|
<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>
|
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="assets/MrUltraBrand.png" style="width: 200px;"></a>
|
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="images/yhdnbg.png" style="width: 200px;"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="collapse navbar-collapse" id="main-navbar">
|
<div class="collapse navbar-collapse" id="main-navbar">
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
<li><a href="isca.html">I.S.C.A</a></li>
|
<li><a href="RecrownedAthenaeum.html">Recrowned Athenaeum</a></li>
|
||||||
<li><a href="polyjet.html">PolyJet</a></li>
|
<li><a href="RhythmBullet.html">RhythmBullet</a></li>
|
||||||
<li><a href="photography/photography.html">Photography</a></li>
|
<li><a href="photography/photography.html">Photography</a></li>
|
||||||
<li><a href="underconstruction.html">Ultra-Systems</a></li>
|
|
||||||
<li class="active"><a>Q & A</a></li>
|
<li class="active"><a>Q & A</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -36,11 +35,11 @@
|
|||||||
|
|
||||||
<div class="wrapper" style="width: 100vw; height: 100vh;">
|
<div class="wrapper" style="width: 100vw; height: 100vh;">
|
||||||
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
|
<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">
|
<img src="images/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
|
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
|
||||||
<img src="assets/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
|
<img src="images/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nooverflow">
|
<div class="nooverflow">
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>HighDef - Uh oh</title>
|
<title>YHD - Uh oh</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-inverse navbar-fixed-top">
|
<nav class="navbar navbar-inverse navbar-fixed-top">
|
||||||
@ -24,11 +24,6 @@
|
|||||||
<div class="collapse navbar-collapse" id="main-navbar">
|
<div class="collapse navbar-collapse" id="main-navbar">
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">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/photography.html">Photography</a></li>
|
|
||||||
<li><a href="">Ultra-Systems</a></li>
|
|
||||||
<li><a href="qanda.html">Q & A</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -36,11 +31,11 @@
|
|||||||
|
|
||||||
<div class="wrapper" style="width: 100vw; height: 100vh;">
|
<div class="wrapper" style="width: 100vw; height: 100vh;">
|
||||||
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
|
<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">
|
<img src="images/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nooverflow-bg" style="right: 0px; bottom: 0px; width: 55%; height: 45%;">
|
<div class="nooverflow-bg" style="right: 0px; bottom: 0px; width: 55%; height: 45%;">
|
||||||
<img src="assets/cybercircle1.png" style="right: -15%;" class="cybercircle-right">
|
<img src="images/cybercircle1.png" style="right: -15%;" class="cybercircle-right">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nooverflow">
|
<div class="nooverflow">
|
||||||
|
8
yhdws.code-workspace
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|