@@ -52,7 +52,7 @@ <h2>Before the event</h2>
5252 </ p >
5353 </ div >
5454</ div >
55- < br />
55+
5656
5757< a name ="joiningTheEvent "> </ a >
5858< h2 > Joining the event</ h2 >
@@ -135,7 +135,7 @@ <h3>Log in</h3><img width="200" class="discord-image mg-fluid" src="../images/di
135135 < a href ="# "> Back to top</ a >
136136 </ p >
137137 </ div >
138- </ div > < br />
138+ </ div >
139139
140140< a name ="controls "> </ a >
141141< h2 > Controls</ h2 >
@@ -170,46 +170,15 @@ <h4>Step 2</h4><img class="discord-image mg-fluid" width="300" src="../images/di
170170 < a href ="# "> Back to top</ a >
171171 </ p >
172172 </ div >
173- </ div > < br />
173+ </ div >
174174< a name ="troubleshooting "> </ a >
175175< h2 > Troubleshooting</ h2 >
176- < h4 > I can't hear anything!?!</ h4 >
177- < p >
178- Make sure your speakers/headphones are plugged in/turned on. Make sure your system
179- volume is turned up.
180- </ p >
181-
182- < h4 > I can't see the presentation!</ h4 >
183- < p >
184- Click on the channel name (on the left of the screen) and you will see everyone's' pictures. One of them will have a
185- button saying "Watch Stream". Click this button.
186-
187- < img class ="discord-image mg-fluid " width ="300 " src ="../images/discord/discord-watch-stream.png ">
188-
189- </ p >
190176
191- < h4 > I'm talking but you can't hear me!</ h4 >
192- < p >
193- Make sure your microphone/headset is plugged in/turned on. Make sure your microphone is set in the settings.
194- </ p >
195- < p > You can see settings by clicking the gear icon.
196- </ p >
197- < img class ="discord-image mg-fluid " width ="300 " src ="../images/discord/discord-setting-button.png ">
198-
199- < p > Click "Voice and Video" </ p >
200- < img class ="discord-image mg-fluid " width ="300 " src ="../images/discord/discord-voice.png ">
201-
202- < p > Make Sure your microphone is selected here:</ p >
203-
204- < img class ="discord-image mg-fluid " width ="500 " src ="../images/discord/discord-microphone-dropdown.png ">
177+ < div id ="accordion ">
178+ {% for question_hash in site.data.discordQuestions %}
179+ {% assign question = question_hash[1] %}
180+ {% include_relative _includes/question.html question=question %}
181+ {% endfor %}
182+ </ div >
205183
206- < p > You can test it by clicking the "Let's Check" button:</ p >
207184
208- < img class ="discord-image mg-fluid " width ="500 " src ="../images/discord/discord-mic-test.png ">
209- < div class ="row unpadded ">
210- < div class ="col ">
211- < p class ="back-to-top ">
212- < a href ="# "> Back to top</ a >
213- </ p >
214- </ div >
215- </ div > < br />
0 commit comments