Skip to content

Commit b72f5d1

Browse files
committed
Add link to community survey
1 parent d9cc5f5 commit b72f5d1

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

content/survey/contents.lr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_model: redirect
2+
---
3+
target: https://docs.google.com/forms/d/e/1FAIpQLSe__wQ4moQKQGb6jbwMqAJ-XceGBlVqTO4TVxj0IuEkuNWzPQ/viewform

models/redirect.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[model]
2+
name = Redirect
3+
label = {{ this.target }}
4+
5+
[fields.target]
6+
label = Redirect Target URL
7+
type = url

templates/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ <h3 id="logo"><img src="{{ '/static/images/madpy-logo.svg'|url }}" alt="MadPy lo
5454
<li><a target="_blank" rel="me" href="https://fosstodon.org/@madpy">Mastodon</a>
5555
<li><a target="_blank" href="https://github.com/madison-python">GitHub</a>
5656
<li><a target="_blank" href="https://www.meetup.com/MadPython/">Meetup.com</a>
57+
<li><a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSe__wQ4moQKQGb6jbwMqAJ-XceGBlVqTO4TVxj0IuEkuNWzPQ/viewform">Survey</a></li>
5758
</ul>
5859
</nav>
5960
&nbsp;

templates/redirect.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<meta http-equiv="refresh" content="0; url={{ this.target }}">
4+
<title>Redirecting…</title>
5+
<a href="{{ this.target }}">Click here if not redirected.</a>

0 commit comments

Comments
 (0)