Added initial post for lab two, and cleaned repository

This commit is contained in:
Isaac
2022-09-12 08:57:53 -03:00
parent 4ecdb30a7d
commit fa241c6b88
19 changed files with 39 additions and 779 deletions

View File

@ -19,9 +19,9 @@
<link rel="stylesheet" type="text/css" href="/css/custom.css">
<!-- Feeds -->
<link rel="alternate" type="application/atom+xml"
href="/feeds\all.atom.xml" title="Atom Feed">
href="/feeds/all.atom.xml" title="Atom Feed">
<link rel="alternate" type="application/rss+xml"
href="/feeds\all.rss.xml" title="RSS Feed">
href="/feeds/all.rss.xml" title="RSS Feed">
<!-- JS -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@ -57,7 +57,7 @@
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\lab.html">lab</a>
<a class="dropdown-item" href="/tags/cs2163.html">cs2163</a><a class="dropdown-item" href="/tags/frog.html">frog</a><a class="dropdown-item" href="/tags/git.html">git</a><a class="dropdown-item" href="/tags/lab.html">lab</a>
</div>
</li>
@ -66,11 +66,11 @@
</li>
<li class="nav-item">
<a class="nav-link" href="/feeds\all.atom.xml">Atom</a>
<a class="nav-link" href="/feeds/all.atom.xml">Atom</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/feeds\all.rss.xml">RSS</a>
<a class="nav-link" href="/feeds/all.rss.xml">RSS</a>
</li>
</ul>
</div>
@ -91,17 +91,17 @@
<article>
<header>
<h2><a href='/2022\09\first-lab.html'>First Lab</a></h2>
<h2><a href='/2022/09/lab-one.html'>Lab One</a></h2>
<p class='date-and-tags'>
<time datetime="2022-09-07" pubdate="true">2022-09-07</time> - <span class="tags"><a href="/tags\cs2163.html">cs2163</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\frog.html">frog</a>, <a href="/tags\git.html">git</a></span></p>
<time datetime="2022-09-12" pubdate="true">2022-09-12</time> - <span class="tags"><a href="/tags/cs2163.html">cs2163</a>, <a href="/tags/lab.html">lab</a>, <a href="/tags/frog.html">frog</a>, <a href="/tags/git.html">git</a></span></p>
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
</header>
<h1 id="first-lab-post">First Lab Post</h1>
<h1 id="lab-one">Lab One</h1>
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p>
<footer>
<a href='/2022\09\first-lab.html'>&hellip; more &hellip;</a>
<a href='/2022/09/lab-one.html'>&hellip; more &hellip;</a>
</footer>
</article>
</div>