Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes redundant text-center classes #902

Merged
merged 2 commits into from
May 17, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixes Get Started and Learn More links
  • Loading branch information
Alexander Valencia committed May 17, 2018
commit f1a349e19a66b9bc2ae4190cbdd71eb6ef49c220
4 changes: 2 additions & 2 deletions packages/clayui.com/src/pages/index.soy
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ description: "This is Clay. A web implementation of the Lexicon Experience Langu
<div class="container-fluid container-fluid-max-lg">
<h1 class="h1">This is Clay</h1>
<h2 class="h3">A Web Implementation of Lexicon Experience Language</h2>
<a class="btn btn-lg btn-light font-weight-bold mx-3 mb-4" href="/docs/clay/introduction">
<a class="btn btn-lg btn-light font-weight-bold mx-3 mb-4" href="/docs/getting_started/introduction.html">
Get Started
</a>
<a class="btn btn-lg btn-outline-light font-weight-bold mx-3 mb-4" href="https://github.com/liferay/clay" target="_blank">
Expand Down Expand Up @@ -88,7 +88,7 @@ description: "This is Clay. A web implementation of the Lexicon Experience Langu
<img class="mx-auto" src="/images/home/what.svg" alt="">
<h2 class="font-weight-bold">What is Clay?</h2>
<p>Clay is Liferay's web implementation of Lexicon Experience Language. Built with Bootstrap as a foundation, it's comprised of HTML, CSS, and JS.</p>
<a href="/docs/clay/" class="btn btn-sm text-uppercase font-weight-bold"><img class="mr-2" src="/images/home/chevron-right.svg" alt="">Learn More</a>
<a href="docs/getting_started/clay.html" class="btn btn-sm text-uppercase font-weight-bold"><img class="mr-2" src="/images/home/chevron-right.svg" alt="">Learn More</a>
</div>
</div>
</div>
Expand Down