Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2dae0c5

Browse files
committed
[FOLD]
1 parent d7ea871 commit 2dae0c5

File tree

2 files changed

+38
-9
lines changed

2 files changed

+38
-9
lines changed

css/main.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ body
33
{
44
font-family:"Roboto",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
55
}
6-
.gold_headline {
6+
.gold {
77
background-color: #bd8758;
88
color: #fff;
99
padding: 2em;
@@ -12,3 +12,12 @@ body
1212
font-size: 1.4em;
1313
text-align: center;
1414
}
15+
.red {
16+
background-color: #ab1d21;
17+
color: #fff;
18+
padding: 2em;
19+
padding-bottom: 2.2em;
20+
margin-bottom: 3em;
21+
font-size: 1.4em;
22+
text-align: center;
23+
}

slack/index.html

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,20 @@
55

66
<h1>C++ Language Slack Workspace</h1>
77

8-
This is a multi-channel chat environment which gathers people
9-
using C++ worldwide, into the same place so we can all learn
10-
from each other. It is like IRC but with modern clients that
11-
support multimedia, notifications, and smart devices.
8+
This is a multi-channel chat environment which gathers users
9+
of C++ from around the world into the same place so we can all
10+
learn from each other. It is like IRC but with modern clients
11+
that support multimedia, notifications, and smart devices.
12+
13+
<table><tr>
14+
<td><div class="gold"><p>
15+
I need an invitation to the C++ Slack workspace
16+
</p></div></td>
17+
<td width="32px"></td>
18+
<td><div class="red"><p>
19+
I already have a C++ Slack workspace account
20+
</p></div></td>
21+
</tr></table>
1222

1323
<h2>FAQ</h2>
1424

@@ -49,14 +59,24 @@ <h3>Code of Conduct</h3>
4959
<li><p><b>Friendly cooperation</b></p><p>
5060
Harassment, insults, discrimination and cyberbullying have no place here.
5161
</p></li>
62+
<li><p><b>Safe for work</b></p><p>
63+
Please treat all public channels as Safe For Work (SFW).
64+
</p></li>
65+
<li><p><b>Stay on-topic</b></p><p>
66+
In every public channel but especially the <b>#learn</b> channel
67+
which is the most heavily joined, please refrain from off-topic
68+
discussion. In public channels, avoid these topics altogether:
69+
politics, religion, race, sexual orientation.
70+
</p></li>
5271
<li><p><b>No excessive self-promotion</b></p><p>
53-
A link to your project(s) is of course welcome - you can even present your
54-
latest task at your company in detail. Howewer keep in mind that this
72+
A link to your project(s) or news item is of course welcome in the
73+
<b>#plug_worthy</b> channel. However keep in mind that this
5574
community is not intended to be an advertising platform.
5675
</p></li>
5776
<li><p><b>Job offers</b></p><p>
58-
Job offers are fine, but please include the location, the company, a
59-
link to details and keep it in the relevant room.
77+
Job offers are welcomed in the <b>#jobs</b> channel, but please include
78+
the location, the company, a link to details and keep it in the relevant
79+
room.
6080
</p></li>
6181
</ol>
6282

0 commit comments

Comments
 (0)