We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705dbfa commit b0b70b5Copy full SHA for b0b70b5
3 files changed
index.html
@@ -87,8 +87,8 @@ <h1>Get Involved</h1>
87
<a href="https://github.com/lhswebdev/meeting-demos" target="_blank" class="button cta meeting-demos">
88
Meeting Demos <i class="fab fa-github"></i>
89
</a>
90
- <a href="/project/" target="_blank" class="button cta project">
91
- Project Signup <i class="fas fa-tasks"></i>
+ <a href="/redirect/email.html" target="_blank" class="button cta project">
+ Sing Up Form <i class="fas fa-tasks"></i>
92
93
</div>
94
project/index.html
redirect/email.html
@@ -0,0 +1,3 @@
1
+<script>
2
+window.location.href = 'https://docs.google.com/forms/d/e/1FAIpQLSeGQOinNNFWa2w1SBBNkrjnfdcbiHm_TXRgrhiODhSWjgednA/viewform?usp=sf_link';
3
+</script>
0 commit comments