Skip to content
Snippets Groups Projects
Commit 1f7c4216 authored by Olivier Goulet's avatar Olivier Goulet
Browse files

feat: show links as btn

parent d51f2b57
No related branches found
No related tags found
1 merge request!2feat: implement post-launch feedback
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -47,8 +47,24 @@
compliance can join the working group.
</p>
<p>
Review the <a href="https://www.eclipse.org/org/workinggroups/open-regulatory-compliance-charter.php">Charter</a>, then <a href="/membership/#contact-us-about-membership">Contact Us</a>.
Review the Charter, then contact us.
</p>
<div class="display-flex flex-wrap gap-5 margin-y-30">
<a
class="btn btn-primary btn-pill btn-block-xs"
href="https://www.eclipse.org/org/workinggroups/open-regulatory-compliance-charter.php"
>
<i class="fa fa-file margin-right-10" aria-hidden="true"></i>
Charter
</a>
<a
class="btn btn-secondary btn-pill btn-block-xs"
href="/membership/#contact-us-about-membership"
>
<i class="fa fa-comment margin-right-10" aria-hidden="true"></i>
Contact Us
</a>
</div>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment