Skip to content

Commit dbd5651

Browse files
authored
Update proj0.html
1 parent 6c66fec commit dbd5651

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

project-0/proj0.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ <h2 id="s2-title" class="title">1. Selfie: The Wrong Way vs. The Right Way</h2>
88
</div>
99

1010
<!-- Text BEFORE the comparison images -->
11-
<p class="lead" contenteditable="true"
11+
<p class="lead" contenteditable="false"
1212
data-placeholder="Describe what you’re comparing (this text appears before both images)">
13+
The left image is taken close up at a 1x zoom, while the right is taken with a zoom of 3x.
1314
</p>
1415

1516
<!-- Force side-by-side -->
@@ -19,15 +20,13 @@ <h2 id="s2-title" class="title">1. Selfie: The Wrong Way vs. The Right Way</h2>
1920
<img class="media" src="images/6367A9C4-1A7F-4ECB-B132-EA9D9A954DA3.JPG"
2021
alt="Left image description" loading="lazy" width="270" height="360"/>
2122
</div>
22-
<figcaption contenteditable="true" data-placeholder="Caption for left image (A)"></figcaption>
2323
</figure>
2424

2525
<figure style="flex:1; text-align:center;">
2626
<div class="figure-wrap">
2727
<img class="media" src="images/3BD82594-9699-45EC-957B-931D293111B5.JPG"
2828
alt="Right image description" loading="lazy" width="270" height="360"/>
2929
</div>
30-
<figcaption contenteditable="true" data-placeholder="Caption for right image (B)"></figcaption>
3130
</figure>
3231
</div>
3332
</section>
@@ -40,8 +39,9 @@ <h2 id="s2-title" class="title">2. Architectural Perspective Compression</h2>
4039
</div>
4140

4241
<!-- Text BEFORE the comparison images -->
43-
<p class="lead" contenteditable="true"
42+
<p class="lead" contenteditable="false"
4443
data-placeholder="Describe what you’re comparing (this text appears before both images)">
44+
The left image is taken at a zoom of 6x, while the right image is taken close up at 1x zoom.
4545
</p>
4646

4747
<!-- Force side-by-side -->
@@ -51,15 +51,13 @@ <h2 id="s2-title" class="title">2. Architectural Perspective Compression</h2>
5151
<img class="media" src="images/0D2BC572-0289-4D45-AAB0-6067DC33B69D.JPG"
5252
alt="Left image description" loading="lazy" width="270" height="360"/>
5353
</div>
54-
<figcaption contenteditable="true" data-placeholder="Caption for left image (A)"></figcaption>
5554
</figure>
5655

5756
<figure style="flex:1; text-align:center;">
5857
<div class="figure-wrap">
5958
<img class="media" src="images/5C1F6645-7FF6-4B38-A1CE-0DE6AB11DCEE.JPG"
6059
alt="Right image description" loading="lazy" width="270" height="360"/>
6160
</div>
62-
<figcaption contenteditable="true" data-placeholder="Caption for right image (B)"></figcaption>
6361
</figure>
6462
</div>
6563
</section>
@@ -73,12 +71,13 @@ <h2 id="s3-title" class="title">3. The Dolly Zoom</h2>
7371

7472

7573
<!-- Text BEFORE the GIF -->
76-
<p class="lead" contenteditable="true" data-placeholder="Write any notes or description here before the GIF appears…"></p>
74+
<p class="lead" contenteditable="false" data-placeholder="Write any notes or description here before the GIF appears…">
75+
The following GIF gradually goes from 1x to 2x zoom.
76+
</p>
7777

7878

7979
<figure>
8080
<img class="media" src="images/IMG_9405.gif" alt="Describe the animation" loading="lazy" width="640" height="360"/>
81-
<figcaption contenteditable="true" data-placeholder="Optional caption for the GIF (below image)"></figcaption>
8281
</figure>
8382
</section>
8483

0 commit comments

Comments
 (0)