@@ -3,17 +3,16 @@ layout: null
33title : Vitis Gap Analysis and Species Distribution Models
44---
55<style >
6- /* Base Container */
7- body {
8- font-family : -apple-system , BlinkMacSystemFont, " Segoe UI" , Helvetica , Arial , sans-serif ;
9- line-height : 1.6 ;
10- color : #24292e ;
11- max-width : 1000px ;
12- margin : 0 auto ;
13- padding : 20px ;
14- }
15-
16- /* Image Banner - FLEXBOX SETUP */
6+ /* Base Container */
7+ body {
8+ font-family : -apple-system , BlinkMacSystemFont, " Segoe UI" , Helvetica , Arial , sans-serif ;
9+ line-height : 1.6 ;
10+ color : #24292e ;
11+ max-width : 1000px ;
12+ margin : 0 auto ;
13+ padding : 20px ;
14+ }
15+ /* Image Banner - FLEXBOX SETUP */
1716 .image-banner {
1817 display : flex ; /* Enables horizontal layout */
1918 justify-content : space-between ;
@@ -23,9 +22,15 @@ title: Vitis Gap Analysis and Species Distribution Models
2322 width : 100% ;
2423 }
2524
26- /* TARGET IMAGES DIRECTLY (Since you removed the links) */
27- .image-banner img {
28- flex : 1 ; /* Each image grows equally */
25+ /* WRAPPER FOR IMG + CITATION */
26+ .image-item {
27+ flex : 1 ; /* Each wrapper grows equally */
28+ display : flex ;
29+ flex-direction : column ; /* Stack image and text vertically */
30+ }
31+
32+ /* TARGET IMAGES DIRECTLY */
33+ .image-item img {
2934 width : 100% ; /* Fills its flex slot */
3035 height : 200px ; /* Fixed height for uniformity */
3136 object-fit : cover ; /* Crops image to fit the box */
@@ -34,13 +39,29 @@ title: Vitis Gap Analysis and Species Distribution Models
3439 display : block ;
3540 }
3641
42+ /* CITATION STYLE */
43+ .photo-credit {
44+ font-size : 0.75rem ;
45+ color : #586069 ;
46+ margin-top : 6px ;
47+ text-align : right ; /* Aligns text to the right, optional */
48+ line-height : 1.3 ;
49+ }
50+ .photo-credit a {
51+ color : #586069 ;
52+ text-decoration : none ;
53+ }
54+ .photo-credit a :hover {
55+ text-decoration : underline ;
56+ }
57+
3758 /* Responsive: Stack on mobile */
3859 @media (max-width : 768px ) {
3960 .image-banner {
4061 flex-direction : column ;
4162 }
42- .image-banner img {
43- height : 150px ;
63+ .image-item img {
64+ height : 150px ;
4465 }
4566 }
4667
@@ -100,7 +121,31 @@ These reports aggregate data across all species within the genus native to North
100121<a href =" m/run08282025_1k_Summary.html " class =" btn-main " target =" _blank " > Distributions & Gap Analysis</a >
101122<a href =" m/run08282025_1k_boxPlotSummary.html " class =" btn-main " target =" _blank " > Ecogeographic Descriptions</a >
102123
103- <div class =" image-banner " ><img src =" https://inaturalist-open-data.s3.amazonaws.com/photos/59477130/medium.jpeg " alt =" Vitis riparia " ><img src =" https://inaturalist-open-data.s3.amazonaws.com/photos/236997516/original.jpg " alt =" Vitis arizonica " ><img src =" https://inaturalist-open-data.s3.amazonaws.com/photos/221992855/original.jpg " alt =" Vitis labrusca " ></div >
124+ <div class =" image-banner " >
125+ <div class =" image-item " >
126+ <img src =" https://inaturalist-open-data.s3.amazonaws.com/photos/59477130/medium.jpeg " alt =" Vitis riparia " >
127+ <div class =" photo-credit " >
128+ <em >Vitis riparia</em ><br >
129+ Photo: <a href =" https://www.inaturalist.org/photos/59477130 " target =" _blank " >iNaturalist</a >
130+ </div >
131+ </div >
132+
133+ <div class =" image-item " >
134+ <img src =" https://inaturalist-open-data.s3.amazonaws.com/photos/236997516/original.jpg " alt =" Vitis arizonica " >
135+ <div class =" photo-credit " >
136+ <em >Vitis arizonica</em ><br >
137+ Photo: <a href =" https://www.inaturalist.org/photos/236997516 " target =" _blank " >iNaturalist</a >
138+ </div >
139+ </div >
140+
141+ <div class =" image-item " >
142+ <img src =" https://inaturalist-open-data.s3.amazonaws.com/photos/221992855/original.jpg " alt =" Vitis labrusca " >
143+ <div class =" photo-credit " >
144+ <em >Vitis labrusca</em ><br >
145+ Photo: <a href =" https://www.inaturalist.org/photos/221992855 " target =" _blank " >iNaturalist</a >
146+ </div >
147+ </div >
148+ </div >
104149
105150<br ><br >
106151
0 commit comments