Skip to content

Commit ce6baf5

Browse files
committed
sections have anchors
close #219
1 parent a5216db commit ce6baf5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

slack/index.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
<section class="section">
99
<div class='section-title'>
10-
<h1 class='header text-xl'>Community</h2>
10+
<h1 id="#community" class='header text-xl'>Community</h2>
1111
<h2 class='header-shadow'>Community</h2>
1212
</div>
1313
</section>
1414

1515

1616
<section class="section">
17-
<h2 class='header text-xl section-title'>C++ Slack</h2>
17+
<h2 id="#cpp-slack" class='header text-xl section-title'>C++ Slack</h2>
1818

1919
<p class='text-xxs slack-paragraph'> This is a multi-channel Slack workspace environment which gathers users of C++ from around the world into the same place so we can all learn from each other. It is like IRC but with modern clients that support multimedia, notifications, and smart devices.</p>
2020
<p class='text-xxs slack-paragraph'>Choose one of the following to get started:</p>
@@ -29,61 +29,61 @@ <h2 class='header text-xl section-title'>C++ Slack</h2>
2929
</section>
3030

3131
<section class="section">
32-
<h2 class='header text-xl section-title'>FAQ</h2>
32+
<h2 id="#slack-faq" class='header text-xl section-title'>FAQ</h2>
3333
<ul>
3434
<li class='slack-list-item'>
35-
<h4 class='text-m'>Why do you need my e-mail?</h4>
35+
<h4 id="#why-email" class='text-m'><a href="#why-email">Why do you need my e-mail?</a></h4>
3636
<p class='text-xxs'>Slack is invite based. Your e-mail address is used to register you in the workspace. The invitation tool does not store your address.
3737
</p>
3838
</li>
3939

4040
<li class='slack-list-item'>
41-
<h4 class='text-m'>Who operates this Slack workspace?</h4>
41+
<h4 id="who-operates" class='text-m'><a href="#who-operates">Who operates this Slack workspace?</a></h4>
4242
<p class='text-xxs'>This workspace is paid for and operated in the public interest by The C++ Alliance in accordance with the mission to promote the general welfare of the C++ programming language.</p>
4343
</li>
4444

4545
<li class='slack-list-item'>
46-
<h4 class='text-m'>What are the rules?</h4>
46+
<h4 id="#rules" class='text-m'><a href="#rules">What are the rules?</a></h4>
4747
<p class='text-xxs'>Please remain professional in public channels. People from differing cultures and locales all meet here to discuss C++ topics. We ask that you follow the Acceptable Use Policy.</p>
4848
</li>
4949

5050
<li class='slack-list-item'>
51-
<h4 class='text-m'>How are the rules enforced?</h4>
51+
<h4 id="rules-enforcement" class='text-m'><a href="#rules-enforcement">How are the rules enforced?</a></h4>
5252
<p class='text-xxs'>Due to the sheer size of the community, it is not practical for admins to police every channel all the time. When you see a user acting poorly, consider letting them know in a nice way. Give a benefit of the doubt generously, as spirited debate is sometimes mistaken for bad behavior.</p>
5353
<p class='text-xxs'>If diplomacy fails and disruptions persist, mentioning <strong>@mods</strong> in the channel will get the attention of the moderators. Or, you can contact an admin(<a href="https://cpplang.slack.com/account/workspace-settings#admins">list</a>)privately and explain the nature of the problem.</p>
5454
</li>
5555
</ul>
5656
</section>
5757

5858
<section class="section">
59-
<h2 class='header text-xl section-title' id='AUP'>Acceptable Use Policy</h2>
59+
<h2 class='header text-xl section-title' id="#acessible-use-policy">Acceptable Use Policy</h2>
6060
<ol>
6161

6262
<li class='slack-list-item'>
63-
<h4 class='text-m'>Friendly, professional cooperation</h4>
63+
<h4 id="friendly-professional-cooperation" class='text-m'><a href="#friendly-professional-cooperation">Friendly, professional cooperation</a></h4>
6464
<p class='text-xxs'><em>"First, do no harm."</em></p>
6565
<p class='text-xxs'>Unlawful statements (including but not limited to credible threats,
6666
doxxing, cyber-bullying, stalking, or harassment) are prohibited
6767
in <em>all channels</em>.</p>
6868
</li>
6969

7070
<li class='slack-list-item'>
71-
<h4 class='text-m'>Safe for work</h4>
71+
<h4 id="safe-for-work" class='text-m'><a href="#safe-for-work">Safe for work</a></h4>
7272
<p class='text-xxs'>Please treat all public channels as Safe For Work (SFW). Don't say anything you wouldn't want a co-worker to see if they pass by your desk.</p>
7373
</li>
7474

7575
<li class='slack-list-item'>
76-
<h4 class='text-m'>On-topic discussion</h4>
76+
<h4 id="on-topic-discussion" class='text-m'><a href="#on-topic-discussion">On-topic discussion</a></h4>
7777
<p class='text-xxs'>In every public channel but especially the <strong>#learn</strong> channel which is the most heavily joined, please refrain from off-topic discussion. In public channels, avoid these topics altogether: politics, religion, race, gender, sex.</p>
7878
</li>
7979

8080
<li class='slack-list-item'>
81-
<h4 class='text-m'>No excessive self-promotion</h4>
81+
<h4 id="no-excessive-self-promotion" class='text-m'><a href="#no-excessive-self-promotion">No excessive self-promotion</a></h4>
8282
<p class='text-xxs'>A link to your project or news item is of course welcome in the <strong>#plug_worthy</strong> channel. However keep in mind that this community is not intended to be an advertising platform.</p>
8383
</li>
8484

8585
<li class='slack-list-item'>
86-
<h4 class='text-m'>Job offers</h4>
86+
<h4 id="job-offers" class='text-m'><a href="#job-offers">Job offers</a></h4>
8787
<p class='text-xxs'>Job offers are welcomed in the <strong>#job-offers</strong> channel, but please include
8888
the location, the company, a link to details and keep it in the relevant
8989
room.</p>
@@ -92,7 +92,7 @@ <h4 class='text-m'>Job offers</h4>
9292
</section>
9393

9494
<section class="section">
95-
<h2 class='header text-xl section-title'>Links</h2>
95+
<h2 id="links" class='header text-xl section-title'>Links</h2>
9696

9797
<ul>
9898
<li class='slack-link'>
@@ -104,7 +104,7 @@ <h2 class='header text-xl section-title'>Links</h2>
104104
<li class='slack-link'>
105105
<a class='text-m link' href="https://slack.com/downloads">Slack Application Downloads</a>
106106
</li>
107-
<li class='slack-link'>
107+
<li id="#who-operates" class='slack-link'>
108108
<a class='text-m link' href="https://join.slack.com/t/cpplang/shared_invite/zt-1snzdn6rp-rOUxF3166oz1_11Tr5H~xg">Request an Invitation</a>
109109
</li>
110110
</ul>

0 commit comments

Comments
 (0)