Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Schulz committed May 27, 2024
1 parent afd2db8 commit 65265f7
Show file tree
Hide file tree
Showing 13 changed files with 2,466 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dad.html

Large diffs are not rendered by default.

609 changes: 609 additions & 0 deletions deanscode.js

Large diffs are not rendered by default.

425 changes: 425 additions & 0 deletions digital-portfolio.txt

Large diffs are not rendered by default.

127 changes: 127 additions & 0 deletions help.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
<p class="command-list">Command list</p>
<div class="table-flex">
<div class="table-container first">
<table class="table1">
<tr>
<td class="highlight" style="width: 120px">bio</td>
<td>read up on my background</td>
</tr>
<tr>
<td class="highlight">portfolio</td>
<td>check out the work I've done</td>
</tr>
<tr>
<td class="highlight">resume</td>
<td>see where I've worked</td>
</tr>
<tr>
<td class="highlight">contact</td>
<td>talk to me!</td>
</tr>
<tr>
<td class="highlight">refs</td>
<td>references</td>
</tr>
<tr>
<td class="highlight">switch</td>
<td>open my other site</td>
</tr>
<tr>
<td class="highlight">help</td>
<td>list of available commands</td>
</tr>
</table>
</div>
<div class="table-container">
<table class="table2">
<tr>
<td class="highlight">portal</td>
<td>background music</td>
</tr>
<tr>
<td class="highlight">mario</td>
<td>background music</td>
</tr>
<tr>
<td class="highlight">clocks</td>
<td>background music</td>
</tr>
<tr>
<td class="highlight">pause</td>
<td>pause audio</td>
</tr>
<tr>
<td class="highlight">lists</td>
<td>favorites lists</td>
</tr>
<tr>
<td class="highlight">matrix</td>
<td>*take red pill*</td>
</tr>
<tr>
<td class="highlight">clear</td>
<td>clear terminal</td>
</tr>
</table>
</div>
<div class="table-container first table-container-responsive">
<table class="table1">
<tr>
<td class="highlight" style="width: 120px">bio</td>
<td>read up on my background</td>
</tr>
<tr>
<td class="highlight">portfolio</td>
<td>check out the work I've done</td>
</tr>
<tr>
<td class="highlight">resume</td>
<td>see where I've worked</td>
</tr>
<tr>
<td class="highlight">contact</td>
<td>talk to me!</td>
</tr>
<tr>
<td class="highlight">refs</td>
<td>references</td>
</tr>
<tr>
<td class="highlight">switch</td>
<td>open my more front end site</td>
</tr>
<tr>
<td class="highlight">help</td>
<td>list of available commands</td>
</tr>
<tr>
<td class="highlight">portal</td>
<td>background music</td>
</tr>
<tr>
<td class="highlight">mario</td>
<td>background music</td>
</tr>
<tr>
<td class="highlight">clocks</td>
<td>background music</td>
</tr>
<tr>
<td class="highlight">pause</td>
<td>pause audio</td>
</tr>
<tr>
<td class="highlight">lists</td>
<td>favorites lists</td>
</tr>
<tr>
<td class="highlight">matrix</td>
<td>*take red pill*</td>
</tr>
<tr>
<td class="highlight">clear</td>
<td>clear terminal</td>
</tr>
</table>
</div>
</div>
81 changes: 81 additions & 0 deletions home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html>
<head>
<title>Coming Soon</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
body {
/*background: linear-gradient(90deg, white, gray);*/
background-color: #eee;
}

body, h1, p {
font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
margin: 0;
padding: 0;
text-align: center;
}

.container {
margin-left: auto;
margin-right: auto;
margin-top: 177px;
max-width: 1170px;
padding-right: 15px;
padding-left: 15px;
}

.row:before, .row:after {
display: table;
content: " ";
}

h1 {
font-size: 48px;
font-weight: 300;
margin: 0 0 20px 0;
}

.lead {
font-size: 21px;
font-weight: 200;
margin-bottom: 20px;
}

p {
margin: 0 0 10px;
}

a {
color: #3282e6;
text-decoration: none;
}
</style>
</head>

<body>
<div class="container text-center" id="error">

<svg height="100" width="100">
<circle cx="50" cy="50" r="31" stroke="#679b08" stroke-width="9.5" fill="none" />
<circle cx="50" cy="50" r="6" stroke="#679b08" stroke-width="1" fill="#679b08" />
<line x1="50" y1="50" x2="35" y2="50" style="stroke:#679b08;stroke-width:6" />
<line x1="65" y1="35" x2="50" y2="50" style="stroke:#679b08;stroke-width:6" />
<path d="M59 65 L83 65 L75 87 Z" fill="#679b08" />
<rect width="20" height="9" x="70" y="56" style="fill:#eee;stroke-width:0;" />
</svg>
<div class="row">
<div class="col-md-12">
<div class="main-icon text-success"><span class="uxicon uxicon-clock-refresh"></span></div>
<h1>Future home of something quite cool.</h1>
<p class="lead">If you're the <strong>site owner</strong>, <a href="/cpanel">log in</a> to launch this site</p>
<p class="lead">If you are a <strong>visitor</strong>, check back soon.</p>
</div>
</div>

