Added initial post for lab two, and cleaned repository
This commit is contained in:
parent
4ecdb30a7d
commit
fa241c6b88
@ -1,107 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>About page</title>
|
|
||||||
<meta name="description" content="About page: Your about page, here....">
|
|
||||||
<meta name="author" content="Isaac Shoebottom">
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="icon" href="/favicon.ico">
|
|
||||||
<link rel="canonical" href="http://www.example.com/About.html">
|
|
||||||
|
|
||||||
|
|
||||||
<!-- CSS -->
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/pygments.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/scribble.css">
|
|
||||||
<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">
|
|
||||||
<link rel="alternate" type="application/rss+xml"
|
|
||||||
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(){
|
|
||||||
(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-xxxxx', 'auto');
|
|
||||||
ga('send', 'pageview');
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- A standard Twitter Bootstrap nav bar -->
|
|
||||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<a href="/index.html" class="navbar-brand">Isaac's CS2163 Blog</a>
|
|
||||||
|
|
||||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
|
||||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
|
||||||
aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<div class="collapse navbar-collapse" id="navbar_collapse">
|
|
||||||
<ul class="navbar-nav mr-auto">
|
|
||||||
|
|
||||||
|
|
||||||
<li class="nav-item dropdown">
|
|
||||||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Tags <b class="caret"></b>
|
|
||||||
</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>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="active">
|
|
||||||
<a class="nav-link" href="/About.html">About</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<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>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<!-- Main column -->
|
|
||||||
<div id="content" class="col-md-12">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h1 id="about-page">About page</h1>
|
|
||||||
|
|
||||||
<p>Your about page, here.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<footer>
|
|
||||||
<hr />
|
|
||||||
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
<!-- </body> JS -->
|
|
||||||
<script type="text/javascript" src="/js/jquery-3.2.1.slim.min.js"></script>
|
|
||||||
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
19
journal/_src/posts/2022-09-07-lab-one.md
Normal file
19
journal/_src/posts/2022-09-07-lab-one.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
Title: Lab One
|
||||||
|
Date: 2022-09-12T08:50:12
|
||||||
|
Tags: cs2163, lab, frog, git
|
||||||
|
# Lab One
|
||||||
|
In this lab we learned about how to use frog and git, and how to interact with the university git remote.
|
||||||
|
<!-- more -->
|
||||||
|
## Frog
|
||||||
|
We learned how to use the Frog static site generator, which generates html files based on Markdown and Scribble files. This is a way easier way of generating sites than making them by hand, although the result is not very custom. At my last Co-op I designed websites by hand and this makes static site generation much easier.
|
||||||
|
|
||||||
|
We were instructed to read the Frog documentation/manual, as well as it’s quick start guide for more information.
|
||||||
|
|
||||||
|
## Git
|
||||||
|
We learned how to use the git, how to make a local repository, how to commit to a local repository, and how to push our local repository to our UNB remote. I have used git to interact with Github from the command line and used the Github Desktop Client to interact with Github, and while git is not hard to use from the command line I still prefer the Github Desktop client for interacting with git repositories.
|
||||||
|
|
||||||
|
1. I have never used any other form of version control. I tried to use mercurial to download firefox but got distracted before I got to cloning it.
|
||||||
|
|
||||||
|
2. The great thing about git is how standard it has become in the industry. There is lots of resources surrounding git that make it very easy to learn. The only problem I have with git is just how complex git is when you deviate from just the standard clone, commit, and push.
|
||||||
|
|
||||||
|
3. My form of version control would be to “Save As” with a new version number, for example “My Document v2” or just “My Document 2”. If it was important enough I would just back up the folder to a cloud storage solution.
|
10
journal/_src/posts/2022-09-12-lab-two.md
Normal file
10
journal/_src/posts/2022-09-12-lab-two.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Title: lab two
|
||||||
|
Date: 2022-09-12T08:43:16
|
||||||
|
Tags: DRAFT
|
||||||
|
|
||||||
|
_Replace this with your post text. Add one or more comma-separated
|
||||||
|
Tags above. The special tag `DRAFT` will prevent the post from being
|
||||||
|
published._
|
||||||
|
|
||||||
|
<!-- more -->
|
||||||
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
|
||||||
<title type="text">CS2163 Blog: CS2163 Blog</title>
|
|
||||||
<link rel="self" href="http://www.example.com/feeds\all.atom.xml" />
|
|
||||||
<link href="http://www.example.com/index.html" />
|
|
||||||
<id>urn:http-www-example-com:-index-html</id>
|
|
||||||
<updated>2022-09-07T11:55:04Z</updated>
|
|
||||||
<entry>
|
|
||||||
<title type="text">First Lab</title>
|
|
||||||
<link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=all&utm_medium=Atom" />
|
|
||||||
<id>urn:http-www-example-com:-2022-09-first-lab-html</id>
|
|
||||||
<published>2022-09-07T11:55:04Z</published>
|
|
||||||
<updated>2022-09-07T11:55:04Z</updated>
|
|
||||||
<author>
|
|
||||||
<name>Isaac Shoebottom</name></author>
|
|
||||||
<content type="html">
|
|
||||||
<h1 id="first-lab-post">First Lab Post</h1>
|
|
||||||
|
|
||||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=all&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<rss version="2.0">
|
|
||||||
<channel>
|
|
||||||
<title>CS2163 Blog: CS2163 Blog</title>
|
|
||||||
<description>CS2163 Blog: CS2163 Blog</description>
|
|
||||||
<link>http://www.example.com/index.html</link>
|
|
||||||
<lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate>
|
|
||||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
|
||||||
<ttl>1800</ttl>
|
|
||||||
<item>
|
|
||||||
<title>First Lab</title>
|
|
||||||
<link>http://www.example.com/2022\09\first-lab.html?utm_source=all&utm_medium=RSS</link>
|
|
||||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
|
|
||||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
|
||||||
<author>Isaac Shoebottom</author>
|
|
||||||
<description>
|
|
||||||
<h1 id="first-lab-post">First Lab Post</h1>
|
|
||||||
|
|
||||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=all&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
|
||||||
<title type="text">CS2163 Blog: Posts tagged 'cs2163'</title>
|
|
||||||
<link rel="self" href="http://www.example.com/feeds\cs2163.atom.xml" />
|
|
||||||
<link href="http://www.example.com/tags\cs2163.html" />
|
|
||||||
<id>urn:http-www-example-com:-tags-cs2163-html</id>
|
|
||||||
<updated>2022-09-07T11:55:04Z</updated>
|
|
||||||
<entry>
|
|
||||||
<title type="text">First Lab</title>
|
|
||||||
<link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=cs2163&utm_medium=Atom" />
|
|
||||||
<id>urn:http-www-example-com:-2022-09-first-lab-html</id>
|
|
||||||
<published>2022-09-07T11:55:04Z</published>
|
|
||||||
<updated>2022-09-07T11:55:04Z</updated>
|
|
||||||
<author>
|
|
||||||
<name>Isaac Shoebottom</name></author>
|
|
||||||
<content type="html">
|
|
||||||
<h1 id="first-lab-post">First Lab Post</h1>
|
|
||||||
|
|
||||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=cs2163&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<rss version="2.0">
|
|
||||||
<channel>
|
|
||||||
<title>CS2163 Blog: Posts tagged 'cs2163'</title>
|
|
||||||
<description>CS2163 Blog: Posts tagged 'cs2163'</description>
|
|
||||||
<link>http://www.example.com/tags\cs2163.html</link>
|
|
||||||
<lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate>
|
|
||||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
|
||||||
<ttl>1800</ttl>
|
|
||||||
<item>
|
|
||||||
<title>First Lab</title>
|
|
||||||
<link>http://www.example.com/2022\09\first-lab.html?utm_source=cs2163&utm_medium=RSS</link>
|
|
||||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
|
|
||||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
|
||||||
<author>Isaac Shoebottom</author>
|
|
||||||
<description>
|
|
||||||
<h1 id="first-lab-post">First Lab Post</h1>
|
|
||||||
|
|
||||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=cs2163&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
|
||||||
<title type="text">CS2163 Blog: Posts tagged 'frog'</title>
|
|
||||||
<link rel="self" href="http://www.example.com/feeds\frog.atom.xml" />
|
|
||||||
<link href="http://www.example.com/tags\frog.html" />
|
|
||||||
<id>urn:http-www-example-com:-tags-frog-html</id>
|
|
||||||
<updated>2022-09-07T11:55:04Z</updated>
|
|
||||||
<entry>
|
|
||||||
<title type="text">First Lab</title>
|
|
||||||
<link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=frog&utm_medium=Atom" />
|
|
||||||
<id>urn:http-www-example-com:-2022-09-first-lab-html</id>
|
|
||||||
<published>2022-09-07T11:55:04Z</published>
|
|
||||||
<updated>2022-09-07T11:55:04Z</updated>
|
|
||||||
<author>
|
|
||||||
<name>Isaac Shoebottom</name></author>
|
|
||||||
<content type="html">
|
|
||||||
<h1 id="first-lab-post">First Lab Post</h1>
|
|
||||||
|
|
||||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=frog&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<rss version="2.0">
|
|
||||||
<channel>
|
|
||||||
<title>CS2163 Blog: Posts tagged 'frog'</title>
|
|
||||||
<description>CS2163 Blog: Posts tagged 'frog'</description>
|
|
||||||
<link>http://www.example.com/tags\frog.html</link>
|
|
||||||
<lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate>
|
|
||||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
|
||||||
<ttl>1800</ttl>
|
|
||||||
<item>
|
|
||||||
<title>First Lab</title>
|
|
||||||
<link>http://www.example.com/2022\09\first-lab.html?utm_source=frog&utm_medium=RSS</link>
|
|
||||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
|
|
||||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
|
||||||
<author>Isaac Shoebottom</author>
|
|
||||||
<description>
|
|
||||||
<h1 id="first-lab-post">First Lab Post</h1>
|
|
||||||
|
|
||||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=frog&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
|
||||||
<title type="text">CS2163 Blog: Posts tagged 'git'</title>
|
|
||||||
<link rel="self" href="http://www.example.com/feeds\git.atom.xml" />
|
|
||||||
<link href="http://www.example.com/tags\git.html" />
|
|
||||||
<id>urn:http-www-example-com:-tags-git-html</id>
|
|
||||||
<updated>2022-09-07T11:55:04Z</updated>
|
|
||||||
<entry>
|
|
||||||
<title type="text">First Lab</title>
|
|
||||||
<link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=git&utm_medium=Atom" />
|
|
||||||
<id>urn:http-www-example-com:-2022-09-first-lab-html</id>
|
|
||||||
<published>2022-09-07T11:55:04Z</published>
|
|
||||||
<updated>2022-09-07T11:55:04Z</updated>
|
|
||||||
<author>
|
|
||||||
<name>Isaac Shoebottom</name></author>
|
|
||||||
<content type="html">
|
|
||||||
<h1 id="first-lab-post">First Lab Post</h1>
|
|
||||||
|
|
||||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=git&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<rss version="2.0">
|
|
||||||
<channel>
|
|
||||||
<title>CS2163 Blog: Posts tagged 'git'</title>
|
|
||||||
<description>CS2163 Blog: Posts tagged 'git'</description>
|
|
||||||
<link>http://www.example.com/tags\git.html</link>
|
|
||||||
<lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate>
|
|
||||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
|
||||||
<ttl>1800</ttl>
|
|
||||||
<item>
|
|
||||||
<title>First Lab</title>
|
|
||||||
<link>http://www.example.com/2022\09\first-lab.html?utm_source=git&utm_medium=RSS</link>
|
|
||||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
|
|
||||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
|
||||||
<author>Isaac Shoebottom</author>
|
|
||||||
<description>
|
|
||||||
<h1 id="first-lab-post">First Lab Post</h1>
|
|
||||||
|
|
||||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=git&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
|
||||||
<title type="text">CS2163 Blog: Posts tagged 'lab'</title>
|
|
||||||
<link rel="self" href="http://www.example.com/feeds\lab.atom.xml" />
|
|
||||||
<link href="http://www.example.com/tags\lab.html" />
|
|
||||||
<id>urn:http-www-example-com:-tags-lab-html</id>
|
|
||||||
<updated>2022-09-07T11:55:04Z</updated>
|
|
||||||
<entry>
|
|
||||||
<title type="text">First Lab</title>
|
|
||||||
<link rel="alternate" href="http://www.example.com/2022\09\first-lab.html?utm_source=lab&utm_medium=Atom" />
|
|
||||||
<id>urn:http-www-example-com:-2022-09-first-lab-html</id>
|
|
||||||
<published>2022-09-07T11:55:04Z</published>
|
|
||||||
<updated>2022-09-07T11:55:04Z</updated>
|
|
||||||
<author>
|
|
||||||
<name>Isaac Shoebottom</name></author>
|
|
||||||
<content type="html">
|
|
||||||
<h1 id="first-lab-post">First Lab Post</h1>
|
|
||||||
|
|
||||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=lab&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<rss version="2.0">
|
|
||||||
<channel>
|
|
||||||
<title>CS2163 Blog: Posts tagged 'lab'</title>
|
|
||||||
<description>CS2163 Blog: Posts tagged 'lab'</description>
|
|
||||||
<link>http://www.example.com/tags\lab.html</link>
|
|
||||||
<lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate>
|
|
||||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
|
||||||
<ttl>1800</ttl>
|
|
||||||
<item>
|
|
||||||
<title>First Lab</title>
|
|
||||||
<link>http://www.example.com/2022\09\first-lab.html?utm_source=lab&utm_medium=RSS</link>
|
|
||||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-lab-html</guid>
|
|
||||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
|
||||||
<author>Isaac Shoebottom</author>
|
|
||||||
<description>
|
|
||||||
<h1 id="first-lab-post">First Lab Post</h1>
|
|
||||||
|
|
||||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p><a href="http://www.example.com/2022\09\first-lab.html?utm_source=lab&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
|
@ -19,9 +19,9 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
||||||
<!-- Feeds -->
|
<!-- Feeds -->
|
||||||
<link rel="alternate" type="application/atom+xml"
|
<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"
|
<link rel="alternate" type="application/rss+xml"
|
||||||
href="/feeds\all.rss.xml" title="RSS Feed">
|
href="/feeds/all.rss.xml" title="RSS Feed">
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
@ -57,7 +57,7 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="dropdown-menu">
|
<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>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@ -66,11 +66,11 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item">
|
<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>
|
||||||
|
|
||||||
<li class="nav-item">
|
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -91,17 +91,17 @@
|
|||||||
|
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<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'>
|
<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>
|
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||||
</header>
|
</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>
|
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p>
|
||||||
<footer>
|
<footer>
|
||||||
<a href='/2022\09\first-lab.html'>… more …</a>
|
<a href='/2022/09/lab-one.html'>… more …</a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
http://www.example.com/2022\09\first-lab.html
|
http://www.example.com/2022/09/lab-one.html
|
||||||
http://www.example.com/About.html
|
http://www.example.com/About.html
|
||||||
|
@ -1,118 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>Posts tagged 'cs2163'</title>
|
|
||||||
<meta name="description" content="Posts tagged 'cs2163'">
|
|
||||||
<meta name="author" content="Isaac Shoebottom">
|
|
||||||
<meta name="keywords" content="cs2163">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="icon" href="/favicon.ico">
|
|
||||||
<link rel="canonical" href="http://www.example.com/tags\cs2163.html">
|
|
||||||
|
|
||||||
|
|
||||||
<!-- CSS -->
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/pygments.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/scribble.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
|
||||||
<!-- Feeds -->
|
|
||||||
<link rel="alternate" type="application/atom+xml"
|
|
||||||
href="/feeds\cs2163.atom.xml" title="Atom Feed">
|
|
||||||
<link rel="alternate" type="application/rss+xml"
|
|
||||||
href="/feeds\cs2163.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(){
|
|
||||||
(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-xxxxx', 'auto');
|
|
||||||
ga('send', 'pageview');
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- A standard Twitter Bootstrap nav bar -->
|
|
||||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<a href="/index.html" class="navbar-brand">Isaac's CS2163 Blog</a>
|
|
||||||
|
|
||||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
|
||||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
|
||||||
aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<div class="collapse navbar-collapse" id="navbar_collapse">
|
|
||||||
<ul class="navbar-nav mr-auto">
|
|
||||||
|
|
||||||
|
|
||||||
<li class="nav-item dropdown">
|
|
||||||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Tags <b class="caret"></b>
|
|
||||||
</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>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a class="nav-link" href="/About.html">About</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/feeds\cs2163.atom.xml">Atom</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/feeds\cs2163.rss.xml">RSS</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<!-- Main column -->
|
|
||||||
<div id="content" class="col-md-12">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h1>Posts tagged <em>cs2163</em></h1>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<header>
|
|
||||||
<h2><a href='/2022\09\first-lab.html'>First Lab</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>
|
|
||||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<h1 id="first-lab-post">First Lab Post</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'>… more …</a>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<footer>
|
|
||||||
<hr />
|
|
||||||
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
<!-- </body> JS -->
|
|
||||||
<script type="text/javascript" src="/js/jquery-3.2.1.slim.min.js"></script>
|
|
||||||
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,118 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>Posts tagged 'frog'</title>
|
|
||||||
<meta name="description" content="Posts tagged 'frog'">
|
|
||||||
<meta name="author" content="Isaac Shoebottom">
|
|
||||||
<meta name="keywords" content="frog">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="icon" href="/favicon.ico">
|
|
||||||
<link rel="canonical" href="http://www.example.com/tags\frog.html">
|
|
||||||
|
|
||||||
|
|
||||||
<!-- CSS -->
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/pygments.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/scribble.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
|
||||||
<!-- Feeds -->
|
|
||||||
<link rel="alternate" type="application/atom+xml"
|
|
||||||
href="/feeds\frog.atom.xml" title="Atom Feed">
|
|
||||||
<link rel="alternate" type="application/rss+xml"
|
|
||||||
href="/feeds\frog.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(){
|
|
||||||
(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-xxxxx', 'auto');
|
|
||||||
ga('send', 'pageview');
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- A standard Twitter Bootstrap nav bar -->
|
|
||||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<a href="/index.html" class="navbar-brand">Isaac's CS2163 Blog</a>
|
|
||||||
|
|
||||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
|
||||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
|
||||||
aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<div class="collapse navbar-collapse" id="navbar_collapse">
|
|
||||||
<ul class="navbar-nav mr-auto">
|
|
||||||
|
|
||||||
|
|
||||||
<li class="nav-item dropdown">
|
|
||||||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Tags <b class="caret"></b>
|
|
||||||
</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>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a class="nav-link" href="/About.html">About</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/feeds\frog.atom.xml">Atom</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/feeds\frog.rss.xml">RSS</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<!-- Main column -->
|
|
||||||
<div id="content" class="col-md-12">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h1>Posts tagged <em>frog</em></h1>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<header>
|
|
||||||
<h2><a href='/2022\09\first-lab.html'>First Lab</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>
|
|
||||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<h1 id="first-lab-post">First Lab Post</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'>… more …</a>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<footer>
|
|
||||||
<hr />
|
|
||||||
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
<!-- </body> JS -->
|
|
||||||
<script type="text/javascript" src="/js/jquery-3.2.1.slim.min.js"></script>
|
|
||||||
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,118 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>Posts tagged 'git'</title>
|
|
||||||
<meta name="description" content="Posts tagged 'git'">
|
|
||||||
<meta name="author" content="Isaac Shoebottom">
|
|
||||||
<meta name="keywords" content="git">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="icon" href="/favicon.ico">
|
|
||||||
<link rel="canonical" href="http://www.example.com/tags\git.html">
|
|
||||||
|
|
||||||
|
|
||||||
<!-- CSS -->
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/pygments.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/scribble.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
|
||||||
<!-- Feeds -->
|
|
||||||
<link rel="alternate" type="application/atom+xml"
|
|
||||||
href="/feeds\git.atom.xml" title="Atom Feed">
|
|
||||||
<link rel="alternate" type="application/rss+xml"
|
|
||||||
href="/feeds\git.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(){
|
|
||||||
(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-xxxxx', 'auto');
|
|
||||||
ga('send', 'pageview');
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- A standard Twitter Bootstrap nav bar -->
|
|
||||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<a href="/index.html" class="navbar-brand">Isaac's CS2163 Blog</a>
|
|
||||||
|
|
||||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
|
||||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
|
||||||
aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<div class="collapse navbar-collapse" id="navbar_collapse">
|
|
||||||
<ul class="navbar-nav mr-auto">
|
|
||||||
|
|
||||||
|
|
||||||
<li class="nav-item dropdown">
|
|
||||||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Tags <b class="caret"></b>
|
|
||||||
</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>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a class="nav-link" href="/About.html">About</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/feeds\git.atom.xml">Atom</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/feeds\git.rss.xml">RSS</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<!-- Main column -->
|
|
||||||
<div id="content" class="col-md-12">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h1>Posts tagged <em>git</em></h1>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<header>
|
|
||||||
<h2><a href='/2022\09\first-lab.html'>First Lab</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>
|
|
||||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<h1 id="first-lab-post">First Lab Post</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'>… more …</a>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<footer>
|
|
||||||
<hr />
|
|
||||||
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
<!-- </body> JS -->
|
|
||||||
<script type="text/javascript" src="/js/jquery-3.2.1.slim.min.js"></script>
|
|
||||||
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,118 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>Posts tagged 'lab'</title>
|
|
||||||
<meta name="description" content="Posts tagged 'lab'">
|
|
||||||
<meta name="author" content="Isaac Shoebottom">
|
|
||||||
<meta name="keywords" content="lab">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="icon" href="/favicon.ico">
|
|
||||||
<link rel="canonical" href="http://www.example.com/tags\lab.html">
|
|
||||||
|
|
||||||
|
|
||||||
<!-- CSS -->
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/pygments.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/scribble.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
|
||||||
<!-- Feeds -->
|
|
||||||
<link rel="alternate" type="application/atom+xml"
|
|
||||||
href="/feeds\lab.atom.xml" title="Atom Feed">
|
|
||||||
<link rel="alternate" type="application/rss+xml"
|
|
||||||
href="/feeds\lab.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(){
|
|
||||||
(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-xxxxx', 'auto');
|
|
||||||
ga('send', 'pageview');
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- A standard Twitter Bootstrap nav bar -->
|
|
||||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<a href="/index.html" class="navbar-brand">Isaac's CS2163 Blog</a>
|
|
||||||
|
|
||||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
|
|
||||||
data-target="#navbar_collapse" aria-controls="navbar_collapse"
|
|
||||||
aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<div class="collapse navbar-collapse" id="navbar_collapse">
|
|
||||||
<ul class="navbar-nav mr-auto">
|
|
||||||
|
|
||||||
|
|
||||||
<li class="nav-item dropdown">
|
|
||||||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Tags <b class="caret"></b>
|
|
||||||
</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>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a class="nav-link" href="/About.html">About</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/feeds\lab.atom.xml">Atom</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/feeds\lab.rss.xml">RSS</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<!-- Main column -->
|
|
||||||
<div id="content" class="col-md-12">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h1>Posts tagged <em>lab</em></h1>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<header>
|
|
||||||
<h2><a href='/2022\09\first-lab.html'>First Lab</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>
|
|
||||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<h1 id="first-lab-post">First Lab Post</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'>… more …</a>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<footer>
|
|
||||||
<hr />
|
|
||||||
<p><em>Isaac Shoebottom 2022 ©</em></p>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
<!-- </body> JS -->
|
|
||||||
<script type="text/javascript" src="/js/jquery-3.2.1.slim.min.js"></script>
|
|
||||||
<script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in New Issue
Block a user