diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..129f75c --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,130 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (4.2.7) + i18n (~> 0.7) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.4.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.10.0) + colorator (0.1) + ethon (0.9.0) + ffi (>= 1.3.0) + execjs (2.7.0) + faraday (0.9.2) + multipart-post (>= 1.2, < 3) + ffi (1.9.14) + gemoji (2.1.0) + github-pages (91) + activesupport (= 4.2.7) + github-pages-health-check (= 1.2.0) + jekyll (= 3.1.6) + jekyll-coffeescript (= 1.0.1) + jekyll-feed (= 0.5.1) + jekyll-gist (= 1.4.0) + jekyll-github-metadata (= 2.0.2) + jekyll-mentions (= 1.1.3) + jekyll-paginate (= 1.1.0) + jekyll-redirect-from (= 0.11.0) + jekyll-sass-converter (= 1.3.0) + jekyll-seo-tag (= 2.0.0) + jekyll-sitemap (= 0.10.0) + jemoji (= 0.7.0) + kramdown (= 1.11.1) + liquid (= 3.0.6) + listen (= 3.0.6) + mercenary (~> 0.3) + rouge (= 1.11.1) + terminal-table (~> 1.4) + github-pages-health-check (1.2.0) + addressable (~> 2.3) + net-dns (~> 0.8) + octokit (~> 4.0) + public_suffix (~> 1.4) + typhoeus (~> 0.7) + html-pipeline (2.4.2) + activesupport (>= 2) + nokogiri (>= 1.4) + i18n (0.7.0) + jekyll (3.1.6) + colorator (~> 0.1) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-coffeescript (1.0.1) + coffee-script (~> 2.2) + jekyll-feed (0.5.1) + jekyll-gist (1.4.0) + octokit (~> 4.2) + jekyll-github-metadata (2.0.2) + jekyll (~> 3.1) + octokit (~> 4.0) + jekyll-mentions (1.1.3) + html-pipeline (~> 2.3) + jekyll (~> 3.0) + jekyll-paginate (1.1.0) + jekyll-redirect-from (0.11.0) + jekyll (>= 2.0) + jekyll-sass-converter (1.3.0) + sass (~> 3.2) + jekyll-seo-tag (2.0.0) + jekyll (~> 3.1) + jekyll-sitemap (0.10.0) + jekyll-watch (1.5.0) + listen (~> 3.0, < 3.1) + jemoji (0.7.0) + activesupport (~> 4.0) + gemoji (~> 2.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0) + json (1.8.3) + kramdown (1.11.1) + liquid (3.0.6) + listen (3.0.6) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9.7) + mercenary (0.3.6) + mini_portile2 (2.1.0) + minitest (5.9.0) + multipart-post (2.0.0) + net-dns (0.8.0) + nokogiri (1.6.8) + mini_portile2 (~> 2.1.0) + pkg-config (~> 1.1.7) + octokit (4.3.0) + sawyer (~> 0.7.0, >= 0.5.3) + pkg-config (1.1.7) + public_suffix (1.5.3) + rb-fsevent (0.9.7) + rb-inotify (0.9.7) + ffi (>= 0.5.0) + rouge (1.11.1) + safe_yaml (1.0.4) + sass (3.4.22) + sawyer (0.7.0) + addressable (>= 2.3.5, < 2.5) + faraday (~> 0.8, < 0.10) + terminal-table (1.6.0) + thread_safe (0.3.5) + typhoeus (0.8.0) + ethon (>= 0.8.0) + tzinfo (1.2.2) + thread_safe (~> 0.1) + +PLATFORMS + ruby + +DEPENDENCIES + github-pages + +BUNDLED WITH + 1.10.6 diff --git a/README.md b/README.md index 8f196d9..32a7d19 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Student directory -Repository for practicing working with git. +# Student directory +Repository for practicing working with git. -Introduce yourself via a `USERNAME.yml` file under the appropriate [`_data/TERM_YEAR/`](_data/) directory, and submit via pull request. See [the example file](_data/summer_2015/htcmosman.json), and replace with your own `name`, `emoji` (see [this list](http://www.emoji-cheat-sheet.com/)), and `introduction`. +Introduce yourself via a `USERNAME.yml` file under the appropriate [`_data/TERM_YEAR/`](_data/) directory, and submit via pull request. See [the example file](_data/fall_2016/mbmosman.yml), and replace with your own `name`, `emoji` (see [this list](http://www.emoji-cheat-sheet.com/)), and `introduction`. -Not sure what to do? Follow the instructions in the [Intro to Git and GitHub](http://htcmosman.github.io/courses-gen/documents/intro-to-git.html). +Not sure what to do? Follow the instructions in the [Intro to Git and GitHub](https://htc-ccis1301.github.io/fall-2016/morea/intro/ex-using-github.html). diff --git a/_config.yml b/_config.yml index b7f4061..ff66a69 100755 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ -baseurl: "/students" # The subpath of your site. Use "" if you're hosting a blog at the root level. -url: "http://htc-ccis1301.github.io/" # the base hostname & protocol for your site -title: "CCIS 1301 HTML" +baseurl: "/js-students" # The subpath of your site. Use "" if you're hosting a blog at the root level. +url: "http://htc-ccis2591.github.io/" # the base hostname & protocol for your site +title: "CCIS 2591 JavaScript" exclude: - "README.md" diff --git a/_data/fall_2016/mbmosman.yml b/_data/fall_2016/mbmosman.yml new file mode 100644 index 0000000..a33c524 --- /dev/null +++ b/_data/fall_2016/mbmosman.yml @@ -0,0 +1,3 @@ +name: Mary Mosman +emoji: apple +introduction: Your humble guide to learning JavaScript, HTML/CSS, and everything web. diff --git a/_data/spring_2016/Daglins.yml b/_data/spring_2016/Daglins.yml new file mode 100644 index 0000000..86ca0d9 --- /dev/null +++ b/_data/spring_2016/Daglins.yml @@ -0,0 +1,3 @@ +name: Douglas Mendenhall +emoji: ok +introduction: Im just trying to get my .NET Programming degree diff --git a/_data/spring_2016/NickJohnson3824.yml b/_data/spring_2016/NickJohnson3824.yml new file mode 100644 index 0000000..36b4731 --- /dev/null +++ b/_data/spring_2016/NickJohnson3824.yml @@ -0,0 +1,3 @@ +name: Nick Johnson +emoji: baseball +introduction: My name is Nick and I am an applications developer for a manufacturing company. I am taking classes at Hennepin Technical College to better my skills as a developer and obtain a .Net Programmer A.A.S Degree. diff --git a/_data/spring_2016/caleb4716.yml b/_data/spring_2016/caleb4716.yml new file mode 100644 index 0000000..d10e366 --- /dev/null +++ b/_data/spring_2016/caleb4716.yml @@ -0,0 +1,3 @@ +name: Caleb Russell +emoji: pizza +introduction: Hello diff --git a/_data/spring_2016/carlbrost.yml b/_data/spring_2016/carlbrost.yml new file mode 100644 index 0000000..62b1528 --- /dev/null +++ b/_data/spring_2016/carlbrost.yml @@ -0,0 +1,3 @@ +name: Carl Brost +emoji: space_invaders +introduction: A northern hobbit with a penchant for roleplaying, gaming, writing doodling and programming. Likes ramen \ No newline at end of file diff --git a/_data/spring_2016/dechmann.yml b/_data/spring_2016/dechmann.yml new file mode 100644 index 0000000..351c67f --- /dev/null +++ b/_data/spring_2016/dechmann.yml @@ -0,0 +1,3 @@ +name: Trenten Dechmann +emoji: baseball +introduction: My name is Trent, and I am learning how to program. I am trying to become a web developer. Someday I would like to make a video game. diff --git a/_data/spring_2016/dgossell001.yml b/_data/spring_2016/dgossell001.yml new file mode 100644 index 0000000..186a242 --- /dev/null +++ b/_data/spring_2016/dgossell001.yml @@ -0,0 +1,3 @@ +name: David Gossell +emoji: apple +introduction: Your humble guide to learning JavaScript, HTML/CSS, and everything web. diff --git a/_data/spring_2016/estremn.yml b/_data/spring_2016/estremn.yml new file mode 100644 index 0000000..416e983 --- /dev/null +++ b/_data/spring_2016/estremn.yml @@ -0,0 +1,3 @@ +name: Nathan Estrem +emoji: pizza +introduction: Just a gamer wanting to make more than 24k/yr for the rest of his working life, which without college would likely be all of it. diff --git a/_data/spring_2016/grizman3.yml b/_data/spring_2016/grizman3.yml new file mode 100644 index 0000000..7ad6727 --- /dev/null +++ b/_data/spring_2016/grizman3.yml @@ -0,0 +1,3 @@ +name: Graham Sauer +emoji: tiger +introduction: Future web developer/digital nomad I plan on traveling the world via laptop :) I hope to learn angular and node js! \ No newline at end of file diff --git a/_data/spring_2016/jllrk1.yml b/_data/spring_2016/jllrk1.yml new file mode 100644 index 0000000..3a9160d --- /dev/null +++ b/_data/spring_2016/jllrk1.yml @@ -0,0 +1,3 @@ +name: Joel Lark +emoji: mushroom +introduction: My name is Joel, I am a .Net Programmer, this and one other class (Java 1) will be my last two classes before I get my degree. diff --git a/_data/spring_2016/lanceaune.yml b/_data/spring_2016/lanceaune.yml new file mode 100644 index 0000000..c06fe3b --- /dev/null +++ b/_data/spring_2016/lanceaune.yml @@ -0,0 +1,3 @@ +name: Lance Aune +emoji: alien +introduction: Excited to learn new stuff with JS! diff --git a/_data/spring_2016/mbmosman.yml b/_data/spring_2016/mbmosman.yml new file mode 100644 index 0000000..a33c524 --- /dev/null +++ b/_data/spring_2016/mbmosman.yml @@ -0,0 +1,3 @@ +name: Mary Mosman +emoji: apple +introduction: Your humble guide to learning JavaScript, HTML/CSS, and everything web. diff --git a/_data/spring_2016/olidi10.yml b/_data/spring_2016/olidi10.yml new file mode 100644 index 0000000..a38db7b --- /dev/null +++ b/_data/spring_2016/olidi10.yml @@ -0,0 +1,3 @@ +name: Divine Mutanga +emoji: smily +introduction: Spring semester 2016 learning JavaScript, HTML/CSS, and everything web. diff --git a/_data/spring_2016/pyasger.yml b/_data/spring_2016/pyasger.yml new file mode 100644 index 0000000..6e9f55f --- /dev/null +++ b/_data/spring_2016/pyasger.yml @@ -0,0 +1,3 @@ +name: Phil Yasger +emoji: smiley +introduction: .net programming Degree Soon to be done maybe! diff --git a/_data/spring_2016/radhikarao.yml b/_data/spring_2016/radhikarao.yml new file mode 100644 index 0000000..e671bc1 --- /dev/null +++ b/_data/spring_2016/radhikarao.yml @@ -0,0 +1,3 @@ +name: Radhika Rao +emoji: cherry_blossom +introduction: learning JavaScript diff --git a/_data/spring_2016/sfingerson001.yml b/_data/spring_2016/sfingerson001.yml new file mode 100644 index 0000000..f4dc0aa --- /dev/null +++ b/_data/spring_2016/sfingerson001.yml @@ -0,0 +1,3 @@ +name: Stephanie Fingerson +emoji: smiley_cat +introduction: Im here to learn javascript skills to help with current projects at work. diff --git a/_data/spring_2016/wimpy55433.yml b/_data/spring_2016/wimpy55433.yml new file mode 100644 index 0000000..c224917 --- /dev/null +++ b/_data/spring_2016/wimpy55433.yml @@ -0,0 +1,3 @@ +name: Jim Wollin +emoji: stuck_out_tongue_winking_eye +introduction: My First Javascript diff --git a/_data/summer_2015/.keep b/_data/summer_2015/.keep deleted file mode 100755 index e69de29..0000000 diff --git a/_data/summer_2015/htcMosman.yml b/_data/summer_2015/htcMosman.yml deleted file mode 100755 index fc9cc45..0000000 --- a/_data/summer_2015/htcMosman.yml +++ /dev/null @@ -1,4 +0,0 @@ -name: Mary Mosman -emoji: apple -introduction: Your humble guide to learning HTML/CSS. - diff --git a/_data/theme.yml b/_data/theme.yml index 69d40ba..aadf7f0 100755 --- a/_data/theme.yml +++ b/_data/theme.yml @@ -14,7 +14,7 @@ num_home_posts: 3 # - purple # - orange # - red -color: orange +color: blue # Show navigation below each post? show_post_navs: true diff --git a/_includes/sidebar.html b/_includes/sidebar.html index e5141f6..058b88f 100755 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,9 +1,9 @@

