You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
626 B
HTML
20 lines
626 B
HTML
<div class="bg-white shadow-sm sm:rounded-lg">
|
|
<div class="px-4 py-5 sm:p-6">
|
|
<h3 class="text-base font-semibold text-gray-900">
|
|
Continuous Integration
|
|
</h3>
|
|
<div class="mt-2 max-w-xl text-sm text-gray-500">
|
|
<p>
|
|
Lorem ipsum dolor sit amet consectetur adipisicing elit. Commodi, totam
|
|
at reprehenderit maxime aut beatae ad.
|
|
</p>
|
|
</div>
|
|
<div class="mt-3 text-sm/6">
|
|
<a href="#" class="font-semibold text-indigo-600 hover:text-indigo-500">
|
|
Learn more about our CI features
|
|
<span aria-hidden="true"> →</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|