Skip to content

Commit 0edefdc

Browse files
committed
Fixing padding
1 parent 3d309d0 commit 0edefdc

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

website_hugo_files/layouts/shortcodes/project-governance-document.html

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ <h3>Contributors</h3>
3434
and contributions can take many forms, e.g.:
3535
<ul>
3636
<li>
37+
<p class="m-0">
3738
Help other users through any of the <a href="#communication-channels">communication channels</a>
3839
made for that purpose.
40+
</p>
3941
</li>
4042
<li>
4143
Triage GitHub issues.
@@ -191,8 +193,11 @@ <h4>Process for Adding Committers</h4>
191193
Tweet congratulations to the new committer from the SeleniumHQ Twitter account
192194
</li>
193195
</ol>
196+
197+
<p>
198+
To see the list of current Committers please click <a href="{{ "structure" | relURL }}">here</a>.
199+
</p>
194200

195-
To see the list of current Committers please click <a href="{{ "structure" | relURL }}">here</a>.
196201
</div>
197202

198203
<div class="pb-5">
@@ -213,8 +218,10 @@ <h3 id="technical-leadership-committee-tlc">Technical Leadership Committee (TLC)
213218
Repository hosting
214219
</li>
215220
<li>
221+
<p class="m-0">
216222
Contribution policy (shared with the
217223
<a href="#project-leadership-committee-plc">Project Leadership Committee (PLC)</a>
224+
</p>
218225
</li>
219226
</ul>
220227

@@ -324,7 +331,9 @@ <h4>Process for Adding TLC Members</h4>
324331
</li>
325332
</ol>
326333

327-
To see the list of current TLC members please click <a href="{{"structure/#tlc" | relURL}}">here</a>.
334+
<p>
335+
To see the list of current TLC members please click <a href="{{"structure/#tlc" | relURL}}">here</a>.
336+
</p>
328337
</div>
329338

330339
<div class="pb-5">
@@ -363,9 +372,11 @@ <h3 id="project-leadership-committee-plc">Project Leadership Committee (PLC)</h3
363372
Commit to being a part of the community for the long-term.
364373
</li>
365374
<li>
375+
<p class="m-0">
366376
The existing PLC consults with the TLC and the active Committers, who will seek a decision
367377
based on a <a href="#consensus-seeking-process">Consensus Seeking Process</a>
368378
to add or not those people.
379+
</p>
369380
</li>
370381
<li>
371382
No-one is ever suggested publicly without first discussing the idea with
@@ -407,7 +418,9 @@ <h4>Process for Adding PLC Members</h4>
407418
</li>
408419
</ol>
409420

410-
To see the list of current PLC members please click <a href="{{"structure/#plc" | relURL}}">here</a>.
421+
<p>
422+
To see the list of current PLC members please click <a href="{{"structure/#plc" | relURL}}">here</a>.
423+
</p>
411424
</div>
412425

413426
<div class="pb-5">
@@ -422,20 +435,26 @@ <h2 id="communication-channels">Communication Channels</h2>
422435

423436
<ul>
424437
<li>
438+
<p class="m-0">
425439
Twitter Account <a href="https://twitter.com/seleniumhq">@seleniumhq</a>: for communicating
426440
and promoting news around the project or project related topics.
441+
</p>
427442
</li>
428443
<li>
444+
<p class="m-0">
429445
<a href="https://kiwiirc.com/nextclient/irc.libera.chat/#selenium">Chat Room</a>:
430446
chat for all Selenium users to seek
431447
help and support on problems using the project.
448+
</p>
432449
</li>
433450
<li>
451+
<p class="m-0">
434452
<a href="https://seleniumhq.slack.com/join/shared_invite/enQtODAwOTUzOTM5OTEwLTZjZjgzN2ExOTBmZGE0NjkwYzA2Nzc0MjczMGYwYjdiNGQ5YjI0ZjdjYjFhMjVlMjFkZWJmNDYyMmU1OTYyM2Y">
435-
Slack
453+
Slack
436454
</a>:
437455
mirrors the IRC Chat room and is also used by all Selenium users to seek help and support
438456
on problems using the project.
457+
</p>
439458
</li>
440459
<li>
441460
Project Committers Channel, <code>selenium-committers</code> in the Slack channel mentioned above:

website_hugo_files/layouts/shortcodes/project-structure.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
<h2 class="card-title">Structure</h2>
77
<div class="p-4">
88
<p class="card-text">
9-
<a href="{{"project/structure/#plc" | relURL}}">Project Leadership Committee</a>
9+
<a href="{{"about/project/structure/#plc" | relURL}}">Project Leadership Committee</a>
1010
- the overall continuity and future of the project is overseen by this group
1111
</p>
1212
<p class="card-text">
13-
<a href="{{"project/structure/#tlc" | relURL}}">Technical Leadership Committee</a>
13+
<a href="{{"about/project/structure/#tlc" | relURL}}">Technical Leadership Committee</a>
1414
- technical decisions and roadmap of the Selenium project are governed by this group
1515
</p>
1616
<p class="card-text">
17-
<a href="{{"project/structure/#ide_committers" | relURL}}">Selenium IDE Committers</a>
17+
<a href="{{"about/project/structure/#ide_committers" | relURL}}">Selenium IDE Committers</a>
1818
</p>
1919
<p class="card-text">
20-
<a href="{{"project/structure/#selenium_committers" | relURL}}">Selenium Committers</a>
20+
<a href="{{"about/project/structure/#selenium_committers" | relURL}}">Selenium Committers</a>
2121
</p>
2222
<p class="card-text">
23-
<a href="{{"project/structure/#docs_site_committers" | relURL}}">Selenium Website & Docs Committers</a>
23+
<a href="{{"about/project/structure/#docs_site_committers" | relURL}}">Selenium Website & Docs Committers</a>
2424
</p>
2525
<p class="card-text">
26-
<a href="{{"project/structure/#docker_selenium_committers" | relURL}}">Docker Selenium Committers</a>
26+
<a href="{{"about/project/structure/#docker_selenium_committers" | relURL}}">Docker Selenium Committers</a>
2727
</p>
2828
<p class="card-text">
29-
<a href="{{"project/structure/#selenium_triagers" | relURL}}">Selenium Triagers</a>
29+
<a href="{{"about/project/structure/#selenium_triagers" | relURL}}">Selenium Triagers</a>
3030
</p>
3131
</div>
3232
</div>
@@ -35,7 +35,7 @@ <h2 class="card-title">Structure</h2>
3535
</div>
3636
<div class="row -bg-selenium-green-45 pb-5">
3737
<div class="selenium-button-container justify-content-end pr-5">
38-
<a href="{{ "project/structure" | relURL }}" class="selenium-button selenium text-uppercase font-weight-bold">
38+
<a href="{{ "about/project/structure" | relURL }}" class="selenium-button selenium text-uppercase font-weight-bold">
3939
Read document
4040
<i class="pl-3 fas fa-caret-right"></i>
4141
</a>

0 commit comments

Comments
 (0)