- HTC CCIS 1301 Students + HTC CCIS 2591 Students

-

View on GitHub →

+

View on GitHub →

diff --git a/_layouts/default.html b/_layouts/default.html index 8353dfc..e0770c0 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,6 +5,7 @@ + diff --git a/index.html b/fall_2016.html old mode 100755 new mode 100644 similarity index 92% rename from index.html rename to fall_2016.html index f922f9a..fbc60db --- a/index.html +++ b/fall_2016.html @@ -5,13 +5,13 @@
- {% assign students = site.data.summer_2015 | sort %} + {% assign students = site.data.fall_2016 | sort %} {% for user_hash in students %} {% assign username = user_hash[0] %} {% assign user = user_hash[1] %}
- +
@@ -26,7 +26,7 @@ {{ user.introduction }}

- +
{% endfor %}
diff --git a/index.md b/index.md new file mode 100755 index 0000000..83f7850 --- /dev/null +++ b/index.md @@ -0,0 +1,9 @@ +--- +layout: page +title: Student Directory +--- + +Check out all the students who have taken this course: + +- [Fall 2016](fall_2016.html) +- [Spring 2016](spring_2016.html) diff --git a/spring_2016.html b/spring_2016.html new file mode 100644 index 0000000..c370b2f --- /dev/null +++ b/spring_2016.html @@ -0,0 +1,32 @@ +--- +layout: page +title: Student Directory +--- + + +
+ {% assign students = site.data.spring_2016 | sort %} + {% for user_hash in students %} + {% assign username = user_hash[0] %} + {% assign user = user_hash[1] %} + +
+ + +
+
+ @{{ username }} + {% assign emoji = user.emoji | replace:':','' | replace:'+','--' %} + +
+
+ +
+

+ {{ user.introduction }} +

+
+ +
+ {% endfor %} +