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

Skip to content

Commit cc5e5cf

Browse files
committed
[FOLD]
1 parent 3fae347 commit cc5e5cf

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

css/main.css

Lines changed: 2 additions & 2 deletions
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 {
6+
.gold_box {
77
background-color: #bd8758;
88
color: #fff;
99
padding: 2em;
@@ -12,7 +12,7 @@ body
1212
font-size: 1.4em;
1313
text-align: center;
1414
}
15-
.red {
15+
.red_box {
1616
background-color: #ab1d21;
1717
color: #fff;
1818
padding: 2em;

slack/index.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ <h1>C++ Language Slack Workspace</h1>
1010
learn from each other. It is like IRC but with modern clients
1111
that support multimedia, notifications, and smart devices.
1212

13+
<div class="gold_box">
14+
I need an invitation to the C++ Slack workspace
15+
</div>
1316
<table><tr>
14-
<td><div class="gold">
17+
<td><div class="gold_box">
1518
I need an invitation to the C++ Slack workspace
1619
</div></td>
1720
<td width="32px"></td>
18-
<td><div class="red">
21+
<td><div class="red_box">
1922
I already have a C++ Slack workspace account
2023
</div></td>
2124
</tr></table>
@@ -29,14 +32,15 @@ <h2>FAQ</h2>
2932
</p></li>
3033

3134
<li><p><b>Who operates this Slack workspace?</b></p><p>
32-
This workspace is paid for and operated in public by The C++ Alliance
33-
in accordance with its mission to promote the general welfare of the
34-
C++ programming language.
35+
This workspace is paid for and operated in the public interest by
36+
The C++ Alliance, Inc. in accordance with the mission to promote
37+
the general welfare of the C++ programming language.
3538
</p></li>
3639

3740
<li><p><b>What are the rules?</b></p><p>
38-
Behavior should remain relatively professional in public channels,
39-
as people from all over the world meet here to discuss C++ topics.
41+
Please remain professional in public channels. People from differing
42+
cultures and locales all meet here to discuss C++ topics. Consider
43+
being liberal in what you accept and conservative in what you say.
4044
We ask that you follow the Code of Conduct.
4145
</p></li>
4246

@@ -54,10 +58,11 @@ <h2>FAQ</h2>
5458
</ul>
5559

5660
<h3>Code of Conduct</h3>
57-
61+
<p><em>"Inflammatory is in the eye of the beholder."</em></p>
5862
<ol>
5963
<li><p><b>Friendly cooperation</b></p><p>
60-
Harassment, insults, discrimination and cyberbullying have no place here.
64+
<em>First, do no harm</em>. Harassment, insults, discrimination and
65+
cyberbullying have no place here.
6166
</p></li>
6267
<li><p><b>Safe for work</b></p><p>
6368
Please treat all public channels as Safe For Work (SFW).

0 commit comments

Comments
 (0)