File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,6 +133,14 @@ module.exports = {
133133 label : "pdfme" ,
134134 href : "https://pdfme.com?utm_source=gotenberg_github&utm_medium=website" ,
135135 } ,
136+ {
137+ label : "PDFBolt" ,
138+ href : "https://pdfbolt.com" ,
139+ } ,
140+ {
141+ label : "FileToPDF" ,
142+ href : "https://filetopdf.dev" ,
143+ } ,
136144 {
137145 label : "Become a sponsor" ,
138146 href : "https://github.com/sponsors/gulien" ,
Original file line number Diff line number Diff line change @@ -338,6 +338,13 @@ export default function Homepage() {
338338 className = { clsx ( styles . logoStrip , styles . logoWide ) }
339339 />
340340 </ a >
341+ < a href = "https://filetopdf.dev" target = "_blank" >
342+ < img
343+ src = { useBaseUrl ( "/img/filetopdf-logo.png" ) }
344+ alt = "FileToPDF"
345+ className = { clsx ( styles . logoStrip , styles . logoWordmark ) }
346+ />
347+ </ a >
341348 </ div >
342349 </ div >
343350
Original file line number Diff line number Diff line change 342342 height : 96px ;
343343}
344344
345+ .logoWordmark {
346+ height : 42px ;
347+ }
348+
345349.logoSquare {
346350 height : 32px ;
347351}
766770 .logoWide {
767771 height : 64px ;
768772 }
773+ .logoWordmark {
774+ height : 28px ;
775+ }
769776 .statsBar {
770777 flex-direction : column;
771778 gap : 0.5rem ;
Original file line number Diff line number Diff line change @@ -42,6 +42,17 @@ export default function Sponsors() {
4242 className = { `${ styles . logoStrip } ${ styles . logoWide } ` }
4343 />
4444 </ a >
45+ < a
46+ href = "https://filetopdf.dev"
47+ target = "_blank"
48+ className = { styles . cleanLink }
49+ >
50+ < img
51+ src = { useBaseUrl ( "/img/filetopdf-logo.png" ) }
52+ alt = "FileToPDF"
53+ className = { `${ styles . logoStrip } ${ styles . logoWordmark } ` }
54+ />
55+ </ a >
4556 </ div >
4657 </ div >
4758
Original file line number Diff line number Diff line change 5757 height : 72px ;
5858}
5959
60+ .logoWordmark {
61+ height : 32px ;
62+ }
63+
6064.logoSquare {
6165 height : 28px ;
6266}
142146 height : 48px ;
143147 }
144148
149+ .logoWordmark {
150+ height : 22px ;
151+ }
152+
145153 .logoSquare {
146154 height : 18px ;
147155 }
You can’t perform that action at this time.
0 commit comments