Skip to content

Commit

Permalink
Added various public domain illustrations that could possibly be used…
Browse files Browse the repository at this point in the history
… when explainging git
  • Loading branch information
mephraim committed Apr 5, 2010
1 parent 10700c5 commit 2edd034
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 0 deletions.
Binary file added media/possible_illustrations/branching1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/possible_illustrations/branching2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/possible_illustrations/branching3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/possible_illustrations/grafting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/possible_illustrations/printing_press.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
130 changes: 130 additions & 0 deletions possible_illustrations.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" id="mysite-com">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Git for Writers: Possible Illustrations</title>

<link rel="stylesheet" type="text/css" media="screen, print" href="css/reset.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/screen.css" />
<!--[if lte IE 7>
<link rel="stylesheet" type="text/css" media="screen" href="css/screen-ie.css" />
<![endif]-->
<link rel="stylesheet" type="text/css" media="print" href="css/print.css" />

<!--REMOVE COMMENT TAGS TO USE FACEBOOK SHARE METADATA:-->

<!--
<meta name="title" content="Match this with the content of the title tag above." />
<meta name="description" content="A short description of this page." />
<link rel="image_src" href="http://example.com/media/share/thumbnail.jpg" />
-->

<!--REMOVE COMMENT TAGS TO USE FAVICON LINKS:-->

<!--
<link rel="icon" href="" type="image/png" />
<link rel="shortcut icon" href="" type="image/png" />
-->

<script type="text/javascript" src="js/mootools/mootools-core.js"></script>
<script type="text/javascript" src="js/site.js"></script>

</head>

<body>

<div id="page">

<div id="header">

<h1><a href="http://gewga.ws/git-for-writers/" rel="home">Git for Writers</a></h1>

<p class="tagline">
A guide to version tracking, revision, and collaboration for open-source writing.
</p>

<ul class="accessibility">
<li><a href="#navigation">Jump to Navigation</a></li>
<li><a href="#content">Jump to Content</a></li>
</ul>

</div>

<div id="content">

<div id="main">
<h2>Possible Illustrations</h2>
<p>
<span class="note">
This is a collection of illustrations that might come in handy down the road.
</span>
<br />
<span class="note">
All images must be creative commons or public domain.
</span>
</p>

<h3>Branching</h3>
<p>
A few illustrations that could be used for illustrating branching:
<img src="media/possible_illustrations/branching1.jpg" title="branching" alt="branching" />
<img src="media/possible_illustrations/branching2.jpg" title="branching" alt="branching" />
<img src="media/possible_illustrations/branching3.jpg" title="branching" alt="branching" />
All images courtesy of: <a href="http://www.oldbookillustrations.com/">http://www.oldbookillustrations.com/</a>
</p>

<h3>Various</h3>
<p>
Printing press image for illustrating the "old" way of doing things:
<a href="http://www.oldbookillustrations.com/">http://www.oldbookillustrations.com/</a><br />
<img src="media/possible_illustrations/printing_press.jpg" title="printing press" alt="printing press" />
</p>

<p>
Grafting. I don't know...colloboration? Maybe?
<a href="http://www.oldbookillustrations.com/">http://www.oldbookillustrations.com/</a><br />
<img src="media/possible_illustrations/grafting.jpg" title="grafting" alt="grafting" />
</p>
</div>

<div id="supporting">
</div>

</div>

<ul id="navigation">
<li><a href="index.htm">Home</a></li>
<li><a href="resources.htm">Resources</a></li>
<li><a href="about.htm">About</a></li>
</ul>

<div id="footer">
<p class="copyright">
© 2010 by Gewgaws Lab. Some rights reserved. Content licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">
Creative Commons Attribution-Share Alike 3.0 United States License
</a>.
<a class="cc-badge" rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">
<img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" />
</a>
</p>
<p class="project-information">
<a href="http://github.com/gewgaws/git-for-writers">Git for Writers repository</a>
hosted at <a href="http://github.com">GitHub</a>. Learn <a href="participate.htm">how to
contribute</a> to Git for Writers.
</p>
<ul class="validators">
<li><a href="http://validator.w3.org/check?uri=referer" title="Validate this page's XHTML">XHTML</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/check/referer" title="Validate this page's CSS">CSS</a></li>
</ul>
</div>

</div>

</body>

</html>


0 comments on commit 2edd034

Please sign in to comment.