Skip to content

Commit e9b05bb

Browse files
Further content to added to the discord page and making content full width on portrait tablet
1 parent 20077bc commit e9b05bb

File tree

7 files changed

+37
-27
lines changed

7 files changed

+37
-27
lines changed

_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>

discord.html

Lines changed: 36 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ <h2>Index</h2>
1818
<ul>
1919
<li><a href="#beforetheevent">Before the event</a></li>
2020
<li><a href="#instructions">Instructions</a></li>
21+
<li><a href="#controls">Controls</a></li>
2122
<li><a href="#troubleshooting">Troubleshooting</a></li>
2223
</ul>
2324

@@ -67,24 +68,24 @@ <h2>Instructions</h2>
6768
<p>When you follow the invite link, you should see the following message.</p>
6869

6970

70-
<img class="discord-image mg-fluid" src="../images/discord-signup.png">
71+
<img class="discord-image mg-fluid" width="200" src="../images/discord-signup.png">
7172

7273
<p>
7374
You can either use the Discord app or, if you don’t have Discord
7475
installed, we recommend you join on the web. Click the button shown:
7576
</p>
7677

77-
<img class="discord-image mg-fluid" src="../images/discord-web.png">
78+
<img class="discord-image mg-fluid" width="200" src="../images/discord-web.png">
7879

7980
<p>
8081
You can then sign up or log into an existing account.
8182
</p>
8283
<div class="row">
8384
<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+
<h3>Register</h3><img width="200" class="discord-image mg-fluid" src="../images/discord-create.png">
8586
</div>
8687
<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+
<h3>Log in</h3><img width="200" class="discord-image mg-fluid" src="../images/discord-login.png">
8889
</div>
8990
</div>
9091

@@ -117,34 +118,23 @@ <h3>Log in</h3><img class="discord-image mg-fluid" src="../images/discord-login.
117118
<p>
118119
Your name should appear underneath the channel name. Clicking the name a second time will show the other people in
119120
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-->
121+
<img class="discord-image mg-fluid" src="../images/discord-camera.png">
122+
<!--TODO image of channel with cameras-->
122123
<p>
123124
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
125+
keep your microphone muted throughout the session.
125126
</p>
126127

127-
128128
<!--TODO MUTE MICROPHONE BUTTON-->
129-
<img class="discord-image mg-fluid" src="./Content/audio-video-settings.png">
130-
131-
132-
133-
134-
135-
<img class="discord-image mg-fluid" src="./Content/other-join-options.png">
136-
129+
<img class="discord-image mg-fluid" src="../images/discord-buttons.png">
137130

138131
<p>
139-
Finally, make sure you still have your <b>webcam</b> and <b>microphone</b> muted. You can also
140-
click on the <b>Meeting Chat</b> button to enable text chat. You can use this to ask questions
141-
throughout the session. The presenter may answer during the lecture, or one of our instructor
142-
team may respond in the Meeting Chat.
132+
Finally, make sure you still have your <b>microphone</b> muted. You can also
133+
click on the <b>Event Chat</b> channel to use text chat. You can use this to ask questions
134+
throughout the session. The host may answer during the session, or one of the mentors
135+
may respond in the Event Chat.
143136
</p>
144137

145-
146-
<img class="discord-image mg-fluid" src="./Content/cam-mic-chat.png">
147-
148138
<div class="row unpadded">
149139
<div class="col">
150140
<p class="back-to-top">
@@ -156,10 +146,30 @@ <h3>Log in</h3><img class="discord-image mg-fluid" src="../images/discord-login.
156146
<a name="controls"></a>
157147
<h2>Controls</h2>
158148
<!--TODO IMAGES-->
159-
<h3>Microphone Mute</h3>
160-
<h3>Event Chat</h3>
161-
<h3>Video</h3>
149+
<div class="row">
150+
<div class="discord-cols col-m-12 col-l-4">
151+
<h3>Microphone Mute</h3><img class="discord-image mg-fluid" src="../images/discord-buttons.png">
152+
</div>
153+
<div class="discord-cols col-m-12 col-l-4">
154+
<h3>Video On/Off</h3><img class="discord-image mg-fluid" width="300" src="../images/discord-video.png">
155+
</div>
156+
<div class="discord-cols col-m-12 col-l-4">
157+
<h3>Event Chat</h3><img class="discord-image mg-fluid" width="300" src="../images/discord-event-chat.png">
158+
</div>
159+
</div>
160+
161+
162+
163+
162164
<h3>Screen Share</h3>
165+
<div class="row">
166+
<div class="discord-cols col-m-12 col-l-6">
167+
<h4>Step 1</h4><img class="discord-image mg-fluid" src="../images/discord-screen-1.png">
168+
</div>
169+
<div class="discord-cols col-m-12 col-l-6">
170+
<h4>Step 2</h4><img class="discord-image mg-fluid" width="300" src="../images/discord-screen-2.png">
171+
</div>
172+
</div>
163173

164174
<!--TODO Troubleshooting-->
165175
<a name="troubleshooting"></a>

images/Screenshot_1.png

7.25 KB
Loading

images/discord-buttons.png

921 Bytes
Loading

images/discord-event-chat.png

6.88 KB
Loading

images/discord-screen-1.png

7.73 KB
Loading

images/discord-screen-2.png

45 KB
Loading

0 commit comments

Comments
 (0)