-
Notifications
You must be signed in to change notification settings - Fork 0
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
Michael Hewner
committed
Jul 16, 2019
1 parent
8e9114f
commit 953d33d
Showing
6 changed files
with
36 additions
and
38 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
source 'https://rubygems.org' | ||
gem 'github-pages', group: :jekyll_plugins |
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,16 @@ | ||
SHELL = /bin/bash | ||
|
||
# Just some commands to allow you to demo the jekyll site locally | ||
# | ||
# all the relevant details are here: | ||
# https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll | ||
|
||
# this needs to be run to download the neccessary gems | ||
# should be only needed once | ||
install: | ||
bundle install | ||
|
||
# this is the actual command you need to to start the preview | ||
demo: | ||
bundle exec jekyll serve --watch | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -16,19 +16,21 @@ | |
|
||
<!-- The main header --> | ||
<div class="Section1"> | ||
<h1>Catapult 1 - June, 2019 </h1> | ||
<h1>Catapult 3 - 2019 </h1> | ||
<h1>Python Programming Instruction / Projects</h1> | ||
|
||
<!-- Contacts table: contains information about the professor and student assistants --> | ||
<table id="contacts" style="text-align: center;"> | ||
<tbody> | ||
<tr class="alt"> | ||
<tr> | ||
<td> | ||
<p><b>Instructor</b></p> | ||
</td> | ||
<td> | ||
<p><a href="mailto:[email protected]">Steve Chenoweth</a></p> | ||
Michael Hewner | ||
</td> | ||
<td> | ||
hewner 'at' rose-hulman.edu | ||
<td> | ||
<p>Associate Professor of Computer Science and Software Engineering</p> | ||
</td> | ||
|
@@ -37,13 +39,13 @@ <h1>Python Programming Instruction / Projects</h1> | |
<td> | ||
<p> | ||
<b>Student Assistants<br> | ||
(emails included in link)</b> | ||
</p> | ||
</td> | ||
<td> | ||
<p> | ||
<a href="mailto:[email protected]">Derek Grayless</a> | ||
</p> | ||
Derek Grayless | ||
</td> | ||
<td> | ||
grayledw 'at' rose-hulman.edu | ||
</td> | ||
<td> | ||
<p>Computer Science Major (Class of '21) </p> | ||
|
@@ -54,9 +56,10 @@ <h1>Python Programming Instruction / Projects</h1> | |
<p></p> | ||
</td> | ||
<td> | ||
<p> | ||
<a href="mailto:[email protected]">Shijun Yu</a> | ||
</p> | ||
Shijun Yu | ||
</td> | ||
<td> | ||
yus3 'at' rose-hulman.edu | ||
</td> | ||
<td> | ||
<p>Computer Science Major (Class of '19) </p> | ||
|
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