@@ -77,6 +77,7 @@ module.exports = {
7777 {
7878 label : "Tutorial" ,
7979 to : "/documentation/master" ,
80+ className : "footer-docs-link" ,
8081 } ,
8182 ] ,
8283 } ,
@@ -86,10 +87,12 @@ module.exports = {
8687 {
8788 label : "Slack" ,
8889 href : "https://join.slack.com/t/pecanproject/shared_invite/enQtMzkyODUyMjQyNTgzLWEzOTM1ZjhmYWUxNzYwYzkxMWVlODAyZWQwYjliYzA0MDA0MjE4YmMyOTFhMjYyMjYzN2FjODE4N2Y4YWFhZmQ" ,
90+ className : "footer-slack-link" ,
8991 } ,
9092 {
9193 label : "Twitter" ,
9294 href : "https://twitter.com/pecanproject" ,
95+ className : "footer-twitter-link" ,
9396 } ,
9497 ] ,
9598 } ,
@@ -99,26 +102,24 @@ module.exports = {
99102 {
100103 label : "GitHub" ,
101104 href : "https://github.com/PecanProject" ,
105+ className : "footer-github-link" ,
102106 } ,
103107 ] ,
104108 } ,
105109 {
106- title : "Past Contributors" ,
107110 items : [
108111 {
109- label : "PecanProject" ,
110- href : "https://github.com/PecanProject/pecan/graphs/contributors" ,
111- } ,
112- {
113- label : "BETYdb Database" ,
114- href : "https://github.com/PecanProject/bety/graphs/contributors" ,
115- } ,
116- {
117- label : "Pecan Website" ,
118- href : "https://github.com/PecanProject/web/graphs/contributors" ,
112+ html : `
113+ <div class="footer-logo">
114+ <a href="/" class="footer-logo-link">
115+ <img src="/img/logo.jpeg" alt="PEcAn Logo" class="footer-logo-img"/>
116+ <span class="footer-logo-text">PEcAn</span>
117+ </a>
118+ </div>
119+ ` ,
119120 } ,
120121 ] ,
121- } ,
122+ }
122123 ] ,
123124 copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } PEcAn Project.` ,
124125 } ,
0 commit comments