</div>

</body>
</html>
88 changes: 88 additions & 0 deletions index (3).html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<html lang="en-US"><link type="text/css" id="dark-mode" rel="stylesheet" href="">
<style type="text/css" id="dark-mode-custom-style"></style>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QL6FS1GP6Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-QL6FS1GP6Z');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dean Schulz</title>
<link rel="stylesheet" href="main.css?v=12">
<link rel='icon' href='assets/images/Dfav.ico' type='image/x-icon'/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preload" as="font" href="assets/fonts/courier_10_pitch_bold.otf" type="font/otf" crossorigin="anonymous">
<link rel="preload" as="font" href="assets/fonts/courier_10_pitch_regular.otf" type="font/otf" crossorigin="anonymous">
</head>

<body style="position: relative;" id="body">
<div class='scanlines'></div>
<div class='scanlines2'></div>
<div class='scanlines2 scanlines3'></div>
<!--<div id="scan-lines-wrapper">
<div id="scan-line1"></div>
<div id="scan-line2"></div>
</div>-->
<div id="stripes"></div>
<img class='turret' id='turret' src='assets/images/turret.png'>
<img class='mario' id='mario' src='assets/images/mario.png'>
<img class='clocks' id='clocks' src='assets/images/clocks.jpg'>
<audio id="audio1" controls style="display:none">
<source src="assets/audio/matrix-key.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="audio2" controls style="display:none">
<source src="assets/audio/matrix-key-2.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="audio3" controls style="display:none">
<source src="assets/audio/matrix-key-3.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="space-audio" controls style="display:none">
<source src="assets/audio/space-audio.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="enter-audio" controls style="display:none">
<source src="assets/audio/enter-audio.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="loading-sound" controls style="display:none">
<source src="assets/audio/loading.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="loading-dots-sound" controls style="display:none" muted="true">
<source src="assets/audio/loading-dots.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="processing-sound" controls style="display:none" muted="true">
<source src="assets/audio/processing.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="knocks-sound" controls style="display:none">
<source src="assets/audio/knock-trim.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="loading-beeps-sound" controls style="display:none">
<source src="assets/audio/loading-beeps.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="background-sound" controls style="display:none">
<source src="assets/audio/background.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="portal-audio" controls style="display:none">
<source src="assets/audio/portal.mp3" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="mario-audio" controls style="display:none">
<source src="assets/audio/mario.mp3" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="clocks-audio" controls style="display:none">
<source src="assets/audio/clocks.mp3" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="dad-audio" controls style="display:none">
<source src="assets/audio/dearly-beloved.mp3" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<div class="content-container">
<div class="archive"><span id="date"></span></div><span class='start'></span>
<div style="visibility: visible;" id="input"><span id="first-directory" hidden class="directory">D:\></span><span class="arrow blinking hide-blink no-blink new"></span><input autocomplete="off" id="name-input" spellcheck="false" class="active paragraph" contenteditable="true"/></div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="deanscode.js?v=14"></script>

</body>
</html>
40 changes: 40 additions & 0 deletions indexold.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!-- cpanel - site_templates/vcard_dev/index.html.tt Copyright(c) 2016 cPanel, Inc.
All rights Reserved.
copyright@cpanel.net http://cpanel.net
This code is subject to the cPanel license. Unauthorized copying is prohibited -->

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />

<title>Dean Schulz</title>

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

<link rel="icon" href="/assets/images/favicon.ico" />
<link rel="apple-touch-icon" href="/assets/images/apple-touch-icon.png" />

<link href="assets/css/materialdesignicons.min.css" media="all" rel="stylesheet" type="text/css" />

<!-- Page stylesheet -->
<link id="css-core" rel="stylesheet" type="text/css" href="assets/core.css" />
<link id="css-cpanel" rel="stylesheet" type="text/css" href="assets/cpanel.css" />

<script src="assets/config.js"></script>
</head>

<body>
<!-- App root -->
<div id="mainContainer">
<noscript class="noscript">Your browser has javascript turned off. Please reload the site with javascript enabled to view the site.</noscript>

<div class="spinner"><div class="spinner__inner"></div></div>
</div>

<script id="js-vendor" src="dist/dll.vendor.js"></script>
<script id="js-main" src="dist/main.js"></script>


</body>
</html>
Loading

0 comments on commit 65265f7

Please sign in to comment.