@@ -44,47 +44,45 @@ def gallery_entry(src_thumbnail: str, href: str, title: str, href_ref=None, href
44
44
def gallery_entry_cta():
45
45
href = "https://github.com/machow/quartodoc/discussions/new?category=general&title=New%20Doc%20Site:"
46
46
return f"""
47
- <div class="card border-2 rounded-3 g-col-12 g-col-sm-12 g-col-md-6 g-col-lg-4 mb-2">
47
+ <div class="gallery-card-cta card border-2 rounded-3 g-col-12 g-col-sm-12 g-col-md-6 g-col-lg-4 mb-2">
48
48
<a class="gallery-href" href="{href}" target="_blank">
49
- <div class="gallery-card-body gallery-card-lets-gooo">
50
49
Get help creating documentation ⚡️
51
- </div>
52
50
</a>
53
51
</div>
54
52
"""
55
53
56
54
print(
57
55
gallery([
58
56
gallery_entry(
59
- "images/siuba-home.png ",
57
+ "images/siuba-home.jpeg ",
60
58
"https://siuba.org",
61
59
"Siuba",
62
60
href_ref = "https://siuba.org/api",
63
61
href_source = "https://github.com/machow/siuba.org",
64
62
),
65
63
gallery_entry(
66
- "images/pins-home.png ",
64
+ "images/pins-home.jpeg ",
67
65
"https://rstudio.github.io/pins-python",
68
66
"Pins",
69
67
href_ref = "https://rstudio.github.io/pins-python/reference",
70
68
href_source = "http://github.com/rstudio/pins-python",
71
69
),
72
70
gallery_entry(
73
- "images/vetiver-home.png ",
71
+ "images/vetiver-home.jpeg ",
74
72
"https://rstudio.github.io/vetiver-python",
75
73
"Vetiver",
76
74
href_ref = "https://rstudio.github.io/vetiver-python/stable/reference",
77
75
href_source = "https://github.com/rstudio/vetiver-python",
78
76
),
79
77
gallery_entry(
80
- "images/shiny-home.png ",
78
+ "images/shiny-home.jpeg ",
81
79
"https://shiny.rstudio.com/py/",
82
80
"Shiny",
83
81
href_ref = "https://shiny.rstudio.com/py/api",
84
82
href_source = "https://github.com/rstudio/py-shiny",
85
83
),
86
84
gallery_entry(
87
- "images/shinyswatch-home.png ",
85
+ "images/shinyswatch-home.jpeg ",
88
86
"https://rstudio.github.io/py-shinyswatch/",
89
87
"Shinyswatch",
90
88
href_ref = "https://rstudio.github.io/py-shinyswatch/reference",
0 commit comments