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

PR for checking diff #2

Draft
wants to merge 1 commit into
base: diff-test
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 7 additions & 25 deletions text.html
@@ -1,47 +1,29 @@
<div class="flex flex-col overflow-hidden rounded-lg shadow-lg">
<div class="flex-shrink-0">
<img
class="h-48 w-full object-cover"
src="https://images.unsplash.com/photo-1496128858413-b36217c2ce36?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1679&q=80"
alt=""
/>
<div class="ss-object h-48 w-full object-cover"></div>
</div>
<div class="flex flex-1 flex-col justify-between bg-white p-6">
<div class="flex-1">
<p class="text-sm font-medium text-indigo-600">
<a href="#" class="hover:underline"> Article </a>
<a href="#" class="ss-text-[5] hover:underline"></a>
</p>
<a href="#" class="mt-2 block">
<p class="text-xl font-semibold text-gray-900">
Boost your conversion rate
</p>
<p class="mt-3 text-base text-gray-500">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Architecto
accusantium praesentium eius, ut atque fuga culpa, similique sequi cum
eos quis dolorum.
</p>
<p class="text-xl font-semibold text-gray-900 ss-text-[12]"></p>
<p class="mt-3 text-base text-gray-500 ss-text-[76]"></p>
</a>
</div>
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<a href="#">
<span class="sr-only">Roel Aufderehar</span>
<img
class="h-10 w-10 rounded-full"
src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
/>
<div class="ss-object h-10 w-10 rounded-full"></div>
</a>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">
<a href="#" class="hover:underline"> Roel Aufderehar </a>
<a href="#" class="ss-text-[8] hover:underline"></a>
</p>
<div class="flex space-x-1 text-sm text-gray-500">
<time datetime="2020-03-16"> Mar 16, 2020 </time>
<span aria-hidden="true"> &middot; </span>
<span> 6 min read </span>
</div>
<div class="flex space-x-1 text-sm text-gray-500 ss-text-[13]"></div>
</div>
</div>
</div>
Expand Down