crop classic hirsch portrait
This commit is contained in:
parent
d610f83f04
commit
e48a6818bb
6 changed files with 9 additions and 3 deletions
|
|
@ -75,6 +75,9 @@ pkgs.runCommand "tide-module-test" { } ''
|
|||
${pkgs.diffutils}/bin/cmp \
|
||||
${../../site/styles.css} \
|
||||
${landingPage}/${stylesheetFileName}
|
||||
${pkgs.gnugrep}/bin/grep -F \
|
||||
'aspect-ratio: 5 / 6;' \
|
||||
${landingPage}/${stylesheetFileName}
|
||||
${pkgs.gnugrep}/bin/grep -F \
|
||||
'href="/${stylesheetFileName}"' \
|
||||
${landingPage}/index.html
|
||||
|
|
@ -84,6 +87,9 @@ pkgs.runCommand "tide-module-test" { } ''
|
|||
${pkgs.gnugrep}/bin/grep -F \
|
||||
'src="/assets/rav-hirsch-later-life.jpg"' \
|
||||
${landingPage}/index.html
|
||||
${pkgs.gnugrep}/bin/grep -F \
|
||||
'height="600"' \
|
||||
${landingPage}/index.html
|
||||
${pkgs.gnugrep}/bin/grep -F \
|
||||
'assets/social-preview-hirsch-later-life.png' \
|
||||
${landingPage}/index.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue