Skip to content

Commit 20077bc

Browse files
Adding the bulk of the content for the discord page
1 parent e945684 commit 20077bc

File tree

10 files changed

+101
-46
lines changed

10 files changed

+101
-46
lines changed

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: 90 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,19 @@ <h1>{{page.title}}</h1>
1616

1717
<h2>Index</h2>
1818
<ul>
19-
<li><a href="#signingup">Signing up</a></li>
2019
<li><a href="#beforetheevent">Before the event</a></li>
2120
<li><a href="#instructions">Instructions</a></li>
2221
<li><a href="#troubleshooting">Troubleshooting</a></li>
2322
</ul>
2423

2524

26-
<p class="float-center">
27-
<a href="#">Back to top</a>
28-
</p>
29-
<br />
25+
<div class="row unpadded">
26+
<div class="col">
27+
<p class="back-to-top">
28+
<a href="#">Back to top</a>
29+
</p>
30+
</div>
31+
</div><br />
3032

3133
<a name="beforetheevent"></a>
3234
<h2>Before the event</h2>
@@ -42,64 +44,95 @@ <h2>Before the event</h2>
4244
other than Safari.
4345
</p>
4446
<p>
45-
Don’t worry, you won’t need to install anything! The webinar will be hosted on the University
46-
of Reading’s Microsoft Teams software. You simply follow the link in the email which will open
47+
Some workshops include "code-alongs" where you need to use a 'proper' computer to be able to access the session. If
48+
you are not sure, feel free to contact the organisers via the <a href="{{site.url}}\contact">contact us</a> page.
49+
</p>
50+
<p>
51+
Don’t worry, you won’t need to install anything! The webinar will be hosted on CodeWith's Discord server. You simply
52+
follow the link in the email which will open
4753
up in a web browser.
4854
</p>
4955

50-
51-
52-
<p class="float-center">
53-
<a href="#">Back to top</a>
54-
</p>
56+
<div class="row unpadded">
57+
<div class="col">
58+
<p class="back-to-top">
59+
<a href="#">Back to top</a>
60+
</p>
61+
</div>
62+
</div>
5563
<br />
5664

5765
<a name="instructions"></a>
5866
<h2>Instructions</h2>
67+
<p>When you follow the invite link, you should see the following message.</p>
68+
69+
70+
<img class="discord-image mg-fluid" src="../images/discord-signup.png">
71+
5972
<p>
60-
When you follow the link, you should see the following message. If you don’t have Teams
73+
You can either use the Discord app or, if you don’t have Discord
6174
installed, we recommend you join on the web. Click the button shown:
6275
</p>
6376

64-
<img class="signup img-fluid" src="./Content/join-on-the-web-blue-rect.png">
77+
<img class="discord-image mg-fluid" src="../images/discord-web.png">
78+
79+
<p>
80+
You can then sign up or log into an existing account.
81+
</p>
82+
<div class="row">
83+
<div class="discord-cols col-m-12 col-l-6">
84+
<h3>Register</h3><img class="discord-image mg-fluid" src="../images/discord-create.png">
85+
</div>
86+
<div class="discord-cols col-m-12 col-l-6">
87+
<h3>Log in</h3><img class="discord-image mg-fluid" src="../images/discord-login.png">
88+
</div>
89+
</div>
6590

6691

92+
<p>Once you are logged in (either by signing up or using an existing account) you can select a channel by clicking on
93+
it's name on the left of the screen. </p>
6794

6895
<p>
69-
Your browser might ask if Teams can use your camera and microphone. Click <b>Allow</b> – don’t
96+
Your browser might ask if Discord can use your microphone. Click <b>Allow</b> – don’t
7097
worry, you can turn them off whenever you like. Turning this on will allow you to ask questions
7198
using your microphone during intervals.
7299
</p>
100+
<img class="discord-image mg-fluid" src="../images/discord-microphone.png">
101+
<p>
102+
If you would like to use your webcam on Discord, select the video button. It will open another digalog box. Click
103+
<b>Allow</b> – don’t
104+
worry, you can turn them off whenever you like.
105+
</p>
73106

74107

108+
<div class="row">
109+
<div class="discord-cols col-m-12 col-l-6">
110+
<img class="discord-image mg-fluid" src="../images/discord-video.png">
111+
</div>
112+
<div class="discord-cols col-m-12 col-l-6">
113+
<img class="discord-image mg-fluid" src="../images/discord-camera.png">
114+
</div>
115+
</div>
75116

76-
<img class="signup img-fluid" src="./Content/allow-mic-camera.png">
77-
78-
79-
80-
81117
<p>
82-
You should then be taken to a page which looks like below. Please <b>enter your name</b>, and
83-
turn <b>off</b> your <b>webcam</b> and <b>microphone</b>. This is very important! You should
84-
keep your camera and microphone muted throughout the session. When you've done all that, click
85-
‘Join Now’.
118+
Your name should appear underneath the channel name. Clicking the name a second time will show the other people in
119+
the channel. it will look something like this:</p>
120+
<img class="discord-image mg-fluid" src="../images/discord-camera.png">
121+
<!--TODO image of channel with cameras-->
122+
<p>
123+
Turn <b>off</b> your <b>microphone</b>. This is very important! You should
124+
keep your microphone muted throughout the session. When you've done all that, click
86125
</p>
87126

88127

89-
90-
<img class="signup img-fluid" src="./Content/audio-video-settings.png">
128+
<!--TODO MUTE MICROPHONE BUTTON-->
129+
<img class="discord-image mg-fluid" src="./Content/audio-video-settings.png">
91130

92131

93132

94-
<p>
95-
Please do not try to join the webinar using ‘Phone audio’ shown below. This option provides a
96-
telephone number to ring. However, the system is disruptive to the webinar, so phone audio
97-
participants cannot be accepted into the room.
98-
</p>
99133

100134

101-
102-
<img class="signup img-fluid" src="./Content/other-join-options.png">
135+
<img class="discord-image mg-fluid" src="./Content/other-join-options.png">
103136

104137

105138
<p>
@@ -110,13 +143,25 @@ <h2>Instructions</h2>
110143
</p>
111144

112145

113-
<img class="signup img-fluid" src="./Content/cam-mic-chat.png">
146+
<img class="discord-image mg-fluid" src="./Content/cam-mic-chat.png">
114147

115-
<p class="float-center">
116-
<a href="#">Back to top</a>
117-
</p>
118-
<br />
148+
<div class="row unpadded">
149+
<div class="col">
150+
<p class="back-to-top">
151+
<a href="#">Back to top</a>
152+
</p>
153+
</div>
154+
</div><br />
155+
156+
<a name="controls"></a>
157+
<h2>Controls</h2>
158+
<!--TODO IMAGES-->
159+
<h3>Microphone Mute</h3>
160+
<h3>Event Chat</h3>
161+
<h3>Video</h3>
162+
<h3>Screen Share</h3>
119163

164+
<!--TODO Troubleshooting-->
120165
<a name="troubleshooting"></a>
121166
<h2>Troubleshooting</h2>
122167
<h4>I can't hear anything!?!</h4>
@@ -128,7 +173,7 @@ <h4>I can't hear anything!?!</h4>
128173
<li>
129174
We are also aware of issues using Apple’s Safari browser. If you use it, you won’t be
130175
able to hear! Install Google Chrome instead or, if all else fails, install the
131-
Microsoft Teams app. Both are available for free!
176+
Discord app. Both are available for free!
132177
</li>
133178
<li>
134179
Did you select the Phone audio option (below) when you entered the room? If so, you
@@ -137,21 +182,21 @@ <h4>I can't hear anything!?!</h4>
137182
</ul>
138183

139184

140-
<img class="signup img-fluid" src="./Content/phone-audio.png">
185+
<img class="discord-image mg-fluid" src="./Content/phone-audio.png">
141186

142187

143188

144189
<h4>I can't see the text chat!?!</h4>
145190
<ul>
146191
<li>
147-
If you are using teams via Google Chrome (which is our recommended method), move
192+
If you are using Discord via Google Chrome (which is our recommended method), move
148193
the mouse over the main screen and this menu should appear. Click the little speech
149194
bubble button (circled) and the chat window will pop out at the side.
150195
</li>
151196
</ul>
152197

153198

154-
<img class="signup img-fluid" src="./Content/speech-bubble.jpg">
199+
<img class="discord-image mg-fluid" src="./Content/speech-bubble.jpg">
155200

156201

157202

@@ -167,15 +212,15 @@ <h4>I can't see the text chat!?!</h4>
167212

168213
<ul>
169214
<li>
170-
If you are using teams on a mobile device or the teams app, some attendees will not be
215+
If you are using Discord on a mobile device or the Discord app, some attendees will not be
171216
able to gain access to the chat and will get an error message. If this happens, we
172217
recommend you join using a laptop or desktop computer and log in using Google Chrome.
173218
When the link opens in Chrome, click the ‘Join on the web instead’ button.
174219
</li>
175220
</ul>
176221

177222

178-
<img class="signup img-fluid" src="./Content/join-on-the-web-pink-oval.png">
223+
<img class="discord-image mg-fluid" src="./Content/join-on-the-web-pink-oval.png">
179224

180225

181226
<h4>I keep getting refused access into the room!?!</h4>
@@ -189,5 +234,4 @@ <h4>I keep getting refused access into the room!?!</h4>
189234

190235

191236

192-
<img class="signup img-fluid" src="./Content/phone-audio.png">
193-
237+
<img class="discord-image mg-fluid" src="./Content/phone-audio.png">

images/discord-camera.png

6.81 KB
Loading

images/discord-create.png

54.9 KB
Loading

images/discord-form.png

34.9 KB
Loading

images/discord-login.png

19.4 KB
Loading

images/discord-microphone.png

7.59 KB
Loading

images/discord-signup.png

55.5 KB
Loading

images/discord-video.png

5.1 KB
Loading

images/discord-web.png

14.5 KB
Loading

0 commit comments

Comments
 (0)