Skip to content
Snippets Groups Projects
Commit 3c607bbd authored by Olivier Goulet's avatar Olivier Goulet :palm_tree:
Browse files

feat: use list-inline

parent 3b3c4717
No related branches found
No related tags found
No related merge requests found
......@@ -15,14 +15,18 @@
<div class="col-md-14 col-md-offset-5 col-sm-18 col-sm-offset-3">
<p class="small uppercase">Membership</p>
<p class="powered-by-description">Join <a href="#membership">industry leaders</a> as we define and build the future of web and cloud development tools.</p>
<p>
<a class="btn btn-primary btn-lg" href="/membership/join-us">
Contact Us <br> About Membership
</a>
<a class="btn btn-primary btn-lg" href="https://membership.eclipse.org/application/ready-to-join">
My Organisation is <br> Ready to Join Now
</a>
</p>
<ul class="list-inline">
<li>
<a class="btn btn-primary btn-lg" href="/membership/join-us">
Contact Us <br> About Membership
</a>
</li>
<li>
<a class="btn btn-primary btn-lg" href="https://membership.eclipse.org/application/ready-to-join">
My Organisation is <br> Ready to Join Now
</a>
</li>
</ul>
</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