Skip to content

Commit c549c0a

Browse files
authored
Merge pull request #102 from CodeWithGroup/feature/discord-info
Adds a Discord information page
2 parents 632f742 + 8e98218 commit c549c0a

28 files changed

+231
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: "cantHearAnything"
2+
question: "I can't hear anything!?!"
3+
answer: "<p>
4+
Make sure your speakers/headphones are plugged in/turned on. Make sure your system
5+
volume is turned up.
6+
</p>
7+
"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: "cantSeePresentation"
2+
question: "I can't see the presentation!"
3+
answer: "<p>
4+
Click on the channel name (on the left of the screen) and you will see everyone's pictures. One of them will have a
5+
button saying \"Watch Stream\". Click this button.
6+
<img class=\"discord-image mg-fluid\" width=\"300\" src=\"../images/discord/discord-watch-stream.png\">
7+
</p>
8+
"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "imTalkingCantHear"
2+
question: "I'm talking but you can't hear me!"
3+
answer: "<p>
4+
Make sure your microphone/headset is plugged in/turned on. Make sure your microphone is set in the settings.
5+
</p>
6+
<p> You can see settings by clicking the gear icon.
7+
</p>
8+
<img class=\"discord-image mg-fluid\" width=\"300\" src=\"../images/discord/discord-setting-button.png\">
9+
10+
<p>Click \"Voice and Video\" </p>
11+
<img class=\"discord-image mg-fluid\" width=\"300\" src=\"../images/discord/discord-voice.png\">
12+
13+
<p>Make Sure your microphone is selected here:</p>
14+
15+
<img class=\"discord-image mg-fluid\" width=\"500\" src=\"../images/discord/discord-microphone-dropdown.png\">
16+
17+
<p>You can test it by clicking the \"Let's Check\" button:</p>
18+
19+
<img class=\"discord-image mg-fluid\" width=\"500\" src=\"../images/discord/discord-mic-test.png\">
20+
21+
"

_data/questions/discord.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ answer: "<p>
77
88
Once you have joined the server, check your email before the event which will tell you which channel to join. Most
99
of our events will start at the Main Stage channel.
10-
</p>"
10+
11+
12+
</p><p>If you would like more information about using Discord then you can see our <a href=\"!SITE_URL!/discord\">Discord guide</a>.</p>"

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1 class="cover-heading">CODEWITH<span id="small-screen-break"><br /></span><sp
2222
</div>
2323
</div>
2424
<div class="row unpadded">
25-
<div class="col-lg-10">
25+
<div class="col-l-12 col-xl-10">
2626
{{content}}
2727
</div>
2828
</div>

css/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,17 @@ div.event-book-button {
471471
text-decoration: none;
472472
}
473473

474+
/*Discord*/
475+
476+
.discord-image{
477+
padding-top:10px;
478+
padding-bottom:10px;
479+
}
480+
481+
.discord-cols{
482+
padding:10px;
483+
}
484+
474485
/* RESIZING (min-width) */
475486

