diff --git a/_posts/2024-01-01-test.md b/_posts/2024-01-01-test.md index d6a3c7e..d6c9202 100644 --- a/_posts/2024-01-01-test.md +++ b/_posts/2024-01-01-test.md @@ -10,14 +10,13 @@ Text after header appears in new line. At the end of the line above, add two blank spaces to make next sentence appear on a new line. ### Link types -- Visible link uses angle brackets +- Visible link uses angle brackets - [Embedded link: place text in brackets, URL in parentheses](http://google.com) -- But an embedded link to an internal page or post on this site requires the full URL +- Note: embedded link to an internal page or post on this site requires the full URL ### Code snippets -Use single tic marks for short one-line `code` snippets - -For multi-line code snippets, use 3 tics and add 4 spaces after each line break +- Single tic marks for short one-line `code` snippets +- Use 3 tics and add 4 spaces after each line for multi-line code snippets ``` ![sample](/images/sample-300x200.jpg) @@ -25,37 +24,40 @@ For multi-line code snippets, use 3 tics and add 4 spaces after each line break ### Markdown formatted full-size image without caption pre-slash pathname; no baseurl because custom domain - ![sample](/images/sample-300x200.jpg) -### Markdown with kramdown align and resize, optional text wrap, but too small on mobile -![left-sample](/images/sample-300x200.jpg){: .align-left style="width:20%;"} Place text one space after the image and it will nicely wrap around. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. - -### TESTING revised more Markdown with kramdown -[![styled-image](/images/2024/thank-you-lisa-from-jack.jpg){: .align-center style="width: 25%;"}](/images/2024/thank-you-lisa-from-jack.jpg "Title shown in gallery view") -Styled caption with [link](https://handsondataviz.org). -{: .align-center} -### TESTING REVISED simpler version of above +### TESTING Markdown with kramdown and css styling at 50 percent ![styled-image](/images/2024/thank-you-lisa-from-jack.jpg){: .align-center style="width: 50%;"} -Styled caption with [link](https://handsondataviz.org).{: .align-center} +Styled caption with [link](https://handsondataviz.org).{: .text-center} + +## above with wide jpg +![styled-image](/images/sample-800x600.jpg){: .align-center style="width: 50%;"} +Styled caption with [link](https://handsondataviz.org).{: .text-center} + +## above with wide png +![styled-image](/images/sample-800x600.png){: .align-center style="width: 50%;"} +Styled caption with [link](https://handsondataviz.org).{: .text-center} + +## above with wide 72 res png +![styled-image](/images/sample-1000-res72.png){: .align-center style="width: 50%;"} +Styled caption with [link](https://handsondataviz.org).{: .text-center} -### NEW TEST Liquid image with align center, style 50%, caption, no slash -{% include figure image_path="images/sample-300x200.jpg" alt="sample image" caption="here's the caption" %}{: .align-center style="width:50%;"} +## above with wide 144 res png +![styled-image](/images/sample-1000-res144.png){: .align-center style="width: 50%;"} +Styled caption with [link](https://handsondataviz.org).{: .text-center} -### TESTING Liquid image with main.scss, align center, img-75, caption, no slash -{% include figure image_path="images/sample-300x200.jpg" alt="sample image" caption="here's the caption" %}{: .align-center .img-75} +### TESTING Liquid with kramdown and css styling at 50 percent +{% include figure image_path="images/2024/thank-you-lisa-from-jack.jpg" alt="sample image" caption="here's the caption" %}{: .align-center style="width:50%;"} -### TESTING Liquid image aligned-right with caption, img-50, no slash, text wrap -{% include figure image_path="images/sample-300x200.jpg" alt="sample image" caption="sample caption" %}{: .align-right .img-50} Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +## above with wide jpg +{% include figure image_path="images/sample-800x600.jpg" alt="sample image" caption="here's the caption" %}{: .align-center style="width:50%;"} +## above with wide png +{% include figure image_path="images/sample-800x600.png" alt="sample image" caption="here's the caption" %}{: .align-center style="width:50%;"} -### Read more - +## above with wide 72 res png +{% include figure image_path="images/sample-1000-res72.png" alt="sample image" caption="here's the caption" %}{: .align-center style="width:50%;"} -### HTML styled clickable image with caption -
- - -
Image caption.
-
+## above with wide 144 res png +{% include figure image_path="images/sample-1000-res144.png" alt="sample image" caption="here's the caption" %}{: .align-center style="width:50%;"} diff --git a/images/sample-1000-res144.png b/images/sample-1000-res144.png new file mode 100644 index 0000000..7dfc892 Binary files /dev/null and b/images/sample-1000-res144.png differ diff --git a/images/sample-1000-res72.png b/images/sample-1000-res72.png new file mode 100644 index 0000000..2a59f52 Binary files /dev/null and b/images/sample-1000-res72.png differ diff --git a/images/sample-800x600.jpg b/images/sample-800x600.jpg new file mode 100644 index 0000000..f1dcfcc Binary files /dev/null and b/images/sample-800x600.jpg differ diff --git a/images/sample-800x600.png b/images/sample-800x600.png new file mode 100644 index 0000000..aa5a399 Binary files /dev/null and b/images/sample-800x600.png differ