-
Notifications
You must be signed in to change notification settings - Fork 1
/
crying_newsletter.html
35 lines (27 loc) · 1.55 KB
/
crying_newsletter.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!--change this URL to reflect your Github pages hosted stylesheet-->
<link rel="stylesheet" href="https://wpr-ttbook.github.io/responsive-gallery/graphic.css">
<div class="container" >
<div class="grid">
<div class="cell_1x1">
<img src="https://wpr-public.s3.amazonaws.com/ttbook/IMG_2691_crop_v2.jpg" class="responsive-image" alt="Photo of a girl"/>
</div>
<div class="cell_1x1">
<img src="https://wpr-public.s3.amazonaws.com/ttbook/IMG_2724_crop.jpg" class="responsive-image" alt="couch"/>
</div>
<div class="cell_1x1">
<img src="https://wpr-public.s3.amazonaws.com/ttbook/IMG_3184-crop.jpg" class="responsive-image" alt="'And when nobody wakes you up in the morning, and when nobody waits for you at night, and when you can do whatever you want. what do you call it, freedom or loneliness?'-Charles Bukowski"/>
</div>
<div class="cell_1x1">
<img src="https://wpr-public.s3.amazonaws.com/ttbook/IMG_2719_crop.jpg" class="responsive-image" alt="pill bottle"/>
</div>
<div class="cell_1x1">
<img src="https://wpr-public.s3.amazonaws.com/ttbook/IMG_0338_crop.jpg" class="responsive-image" alt="Window with plant"/>
</div>
<div class="cell_1x1">
<img src="https://wpr-public.s3.amazonaws.com/ttbook/IMG_0322_crop.jpg" class="responsive-image" alt="window with sun shining in"/>
</div>
<div class="cell_1x1">
<img src="https://wpr-public.s3.amazonaws.com/ttbook/IMG_0341_crop.jpg" class="responsive-image" alt="a sunlit window with drawn red curtains"/>
</div>
</div>
</div>