Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed Mar 26, 2020
0 parents commit 2992882
Show file tree
Hide file tree
Showing 19 changed files with 293 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 Paul Hibbitts

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
51 changes: 51 additions & 0 deletions README.md
@@ -0,0 +1,51 @@
# What's this Site About?

> This is a starter kit to create an open [Docsify](https://docsify.js.org) course site.
📸 Docsify Open Course Starter Kit Screenshot
---
![ Docsify Open Course Kit Skeleton](screenshot.png)
_Figure 1. Docsify Open Course Kit Skeleton_

🚀 Quick GitHub Pages Install Instructions
---
**Pre-flight Checklist**

1. GitHub account

**Installation Steps**

1. Fork this repository
2. Go to **Settings** of your repository, scroll down to **GitHub Pages** and chose **master branch/docs folder** (see more details in the [Docsify documentation](https://docsify.now.sh/deploy?id=gitlab-pages))
3. And you're done! (view your new site using the provided URL right below your **GitHub Pages** section - it can take up to 20 minutes for your site to be initially available)

Want to delete the fork dependency of your newly created repository?

1. Select the + sign in the top right corner, and choose **Import repository**
2. Import your forked repository (the new repository won't have the fork dependency)
3. Delete the original forked repository via the repository **settings**.

💻 Editing your Docsify Site Locally
---

1. Tap **Clone** on your repository page
2. Choose **Open Desktop** and follow the prompts, installing GitHub Desktop if not already present
3. You will now be able to edit your Docsify site (in the `docs` folder) using the desktop editor of your choice (e.g. atom.io)
4. Use GitHub Desktop to push any changes to your repository. [Learn more about using GitHub Desktop](https://help.github.com/en/desktop/contributing-to-projects/committing-and-reviewing-changes-to-your-project).

You can also clone (i.e download) a copy of your repository to your computer and [run Docsify locally](https://docsify.js.org/#/quickstart) to preview your site. See the below video for details.

Do you use GitLab? You can also use Docsify with [GitLab Pages](https://docsify.now.sh/deploy?id=gitlab-pages)!

📼 Video Walkthrough of Local Docsify Install/Config
---
[![Generating Documentation Sites with GitHub and Docsify - Alysson Alvaran](youtube.png)](https://www.youtube.com/watch?v=TV88lp7egMw)
_Video 1. Generating Documentation Sites with GitHub and Docsify - Alysson Alvaran_

📚 Learn More about Docsify
---
[Docsify Documentation](https://docsify.js.org/#/?id=docsifyg)

🙇‍Credits and Special Thanks
---
[Docsify Themeable](https://github.com/jhildenbiddle/docsify-themeable)
Empty file added docs/.nojekyll
Empty file.
1 change: 1 addition & 0 deletions docs/_navbar.md
@@ -0,0 +1 @@
* [Contact Instructor](contact-instructor.md)
58 changes: 58 additions & 0 deletions docs/assets/css/theme-custom.css
@@ -0,0 +1,58 @@
:root {
--base-font-size : 16px;
--link-color : #0B87DA;
--navbar-root-color : #0B87DA;
--navbar-root-color--active : #0B87DA;
--navbar-root-color--hover : #0B87DA;
--sidebar-nav-link-color--active : #4D4D4D;
--sidebar-nav-link-font-weight--active : bold;
--pagination-title-color : #0B87DA;
}

.markdown-section .button {
cursor: pointer;
color: white;
height: 38px;
padding: 8px;
background-color: var(--theme-color);
text-decoration: none;
border-radius: .25rem;
}

.markdown-section a.button {
cursor: pointer;
color: white;
text-decoration: none;
}

.markdown-section .banner-image {
width: 100%; /* width of container */
height: 200px; /* height of container */
object-fit: cover;
object-position: 50% 50%;
}

.pagination-item, .pagination-item-title {
opacity: .9!important;
}

.pagination-item:not(:last-child) a .pagination-item-label, .pagination-item:not(:last-child) a .pagination-item-subtitle, .pagination-item:not(:last-child) a .pagination-item-title {
opacity: .9!important;
transition: all .2s;
}

blockquote ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}

blockquote ul li {
padding-left: 1em;
text-indent: -1em;
}

blockquote ul li:before {
content: '\2713';
padding-right: 5px;
}
Binary file added docs/assets/images/10610701655_c57e2dc536_o.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/4853380320_492f9dce63_b.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/6384294717_5047a35d48_b.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/6968244538_4c0f7c7e64_k.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/contact-instructor.md
@@ -0,0 +1,9 @@
# Contact Instructor

**Course Instructor**
Some Name
somename@somewhere.edu

Virtual office hours chat:
Mondays 12:00-1:30pm
Fridays 12:00-1:00pm
15 changes: 15 additions & 0 deletions docs/home.md
@@ -0,0 +1,15 @@
# CMPT363 User Interface Design

> **Important Reminders**
> * [Journey Map](#) assignment due Jun 12th
> * [Course Reflection Log](#) assignment due Aug 3rd
## Jun 6th Class Preparations

### Required Reading
<a class="embedly-card" data-card-controls="0" data-card-align="left" href="http://www.uxbooth.com/articles/the-art-of-guerrilla-usability-testing/">The Art of Guerrilla Usability Testing | UX Booth</a>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>

[Required Reading Quiz](https://sso.canvaslms.com/courses/1924881/quizzes/4876153 ':class=button')

Did you attend this class? [Share your one-minute summary](#) before midnight, the day of class.
68 changes: 68 additions & 0 deletions docs/index.html
@@ -0,0 +1,68 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
<meta name="description" content="A delightfully simple theme system for docsify.js. Features multiple themes with rich customization options, an improved desktop and mobile experience, and legacy browser support (IE10+).">
<meta name="google-site-verification" content="_EWJaM8G6xwMtEqemO4yN8WqSU2CaKVi3jTj0gLg48E">
<title>CMPT-363</title>

<!-- Stylesheets -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css" title="Simple">
<link rel="stylesheet" href="assets/css/theme-custom.css">

<!-- Alternate Stylesheets -->
<link rel="stylesheet alternate" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-defaults.css" title="Defaults">
<link rel="stylesheet alternate" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css" title="Simple Dark">

<!-- Test Stylesheets -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/themes/vue.css"> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/themes/buble.css"> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/themes/dark.css"> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/themes/pure.css"> -->

</head>

<body>
<div id="app"></div>

<!-- JavaScript -->
<script>
// Docsify
window.$docsify = {
// GENERAL
// -----------------------------------------------------------------
name : 'CMPT-363',
repo : 'https://github.com/paulhibbitts/docsify-open-course-starter-kit',
homepage : 'home.md',
loadSidebar: 'sidebar.md',
loadNavbar: true,

// NAVIGATION
// -----------------------------------------------------------------
auto2top : true,
maxLevel : 3,
subMaxLevel: 3,

// PLUGINS
// -----------------------------------------------------------------
search: {
depth : 3,
noData : 'No matches found.',
placeholder: 'Search...'
}

};
</script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/external-script.min.js"></script>
<script src="https://unpkg.com/docsify-edit-on-github/index.js"></script>
<script src="https://unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
<script src="https://unpkg.com/docsify/lib/plugins/emoji.min.js"></script>
</body>
</html>
15 changes: 15 additions & 0 deletions docs/module-1.md
@@ -0,0 +1,15 @@
# Week 1 (May 9 - 15)

![SFU Burnaby](/assets/images/10610701655_c57e2dc536_o.jpg ':class=banner-image')

## Summaries and Questions
Summaries and questions content.

## Presented Slides
Presented slides content.

## Supplemental Materials
Supplemental materials content.

## Recommended Reading
Recommended reading content.
15 changes: 15 additions & 0 deletions docs/module-2.md
@@ -0,0 +1,15 @@
# Week 2 (May 16 - 22)

![Flowchart](/assets/images/4853380320_492f9dce63_b.jpg ':class=banner-image')

## Summaries and Questions
Summaries and questions content.

## Presented Slides
Presented slides content.

## Supplemental Materials
Supplemental materials content.

## Recommended Reading
Recommended reading content.
15 changes: 15 additions & 0 deletions docs/module-3.md
@@ -0,0 +1,15 @@
# Week 3 (May 23 - 29)

![Bullseye](/assets/images/6384294717_5047a35d48_b.jpg ':class=banner-image')

## Summaries and Questions
Summaries and questions content.

## Presented Slides
Presented slides content.

## Supplemental Materials
Supplemental materials content.

## Recommended Reading
Recommended reading content.
15 changes: 15 additions & 0 deletions docs/module-4.md
@@ -0,0 +1,15 @@
# Week 4 (May 30 - Jun 5)

![Wireframe](/assets/images/6968244538_4c0f7c7e64_k.jpg ':class=banner-image')

## Summaries and Questions
Summaries and questions content.

## Presented Slides
Presented slides content.

## Supplemental Materials
Supplemental materials content.

## Recommended Reading
Recommended reading content.
10 changes: 10 additions & 0 deletions docs/sidebar.md
@@ -0,0 +1,10 @@
- [Week 1 (May 9 - 15)](module-1)
- [Week 2 (May 16 - 22)](module-2)
- [Week 3 (May 23 - 29)](module-3)
- [Week 4 (May 30 - Jun 5)](module-4)
- **LMS Links**
- [![Calendar](https://icongram.jgog.in/fontawesome/calendar.svg?size=16&color=808080)Calendar](https://sso.canvaslms.com/calendar ':target=_blank')
- [![Assignments](https://icongram.jgog.in/fontawesome/pencil.svg?size=16&color=808080)Assignments](https://sso.canvaslms.com/courses/1924881/assignments ':target=_blank')
- [![Quizzes](https://icongram.jgog.in/fontawesome/check-circle.svg?size=16&color=808080)Quizzes](https://sso.canvaslms.com/courses/1924881/quizzes ':target=_blank')
- [![Class Discussions](https://icongram.jgog.in/fontawesome/comments-o.svg?size=16&color=808080)Class Discussions](https://sso.canvaslms.com/courses/1924881/discussion_topics ':target=_blank')
- [![Syllabus](https://icongram.jgog.in/fontawesome/list.svg?size=16&color=808080)Syllabus](https://sso.canvaslms.com/courses/1924881/assignments/syllabus ':target=_blank')
Binary file added screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added youtube.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2992882

Please sign in to comment.