Skip to content

Commit

Permalink
few minor edits to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hewner committed Jul 16, 2019
1 parent 8e9114f commit 953d33d
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 38 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
docs/Gemfile.lock
docs/_site/

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

Expand Down
3 changes: 3 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
16 changes: 16 additions & 0 deletions docs/Makefile
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

27 changes: 0 additions & 27 deletions docs/ProjectFiles/index.html

This file was deleted.

23 changes: 13 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/catapultLinks.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// List of links for Announcements tab and links table
var announcementLinks = [
{url: "ProjectFiles/", desc: "Helpful project samples (abstract, poster template, etc.)"}
{url: "https://github.com/RHIT-CSSE/catapult/tree/master/docs/ProjectFiles", desc: "Helpful project samples (abstract, poster template, etc.)"}
];

// List of links for Rose/catapult tab and links table
Expand Down

0 comments on commit 953d33d

Please sign in to comment.