Commit aebf63b 1 parent c900027 commit aebf63b Copy full SHA for aebf63b
File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ let news = "/news"
94
94
let news_post v = " /news/" ^ v
95
95
let jobs = " /jobs"
96
96
let donation = " /donation"
97
- let governance = " /governance "
98
- let governance_team id = " /governance /" ^ id
97
+ let governance = " /rocq-teams "
98
+ let governance_team id = " /rocq-teams /" ^ id
99
99
let privacy_policy = " /policies/privacy-policy"
100
100
let governance_policy = " /policies/governance"
101
101
let code_of_conduct = " /policies/code-of-conduct"
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ let ecosystem = [
29
29
]
30
30
31
31
let policies = [
32
- (Url.governance, "Rocq Team ");
33
- (Url.governance_policy, "Governance");
32
+ (Url.governance, "Rocq Teams ");
33
+ (Url.governance_policy, "Rocq Governance");
34
34
(Url.privacy_policy, "Privacy");
35
35
(Url.code_of_conduct, "Code of Conduct");
36
36
]
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ let render_team_card (team: Data.Governance.team) member_label =
32
32
33
33
let render ~teams ~working_groups =
34
34
Layout.render
35
- ~title:"Governance "
35
+ ~title:"Rocq Teams "
36
36
~description:"Rocq Governance" @@
37
37
<div class="w-full border-b intro-section-simple dark:dark-intro-section-simple md:bg-transparent dark:border-none bg-cover py-16">
38
38
<div class="container-fluid">
39
39
<div class="flex md:flex-row flex-col">
40
40
<div class="w-full m-auto mb-4 md:mb-0">
41
- <h1 class="font-bold mb-2 text-title dark:text-dark-title">Governance </h1>
41
+ <h1 class="font-bold mb-2 text-title dark:text-dark-title">Rocq Teams </h1>
42
42
<p class="text-title dark:text-dark-title">The projects running under Rocq and the people behind it
43
43
</p>
44
44
</div>
@@ -49,7 +49,6 @@ Layout.render
49
49
</div>
50
50
</div>
51
51
<div class="container-fluid py-10">
52
- <h2 class="font-bold text-2xl mb-2 text-title dark:text-dark-title">Teams</h2>
53
52
<p class="text-lg text-content dark:text-dark-content">See who the maintainers of the various official Rocq Projects are. We present a comprehensive list structured by project / purpose</p>
54
53
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-16">
55
54
<% teams |> List.iter (fun (team : Data.Governance.team) -> %>
You can’t perform that action at this time.
0 commit comments