Skip to content

Commit

Permalink
Added Capital Farm Credit logo
Browse files Browse the repository at this point in the history
to list of database users in README
  • Loading branch information
mthomas-ketchbrook committed Nov 6, 2024
1 parent c46cc51 commit 97f1547
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ logos_data <- tibble::tribble(
2, 220, "cobank_logo.jpg", "CoBank", "https://www.cobank.com/",
2, 220, "fci_logo.jpg", "Farm Credit Illinois", "https://www.farmcreditil.com/",
2, 220, "golden_state_logo.png", "Golden State Farm Credit", "https://goldenstatefarmcredit.com/",
3, 220, "horizon_logo.png", "Horizon Farm Credit", "https://www.horizonfc.com/"
3, 220, "horizon_logo.png", "Horizon Farm Credit", "https://www.horizonfc.com/",
3, 220, "capital_logo.png", "Capital Farm Credit", "https://www.capitalfarmcredit.com/"
)
lines <- logos_data$line |> unique() |> sort()
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,10 @@ if you would like access to this database.
<img src="man/figures/horizon_logo.png" width="220" alt="Horizon Farm Credit"/>
</a>
</p>
<p style="display: flex; align-items:center">
<a href="https://www.capitalfarmcredit.com/" target="_blank">
<img src="man/figures/capital_logo.png" width="220" alt="Capital Farm Credit"/>
</a>
</p>
</div>
</div>
Binary file added man/figures/capital_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97f1547

Please sign in to comment.