update paths
This commit is contained in:
@@ -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/">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user