You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ Primer Spec is a Jekyll theme, which means you can start using this theme with [
46
46
---
47
47
layout: spec
48
48
---
49
-
50
49
```
51
50
52
51
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
88
87
The Primer Spec theme is currently used by the following courses at the University of Michigan:
89
88
90
89
- [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/).
92
91
- [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/).
93
92
- [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/)
Students: Would you like to see your course use this theme for their project specifications? Let your course staff know about this theme!
104
107
105
108
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]).
Copy file name to clipboardExpand all lines: demo/images.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Primer Spec automatically adds a subtle `1px` border to images. In my opinion, t
12
12
13
13
For instance, try viewing this image in the "default" theme in "light" mode:
14
14
15
-

15
+

16
16
17
17
You can use either Markdown syntax or HTML syntax to define images.
18
18
@@ -38,7 +38,7 @@ Don't forget the 'alt' text! It's the only way fot visually-impaired users to un
38
38
39
39
Simply add the `no-border` class to the image. For instance:
40
40
41
-
{: .no-border }
41
+
{: .no-border }
42
42
43
43
<detailsmardown="1">
44
44
<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
70
70
71
71
For instance, the following image changes colors in light mode and dark mode:
72
72
73
-
{: .invert-colors-in-dark-mode }
73
+
{: .invert-colors-in-dark-mode }
74
74
75
75
<detailsmardown="1">
76
76
<summary>Source code for auto-inverted images</summary>
0 commit comments