Skip to content

Commit

Permalink
Merge pull request #47 from PecanProject/navicat_logo
Browse files Browse the repository at this point in the history
Add Navicat logo to Acknowledgements footer
  • Loading branch information
dlebauer committed Jun 6, 2024
2 parents 3f524bc + c12587e commit c21cd0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module.exports = {
href: "https://github.com/PecanProject/pecan/graphs/contributors",
},
{
label: "Bety Database",
label: "BETYdb Database",
href: "https://github.com/PecanProject/bety/graphs/contributors",
},
{
Expand Down
2 changes: 2 additions & 0 deletions src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import nsf from "../../static/img/nsf.png";
import nasa from "../../static/img/nasa-logo.png";
import dep from "../../static/img/dep-energysvg.png";
import energy from "../../static/img/energy-bio.png";
import navicat from "../../static/img/navicat-logo.png";
import { Timeline } from "react-twitter-widgets";
const FeatureList = [
{
Expand Down Expand Up @@ -134,6 +135,7 @@ export default function HomepageFeatures() {
<img src={nasa} className={styles.image} />
<img src={dep} className={styles.image} />
<img src={energy} className={styles.image} />
<img src={navicat} className={styles.image} />
</div>
{/*<div className={styles.timeline}>
<Timeline
Expand Down
1 change: 1 addition & 0 deletions src/components/HomepageFeatures.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
width: 5rem;
height: 5rem;
margin: 0.254rem;
object-fit: contain;
}
@media (max-width: 900px) {
.paragraph {
Expand Down
Binary file added static/img/navicat-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 c21cd0c

Please sign in to comment.