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

@@ -8,12 +8,12 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<html>
<head>
<script type="text/javascript" src="/pageDep/script/headsup.js"></script>
<script type="text/javascript" src="../pageDep/script/headsup.js"></script>
<link rel="stylesheet" type="text/css" href="/pageDep/styles/aboutme.css"/>
</head>
<body>
<script type="text/javascript" src="/pageDep/script/setup.js"></script>
<script type="text/javascript" src="../pageDep/script/setup.js"></script>
<div class="content">
</div>

View File

@@ -7,7 +7,7 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
-->
<html>
<head>
<script type="text/javascript" src="/pageDep/script/headsup.js"></script>
<script type="text/javascript" src="../pageDep/script/headsup.js"></script>
<style type="text/css">
.content {
text-align: center;
@@ -22,7 +22,7 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
</head>
<body>
<script type="text/javascript" src="/pageDep/script/setup.js"></script>
<script type="text/javascript" src="../pageDep/script/setup.js"></script>
<div class="content">
<script type="text/javascript" src="http://form.jotform.us/jsform/52164817336154"></script> <!--externally hosted contact form-->
</div>

View File

@@ -7,12 +7,12 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
-->
<html>
<head>
<script type="text/javascript" src="/pageDep/script/headsup.js"></script>
<link rel="stylesheet" type="text/css" href="/pageDep/styles/home.css"/>
<script type="text/javascript" src="/old-sites/c2014/pageDep/script/headsup.js"></script>
<link rel="stylesheet" type="text/css" href="pageDep/styles/home.css"/>
</head>
<body>
<script type="text/javascript" src="/pageDep/script/setup.js"></script>
<script type="text/javascript" src="pageDep/script/setup.js"></script>
<div class="content">
<!--<img id="homeBKG" src="/pageDep/images/earthBlur.jpg"></img>-->
<h1 id="hworld">Hello, World!</h1>

View File

@@ -8,7 +8,7 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<html>
<head>
<style type="text/css">
@font-face{font-family: sansation; src: url('/pageDep/font/Sansation/SansationLight.woff');}
@font-face{font-family: sansation; src: url('../../pageDep/font/Sansation/SansationLight.woff');}
body {
font-family: sansation;
}

View File

@@ -8,7 +8,7 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<html>
<head>
<style type="text/css">
@font-face{font-family: sansation; src: url('/pageDep/font/Sansation/SansationLight.woff');}
@font-face{font-family: sansation; src: url('../pageDep/font/Sansation/SansationLight.woff');}
body {
font-family: sansation;
}

View File

@@ -8,7 +8,7 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<html>
<head>
<style type="text/css">
@font-face{font-family: sansation; src: url('/pageDep/font/Sansation/SansationLight.woff');}
@font-face{font-family: sansation; src: url('../../pageDep/font/Sansation/SansationLight.woff');}
body {
font-family: sansation;
}

View File

@@ -8,7 +8,7 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<html>
<head>
<style type="text/css">
@font-face{font-family: sansation; src: url('/pageDep/font/Sansation/SansationLight.woff');}
@font-face{font-family: sansation; src: url('../../pageDep/font/Sansation/SansationLight.woff');}
body {
font-family: sansation;
}

View File

@@ -8,7 +8,7 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<html>
<head>
<style type="text/css">
@font-face{font-family: sansation; src: url('/pageDep/font/Sansation/SansationLight.woff');}
@font-face{font-family: sansation; src: url('../../pageDep/font/Sansation/SansationLight.woff');}
body {
font-family: sansation;
}

View File

@@ -8,14 +8,14 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<html>
<head>
<script type="text/javascript" src="/pageDep/script/headsup.js"></script>
<link rel="stylesheet" type="text/css" href="/pageDep/styles/mycode.css"/>
<script type="text/javascript" src="../pageDep/script/headsup.js"></script>
<link rel="stylesheet" type="text/css" href="../pageDep/styles/mycode.css"/>
</head>
<body>
<script type="text/javascript" src="/pageDep/script/setup.js"></script>
<script type="text/javascript" src="../pageDep/script/setup.js"></script>
<div class="content">
<img id="codeword" src="/pageDep/images/codele.png"></img>
<img id="codeword" src="../pageDep/images/codele.png"></img>
<center><h1 id="codebygarrett">/* Coded by Garrett Mills */</h1>
<p>Scroll for Info</p></center>
<p>All of my code is formatted neatly for the sake of open source use. Whether you are
@@ -39,15 +39,15 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<p>I am a firm believer in open-source. I have learned a great many things by looking at someone else's
code to see how they accomplished a task. While all of my projects are open-source, and available on GitHub,
some projects have restrictions on how you can use the code in them. The individual licenses for each project
are linked in each project file, however, you can view the licenses <a href="/mycode/licenses">here.</a></p>
are linked in each project file, however, you can view the licenses <a href="./licenses">here.</a></p>
<h2>GitHub</h2>
<p>All of my projects (including this website) are available for access on GitHub in their respective
repositories. All the code is subject to its respective licenses. <a href="http://github.com/glmills">Go to GitHub</a></p>
<h2>http://lib.glmills.gq/</h2>
<p><a href="/lib">lib.glmills.gq</a> is the location of all of my publicly accessable web development files, such as JavaScript, CSS, PHP,
All code placed here, unless otherwise stated, is licensed under the <a href="/mycode/licenses">GNU Affero GPL 3.0</a></p>
<p><a href="../lib">lib.glmills.gq</a> is the location of all of my publicly accessable web development files, such as JavaScript, CSS, PHP,
All code placed here, unless otherwise stated, is licensed under the <a href="./licenses">GNU Affero GPL 3.0</a></p>
<h2>This Website:</h2>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">

View File

@@ -8,11 +8,11 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<html>
<head>
<script type="text/javascript" src="/pageDep/script/headsup.js"></script>
<script type="text/javascript" src="../../pageDep/script/headsup.js"></script>
</head>
<body>
<script type="text/javascript" src="/pageDep/script/setup.js"></script>
<script type="text/javascript" src="../../pageDep/script/setup.js"></script>
<div class="content">
<h1>Licenses</h1>
<h3>GNU Affero General Public License v3.0</h3>
@@ -36,7 +36,7 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<li>Hold the Author Liable for any Damage</li>
<li>Sublicense the Software</li>
</ul>
<h5>Note: This summary in no way substitutes the full license text, available <a href="/mycode/licenses/affero.html">here.</a></h5>
<h5>Note: This summary in no way substitutes the full license text, available <a href="./affero.html">here.</a></h5>
<h3>Creative Commons Attribution-ShareAlike 4.0 International License</h3>
<h5>You Must:</h5>
@@ -57,7 +57,7 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<li>Apply Legal Terms that Restrict This License</li>
<li>Apply Technological Measures to Restrict This License</li>
</ul>
<h5>Note: This summary in no way substitutes the full license text, available <a href="/mycode/licenses/CCA-SA4.html">here.</a></h5>
<h5>Note: This summary in no way substitutes the full license text, available <a href="./CCA-SA4.html">here.</a></h5>
</div>
</body>

View File

@@ -8,11 +8,11 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<html>
<head>
<script type="text/javascript" src="/pageDep/script/headsup.js"></script>
<script type="text/javascript" src="/old-sites/c2014/pageDep/script/headsup.js"></script>
</head>
<body>
<script type="text/javascript" src="/pageDep/script/setup.js"></script>
<script type="text/javascript" src="/old-sites/c2014/pageDep/script/setup.js"></script>
<div class="content">
</div>

View File

@@ -6,11 +6,11 @@
*/
document.write('\
\
<script src="/lib/jsurl/src/getvars.js"></script>\
<script src="/lib/jsmobile/src/check.js"></script>\
<script src="/old-sites/c2014/lib/jsurl/src/getvars.js"></script>\
<script src="/old-sites/c2014/lib/jsmobile/src/check.js"></script>\
<title>Garrett Mills</title>\
<script src="/pageDep/script/pageNavi.js"></script>\
<script src="/pageDep/script/socialNavi.js"></script>\
<link rel="stylesheet" type="text/css" href="/pageDep/styles/main.css"/>\
<script src="/old-sites/c2014/pageDep/script/pageNavi.js"></script>\
<script src="/old-sites/c2014/pageDep/script/socialNavi.js"></script>\
<link rel="stylesheet" type="text/css" href="/old-sites/c2014/pageDep/styles/main.css"/>\
\
');

View File

@@ -7,21 +7,21 @@
//Navigation Functions
function naviHome(){
window.location = '/'
window.location = '/old-sites/c2014/'
}
function naviAbout(){
window.location = '/about'
window.location = '/old-sites/c2014/about'
}
function naviProjects(){
window.location = '/projects'
window.location = '/old-sites/c2014/projects'
}
function naviMyCode(){
window.location = '/mycode'
window.location = '/old-sites/c2014/mycode'
}
function naviContact(){
window.location = "/contact"
window.location = "/old-sites/c2014/contact"
}

View File

@@ -18,10 +18,10 @@ document.write('\
<li onclick="naviMyCode()">My Code</li>\
</ul>\
<ul class="socialPanel">\
<li><img onclick="socialGithub()" src="/pageDep/images/social_icons/github32.png"/></li>\
<li><img onclick="socialGoogleplus()" src="/pageDep/images/social_icons/googleplus32.png"/></li>\
<li><img onclick="socialPinterest()" src="/pageDep/images/social_icons/pinterest32.png"/></li>\
<li><img onclick="socialYoutube()" src="/pageDep/images/social_icons/youtube32.png"/></li>\
<li><img onclick="socialGithub()" src="/old-sites/c2014/pageDep/images/social_icons/github32.png"/></li>\
<li><img onclick="socialGoogleplus()" src="/old-sites/c2014/pageDep/images/social_icons/googleplus32.png"/></li>\
<li><img onclick="socialPinterest()" src="/old-sites/c2014/pageDep/images/social_icons/pinterest32.png"/></li>\
<li><img onclick="socialYoutube()" src="/old-sites/c2014/pageDep/images/social_icons/youtube32.png"/></li>\
</ul>\
</div>\
');

View File

@@ -6,7 +6,7 @@
*/
.content {
background-image: url(/pageDep/images/earthBlur.jpg);
background-image: url(/old-sites/c2014/pageDep/images/earthBlur.jpg);
background-size: 100% 100%;
height: 101%;

View File

@@ -5,8 +5,8 @@
* http://glmills.gq/mycode/licenses/CCA-SA4.html
*/
@font-face { font-family: sansationLight; src: url(/pageDep/font/Sansation/SansationLight.woff); }
@font-face { font-family: monofur; src: url(/pageDep/font/Monofur/monof55.woff);}
@font-face { font-family: sansationLight; src: url(../font/Sansation/SansationLight.woff); }
@font-face { font-family: monofur; src: url(../font/Monofur/monof55.woff);}
/* Main Left Panel */

View File

@@ -8,11 +8,11 @@ http://glmills.gq/mycode/licenses/CCA-SA4.html
<html>
<head>
<script type="text/javascript" src="/pageDep/script/headsup.js"></script>
<script type="text/javascript" src="../pageDep/script/headsup.js"></script>
</head>
<body>
<script type="text/javascript" src="/pageDep/script/setup.js"></script>
<script type="text/javascript" src="../pageDep/script/setup.js"></script>
<div class="content">
</div>