update paths

This commit is contained in:
garrettmills
2019-11-22 13:23:59 -06:00
parent b550b5d1db
commit c6e3175f3c
45 changed files with 159 additions and 159 deletions

View File

@@ -1,12 +1,12 @@
<html>
<head>
<script type="text/javascript" src="/depPage/setup/head.js"></script>
<script type="text/javascript" src="/old-sites/c2015/depPage/setup/head.js"></script>
<meta name="google-signin-client_id" content="758810519655-gh6tgimuegfmc3op76vupr4kqnqc7uds.apps.googleusercontent.com">
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script type="text/javascript" src="/login/signIn.js"></script>
<script type="text/javascript" src="/old-sites/c2015/login/signIn.js"></script>
</head>
<body>
<script type="text/javascript" src="/depPage/setup/header.js"></script>
<script type="text/javascript" src="/old-sites/c2015/depPage/setup/header.js"></script>
<div class="desc">/</div>
<div class="content">
<h1>Welcome!</h1>
@@ -20,16 +20,16 @@
<p>
If you have looked at the copyright menu, you may have noticed that I have added a Google sign in button.
At the moment, the only function is to sign in and get the Name of the logged in user. I am continuing to implement
this further. More info, visit the <a href="/projects/web/gauth">Project Page</a>.
this further. More info, visit the <a href="/old-sites/c2015/projects/web/gauth">Project Page</a>.
</p>
<h4>Collatz Java Program Released</h4>
<p>
I posted the first (stable) version of my simple Java application. This CLI application takes a number from arguments
and runs the Collatz Conjecture on it until it resolves to 1, counting the iterations, and reports the iterations and the
number of iterations until a number of double format (<a href="/resources/javavars.html">Java Variable Description Here</a>)
number of iterations until a number of double format (<a href="/old-sites/c2015/resources/javavars.html">Java Variable Description Here</a>)
resolves to 1. <a href="http://en.wikipedia.org/wiki/Collatz_conjecture"><b>What is the Collatz Conjecture?</b></a>
<br/><br/>
<a href="/lib/collatz/collatz.jar">Download the .JAR Here</a>
<a href="/old-sites/c2015/lib/collatz/collatz.jar">Download the .JAR Here</a>
</p>
<h4>JS URL Library Version 1 Released</h4>
<p>
@@ -38,10 +38,10 @@
http://www.example.com/index.html?foo=bar&id=123 <br/>
</p>
<a href="/projects/web/jsurl/"><h4>Project Page</h4></a><br/>
<a href="/old-sites/c2015/projects/web/jsurl/"><h4>Project Page</h4></a><br/>
---
<h4>KriOS Project Started! - 10 May 2015</h4>
<p>I have undertaken the massive project of hand compiling my own OS. <a href="/projects/linux/krios/">Project Page</a></p>
<p>I have undertaken the massive project of hand compiling my own OS. <a href="/old-sites/c2015/projects/linux/krios/">Project Page</a></p>
</div>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
</body>