-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathask.html
More file actions
34 lines (32 loc) · 1006 Bytes
/
ask.html
File metadata and controls
34 lines (32 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: page
title: Ask a Question
permalink: /ask/
tags: in-nav
---
<div class="hero">
<div class="container">
<h1>
Want to get your question answered on the show?
</h1>
<div class="block-header">
<h2 class="block-heading text-center">Send your question below:</h2>
</div>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfgcTq_VQ2HNdp61qGV4rqkKaphjy2HbgnhWrB_E8r61m06gw/viewform?embedded=true"
width="100%" height="2600" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</div>
<div class="block">
<div class="container">
<div class="block-header">
<h2 class="block-heading text-center">Other ways to reach us:</h2>
</div>
<p class="lead or-lead text-center">
<a class="button" href="https://twitter.com/{{site.twitter_username}}">
<span>Tweet Us</span>
</a>
<span class="or-space">or</span>
<a href="{{site.twitter_dm_url}}">DM us on Twitter</a>
</p>
</div>
</div>