Skip to content

Commit a94a2c2

Browse files
committed
Minor edits to docs
1 parent 92dead2 commit a94a2c2

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Primer Spec is a Jekyll theme, which means you can start using this theme with [
4646
---
4747
layout: spec
4848
---
49-
5049
```
5150

5251
3. If it doesn't already exist, create a file `_config.yml` in your site's root directory. Add this content to the file:
@@ -88,18 +87,22 @@ You may also want to read the [`MARKDOWN_TIPS`](https://eecs485staff.github.io/p
8887
The Primer Spec theme is currently used by the following courses at the University of Michigan:
8988

9089
- [ENGR 100](https://980.engr100.org) (Introduction to Engineering). Example [ENGR 100-980 Lab 1: Arduino 101](https://980.engr100.org/labs/lab-1).
91-
- [EECS 280](https://eecs280staff.github.io/eecs280.org/) (Programming and Intro Data Structures). Example [EECS 280 Project 4: Web](https://eecs280staff.github.io/p4-web/).
90+
- [EECS 280](https://eecs280staff.github.io/eecs280.org/) (Programming and Intro Data Structures). Example [EECS 280 Project 2: Computer Vision](https://eecs280staff.github.io/p2-cv/).
9291
- [EECS 281](https://eecs281staff.github.io/eecs281.org/) (Data Structures and Algorithms). Example [EECS 281 Project 1: Back to the Ship!](https://eecs281staff.github.io/p1-back-to-the-ship/).
9392
- [EECS 285](https://eecs285.github.io/eecs285.org/) (Practical Programming in Java). Example [EECS 285 Project 3: Wheel of Fortune](https://eecs285.github.io/p3-wheel/).
93+
- [EECS 370](https://www.eecs.umich.edu/courses/eecs370/) (Introduction to Computer Organization). Example [Project 1: Assembler, Simulator, and Assembly-Language Multiplication](https://eecs370.github.io/project_1_spec/)
9494
- [EECS 485](https://eecs485staff.github.io/eecs485.org/) (Web Systems). Example [EECS 485 Project 4: Map Reduce](https://eecs485staff.github.io/p4-mapreduce/).
9595
- [ENGR 101](https://engr101staff.github.io/engr101.org/) (Using Computing to Solve Engineering Problems).
9696
- [EECS 183](https://eecs183.github.io/eecs183.org/) (Elementary Programming Concepts).
97-
- [EECS 298 (Social Consequences of Computing)](https://eecs298.github.io/).
98-
- [EECS 370](https://www.eecs.umich.edu/courses/eecs370/) (Introduction to Computer Organization).
97+
- [EECS 298](https://eecs298.github.io/) (Social Consequences of Computing).
9998
- [EECS 441](https://eecs441.eecs.umich.edu/) (Mobile App Development for Entrepreneurs).
10099
- [EECS 484](https://eecs484db.github.io/) (Database Management Systems).
101100
- EECS 482 (Introduction to Operating Systems).
102101

102+
And at Tufts University:
103+
104+
- [CS 105](https://www.cs.tufts.edu/comp/105/) (Programming Languages).
105+
103106
Students: Would you like to see your course use this theme for their project specifications? Let your course staff know about this theme!
104107

105108
Course staff: If you have questions about how to integrate this theme with your project release workflow, [create a discussion](https://github.com/eecs485staff/primer-spec/discussions/new), or email [[email protected]](mailto:[email protected]).

demo/images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Primer Spec automatically adds a subtle `1px` border to images. In my opinion, t
1212

1313
For instance, try viewing this image in the "default" theme in "light" mode:
1414

15-
![This image shows a screenshot of Primer Spec in the 'Bella' theme.](https://drive.google.com/uc?export=view&id=1_QPsSGlXKjfqY-3TUbsXej5isOZypK7U)
15+
![This image shows a screenshot of Primer Spec in the 'Bella' theme.](./screenshot.png)
1616

1717
You can use either Markdown syntax or HTML syntax to define images.
1818

@@ -38,7 +38,7 @@ Don't forget the 'alt' text! It's the only way fot visually-impaired users to un
3838

3939
Simply add the `no-border` class to the image. For instance:
4040

41-
![This image shows a screenshot of Primer Spec in the 'Bella' theme.](https://drive.google.com/uc?export=view&id=1_QPsSGlXKjfqY-3TUbsXej5isOZypK7U){: .no-border }
41+
![This image shows a screenshot of Primer Spec in the 'Bella' theme.](./screenshot.png){: .no-border }
4242

4343
<details mardown="1">
4444
<summary>Source code for borderless images</summary>
@@ -70,7 +70,7 @@ If you add the `invert-colors-in-dark-mode` class to an image, Primer Spec will
7070

7171
For instance, the following image changes colors in light mode and dark mode:
7272

73-
![This image shows a screenshot of Primer Spec in the 'Bella' theme.](https://drive.google.com/uc?export=view&id=1_QPsSGlXKjfqY-3TUbsXej5isOZypK7U){: .invert-colors-in-dark-mode }
73+
![This image shows a screenshot of Primer Spec in the 'Bella' theme.](./screenshot.png){: .invert-colors-in-dark-mode }
7474

7575
<details mardown="1">
7676
<summary>Source code for auto-inverted images</summary>

0 commit comments

Comments
 (0)