feat(highlights): remove highlights headings
This commit is contained in:
parent
16e8bc28b1
commit
5c872cd762
|
@ -30,7 +30,6 @@
|
|||
{{{markdown .}}}
|
||||
{{/description}}
|
||||
{{#if highlights.length}}
|
||||
<h5>Highlights</h5>
|
||||
<ul>
|
||||
{{#highlights}}
|
||||
<li>{{.}}</li>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
{{{markdown .}}}
|
||||
{{/summary}}
|
||||
{{#if highlights.length}}
|
||||
<h5>Highlights</h5>
|
||||
<ul>
|
||||
{{#highlights}}
|
||||
<li>{{.}}</li>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
{{{markdown .}}}
|
||||
{{/summary}}
|
||||
{{#if highlights.length}}
|
||||
<h5>Highlights</h5>
|
||||
<ul>
|
||||
{{#highlights}}
|
||||
<li>{{.}}</li>
|
||||
|
|
|
@ -317,7 +317,6 @@ blockquote > * + * {
|
|||
</div>
|
||||
</header>
|
||||
<p>Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.</p>
|
||||
<h5>Highlights</h5>
|
||||
<ul>
|
||||
<li>Build an algorithm for artist to detect if their music was violating copy right infringement laws</li>
|
||||
<li>Successfully won Techcrunch Disrupt</li>
|
||||
|
@ -344,7 +343,6 @@ blockquote > * + * {
|
|||
</div>
|
||||
</header>
|
||||
<p>Global movement of free coding clubs for young people.</p>
|
||||
<h5>Highlights</h5>
|
||||
<ul>
|
||||
<li>Awarded 'Teacher of the Month'</li>
|
||||
</ul>
|
||||
|
@ -398,7 +396,6 @@ blockquote > * + * {
|
|||
</div>
|
||||
</header>
|
||||
<p>A mapping engine that misguides you</p>
|
||||
<h5>Highlights</h5>
|
||||
<ul>
|
||||
<li>Won award at AIHacks 2016</li>
|
||||
<li>Built by all women team of newbie programmers</li>
|
||||
|
|
Loading…
Reference in New Issue