add initial findings
This commit is contained in:
62
c2014/mycode/index.html
Normal file
62
c2014/mycode/index.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!--
|
||||
Coded by Garrett Mills
|
||||
http://glmills.gq/
|
||||
Last Edited on 5 August 13:14
|
||||
This code is licensed under Creative Commons Attribution-ShareAlike 4.0 International License
|
||||
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"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script type="text/javascript" src="/pageDep/script/setup.js"></script>
|
||||
<div class="content">
|
||||
<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
|
||||
using a JavaScript snippet, some Python code, or an entire Java project, the internal
|
||||
comments make it easy to identify what the code is used for.</p>
|
||||
|
||||
<h2>My Header</h2>
|
||||
<p>On every file on all of my projects, you will see my header. This header serves to identify
|
||||
the code as mine, provide info on when it was last edited, as well as inform the viewer of
|
||||
their rights and limitations for manipulating my code. The header looks as follows.</p>
|
||||
|
||||
<h4 id="headerCode">
|
||||
Coded by Garrett Mills <br/>
|
||||
http://glmills.gq/ <br/>
|
||||
Last Edited on MM/DD/YYYY HH:MM <br/>
|
||||
This code is licensed under THIS LICENSE <br/>
|
||||
http://glmills.gq/mycode/license <br/>
|
||||
</h4>
|
||||
|
||||
<h2>Licensing</h2>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<h2>This Website:</h2>
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
|
||||
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><!--<br/>-->
|
||||
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">glmills.gq</span> by
|
||||
<a xmlns:cc="http://creativecommons.org/ns#" href="http://glmills.gq" property="cc:attributionName" rel="cc:attributionURL">Garrett Mills</a>
|
||||
is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike
|
||||
4.0 International License</a>.
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user