Skip to content

Commit 8b0ac32

Browse files
committed
Update README
1 parent 0b28aab commit 8b0ac32

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,30 @@
44

55
After kicking off my recommendations for a bias and equity in tech starter pack, many of y'all wanted to see more! And also wanted to add your own suggestions! Here's the answer.
66

7-
If you'd like to add a suggestion, use this template to open a pull request.
7+
If you'd like to add a suggestion, use this example to [open a pull request](https://github.com/lorenanicole/tech-bias-equity-reading/pull/1). In short you'll need to add two divs including the:
8+
9+
- URL on Good Reads
10+
- Image for the book, you can grab from Good Reads via the "enlarge cover" and set it to a 600 X 600 image! You can use [Resize Image](https://resizeimage.net/), set the image to 600 X 600 and click "fill background to white
11+
- The name of the book
12+
- The author of the book
13+
- Add the order number incrementing each `div` based on latest number e.g. 7, 8
14+
15+
16+
```
17+
<!-- Race After Technology: Abolitionist Tools for the New Jim Code -->
18+
<div class="grid-column span-half pt3 pb3 mobile-m order-5 reveal-on-scroll is-revealing">
19+
<div class="relative">
20+
<a hrf="https://www.goodreads.com/book/show/42527493-race-after-technology"><img class="info-image relative z2" src="/img/race-after-technology.png" alt="Race After Technology: Abolitionist Tools for the New Jim Code"></a>
21+
<div class="pattern pattern--left-up absolute z1"></div>
22+
</div>
23+
</div>
24+
<div class="grid-column span-half pt3 pb3 mobile-m order-6">
25+
<h3>Race After Technology: Abolitionist Tools for the New Jim Code </h3>
26+
<h4>by Ruha Benjamin </h4>
27+
</div>
28+
```
29+
30+
This project uses Netlify and will build the preview to confirm all is well!
831

932
## Instructions
1033
For local development, run `npm install` on the main directory and then `gulp` to get BrowserSync going along with all the Gulp tasks (see [Pear](https://github.com/jrdnbwmn/Pear)).

0 commit comments

Comments
 (0)