Show icons in subheadings
This commit is contained in:
parent
b132cc65cb
commit
b1408d17c6
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
</div>
|
||||
<div class="sm:w-full md:w-1/2 lg:w-2/3 p-10">
|
||||
<a name="aspiring-writers">
|
||||
<h1 class="text-2xl">Aspiring writers</h1>
|
||||
<h1 class="text-2xl">Aspiring writers <i class="icon-paperclip"></i></h1>
|
||||
</a>
|
||||
<p>Whether it's giving you tips or writing paragraphs for you—we'll help you as much or as little as you need.</p>
|
||||
<ul class="list-disc">
|
||||
|
@ -34,7 +34,7 @@
|
|||
<div class="flex flex-wrap mx-auto">
|
||||
<div class="sm:w-full md:w-1/2 lg:w-2/3 p-10">
|
||||
<a name="researchers">
|
||||
<h1 class="text-2xl">Scientists & researcers</h1>
|
||||
<h1 class="text-2xl">Scientists & researchers <i class="icon-flask"></i></h1>
|
||||
</a>
|
||||
<p>Share your work beyond its specific niche. Put your technical writing on hold and let creativity run wild—because it's time the rest of the world knows what you're doing.</p>
|
||||
<ul class="list-disc">
|
||||
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
<div class="sm:w-full md:w-1/2 lg:w-2/3 p-10">
|
||||
<a name="established-writers">
|
||||
<h1 class="text-2xl">Established writers</h1>
|
||||
<h1 class="text-2xl">Established writers <i class="icon-edit"></i></h1>
|
||||
</a>
|
||||
<p>Try out a new writing style, with new quirky rules. What we're doing here is neither fact nor fiction—but something in between.</p>
|
||||
<ul class="list-disc">
|
||||
|
|
Loading…
Reference in a new issue