-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
125 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Qerin Post</title> | ||
<meta name="viewport" content="width=device-width"> | ||
|
||
<!-- syntax highlighting CSS --> | ||
<link rel="stylesheet" href="/fall2013/css/syntax.css"> | ||
|
||
<!-- Custom CSS --> | ||
<link rel="stylesheet" href="/fall2013/css/main.css"> | ||
|
||
</head> | ||
<body> | ||
<!-- Ribbon --> | ||
<a href="https://github.com/silshack/fall2013"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a> | ||
|
||
<div class="container"> | ||
<div class="site"> | ||
<div class="header"> | ||
<h1 class="title"><a href="/fall2013/">The SILShack class blog - Fall 2013</a></h1> | ||
<p> | ||
<a class="extra" href="/fall2013/syllabus.html">syllabus</a> | ||
<a class="extra" href="/fall2013/schedule.html">schedule</a> | ||
<a class="extra" href="/fall2013/assignments.html">assignments</a> | ||
<a class="extra" href="/fall2013/people.html">people</a> | ||
<a class="extra" href="/fall2013/feedback.html">feedback</a> | ||
<a class="extra" href="/fall2013/music.html">music</a> | ||
</p> | ||
</div> | ||
|
||
|
||
|
||
<h2>Qerin Post</h2> | ||
|
||
<p> | ||
by Erin Holmes | ||
</p> <!-- /.byline --> | ||
|
||
<p class="meta">26 Aug 2013</p> | ||
|
||
<div class="post"> | ||
<p>I'm not <em>exactly</em> sure what I'm supposed to say. But I <strong>hope</strong> you like it anyway!</p> | ||
|
||
</div> | ||
|
||
<div class="end"> | ||
Find Erin Holmes on <a href="http://twitter.com/">Twitter</a>, <a href="http://github.com/">Github</a>, and <a href="">on the web</a>. | ||
</div> | ||
|
||
|
||
<div class="footer"> | ||
<div class="contact"> | ||
<p> | ||
INLS 560 - "Programming for Information Professionals" | ||
</p> | ||
<p> | ||
Another <a href="http://github.com/silshack/professorjekyll">silshack</a> by <a href="http://twitter.com/hauspoor/">@hauspoor</a> & friends<br /> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> <!-- /container --> | ||
|
||
</body> | ||
<!-- Google Analytics --> | ||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-20109396-6', 'silshack.github.io'); | ||
ga('send', 'pageview'); | ||
</script> | ||
</html> |