Skip to content

Commit 00535e6

Browse files
authored
Merge pull request #356 from cmu-delphi/sgratzl/contact_f
Add contact form link
2 parents 9124b18 + fa9d001 commit 00535e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ relativeURLs = false
141141
mission = "Develop the theory and practice of epidemiological forecasting, with a long-term vision of making this technology as universally accepted and useful as weather forecasting is today."
142142
apiUrl = "https://cmu-delphi.github.io/delphi-epidata"
143143
twitter = "CmuDelphi"
144+
contactForm = "https://docs.google.com/forms/d/e/1FAIpQLScqgT1fKZr5VWBfsaSp-DNaN03aV6EoZU4YljIzHJ1Wl_zmtg/viewform"
144145
feedbackForm = "https://docs.google.com/forms/d/e/1FAIpQLSeIeOJtrAhdOriEyiRY7LkpQX8DZBY19dl6De8l56Q9CZhmxw/viewform?usp=pp_url&entry.1245962748="
145146
feedbackLikelihoodMobile = 0.2
146147
feedbackLikelihoodDesktop = 1

themes/delphi/layouts/partials/footer.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,12 @@ <h5 class="uk-text-bold">Contact</h5>
4343
</li>
4444
<li>
4545
<a class="uk-link-text uk-text-small feedback-button" href="{{ .Site.Params.feedbackForm }}"
46-
>Submit Feedback</a
46+
>Website Feedback</a
4747
>
4848
</li>
49+
<li>
50+
<a class="uk-link-text uk-text-small" href="{{ .Site.Params.contactForm }}">All other inquiries</a>
51+
</li>
4952
</ul>
5053
</div>
5154
</div>

0 commit comments

Comments
 (0)