476487
@media screen and (min-width: 576px) {

discord.html

Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,177 @@
1+
---
2+
permalink: /discord/
3+
layout: default
4+
suffixes:
5+
- Committee,
6+
- Equity,
7+
- History,
8+
- Leadership,
9+
- Publicity,
10+
- Support,
11+
- Us
12+
title: Discord
13+
---
14+
15+
<h1>{{page.title}}</h1>
16+
17+
<h2>Index</h2>
18+
<ul>
19+
<li><a href="#beforetheevent">Before the event</a></li>
20+
<li><a href="#joiningTheEvent">Joining the event</a></li>
21+
<li><a href="#controls">Controls</a></li>
22+
<li><a href="#troubleshooting">Troubleshooting</a></li>
23+
</ul>
24+
25+
<a name="beforetheevent"></a>
26+
<h2>Before the event</h2>
27+
<p>
28+
There are lots of ways to join us, but the most reliable method is to use a
29+
'proper' computer or laptop, and log into Discord in Microsoft Edge or Google Chrome.
30+
Safari does <b>not</b> work.
31+
</p>
32+
<p>
33+
It is possible to join using your mobile phone or tablet (e.g. iPad), but be aware that you may
34+
be missing the chat functionality and you may not be able to participate in any of the
35+
interactive parts of the session. Again, if using an iPad please make sure you have a browser
36+
other than Safari.
37+
</p>
38+
<p>
39+
Some workshops include "code-alongs" where you need to use a 'proper' computer to be able to access the session. If
40+
you are not sure, feel free to contact the organisers via the <a href="{{site.url}}\contact">contact us</a> page.
41+
</p>
42+
<p>
43+
Don't worry, you won't need to install anything! The webinar will be hosted on CodeWith's Discord server. You simply
44+
follow the link in the email which will open
45+
up in a web browser.
46+
</p>
47+
48+
<div class="row unpadded">
49+
<div class="col">
50+
<p class="back-to-top">
51+
<a href="#">Back to top</a>
52+
</p>
53+
</div>
54+
</div>
55+
56+
57+
<a name="joiningTheEvent"></a>
58+
<h2>Joining the event</h2>
59+
<p>When you follow the invite link, you should see the following message.</p>
60+
61+
62+
<img class="discord-image img-fluid" width="200" src="../images/discord/discord-signup.png">
63+
64+
<p>
65+
You can either use the Discord app or, if you don’t have Discord
66+
installed, we recommend you join on the web. Click the button shown:
67+
</p>
68+
69+
<img class="discord-image img-fluid" width="200" src="../images/discord/discord-web.png">
70+
71+
<p>
72+
You can then sign up or log into an existing account.
73+
</p>
74+
75+
<div class="row">
76+
<div class="discord-cols col-m-12 col-l-6">
77+
<h3>Register</h3><img width="200" class="discord-image img-fluid" src="../images/discord/discord-create.png">
78+
</div>
79+
<div class="discord-cols col-m-12 col-l-6">
80+
<h3>Log in</h3><img width="200" class="discord-image img-fluid" src="../images/discord/discord-login.png">
81+
</div>
82+
</div>
83+
84+
85+
<p>Once you are logged in (either by signing up or using an existing account) you can select a channel by clicking on
86+
its name on the left of the screen. </p>
87+
88+
<p>
89+
Your browser might ask if Discord can use your microphone. Click <b>Allow</b> – don't
90+
worry, you can turn it off whenever you like. Turning this on will allow you to ask questions
91+
using your microphone during intervals.
92+
</p>
93+
<img class="discord-image img-fluid" src="../images/discord/discord-microphone.png">
94+
<p>
95+
If you would like to use your webcam on Discord, select the video button. It will open another dialog box. Click
96+
<b>Allow</b> – don’t
97+
worry, you can turn it off whenever you like.
98+
</p>
99+
100+
101+
<div class="row">
102+
<div class="discord-cols col-m-12 col-l-6">
103+
<img class="discord-image img-fluid" src="../images/discord/discord-video.png">
104+
</div>
105+
<div class="discord-cols col-m-12 col-l-6">
106+
<img class="discord-image img-fluid" src="../images/discord/discord-camera.png">
107+
</div>
108+
</div>
109+
110+
<p>
111+
Your name should appear underneath the channel name. It will then show the other people in
112+
the channel.</p>
113+
<img class="discord-image img-fluid" src="../images/discord/discord-list.png">
114+
115+
<p>
116+
To join the channel click the name, it will look something like this:</p>
117+
<img class="discord-image img-fluid" src="../images/discord/discord-call.png">
118+
119+
<p>
120+
You can click on the <b>Event Chat</b> channel to use text chat. You can use this to ask questions
121+
throughout the session. The host may answer during the session, or one of the mentors
122+
may respond in the Event Chat.
123+
</p>
124+
125+
<div class="row unpadded">
126+
<div class="col">
127+
<p class="back-to-top">
128+
<a href="#">Back to top</a>
129+
</p>
130+
</div>
131+
</div>
132+
133+
<a name="controls"></a>
134+
<h2>Controls</h2>
135+
<div class="row">
136+
<div class="discord-cols col-m-12 col-l-4">
137+
<h3>Microphone Mute</h3><img class="discord-image img-fluid" src="../images/discord/discord-buttons.png">
138+
</div>
139+
<div class="discord-cols col-m-12 col-l-4">
140+
<h3>Video On/Off</h3><img class="discord-image img-fluid" width="300" src="../images/discord/discord-video.png">
141+
</div>
142+
<div class="discord-cols col-m-12 col-l-4">
143+
<h3>Event Chat</h3><img class="discord-image img-fluid" width="300" src="../images/discord/discord-event-chat.png">
144+
</div>
145+
</div>
146+
147+
148+
149+
150+
<h3>Screen Share</h3>
151+
<div class="row">
152+
<div class="discord-cols col-m-12 col-l-6">
153+
<h4>Step 1</h4><img class="discord-image img-fluid" src="../images/discord/discord-screen-1.png">
154+
</div>
155+
<div class="discord-cols col-m-12 col-l-6">
156+
<h4>Step 2</h4><img class="discord-image img-fluid" width="300" src="../images/discord/discord-screen-2.png">
157+
</div>
158+
</div>
159+
160+
<div class="row unpadded">
161+
<div class="col">
162+
<p class="back-to-top">
163+
<a href="#">Back to top</a>
164+
</p>
165+
</div>
166+
</div>
167+
<a name="troubleshooting"></a>
168+
<h2>Troubleshooting</h2>
169+
170+
<div id="accordion">
171+
{% for question_hash in site.data.discordQuestions %}
172+
{% assign question = question_hash[1] %}
173+
{% include_relative _includes/question.html question=question %}
174+
{% endfor %}
175+
</div>
176+
177+

events.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ <h1>{{page.title}}</h1>
2020
which applies to all events we run. All speakers, mentors, and attendees must agree with this; it helps us all to
2121
understand the community&apos;s shared values and provides clear guidelines on how we should behave.
2222
</p>
23+
24+
<p>Attending an online event? Check out our <a href="{{site.url}}/discord">Discord guide</a>.</p>
25+
2326
<p>
2427
Get our events in your calendar:
2528
<br>

images/Screenshot_1.png

7.25 KB
Loading

images/discord/discord-buttons.png

921 Bytes
Loading

0 commit comments

Comments
 (0)